create abstract method
Implementation
Future<Invite> create({
required Object channelId,
Duration? maxAge,
int? maxUses,
bool? temporary,
bool? unique,
InviteTargetType? targetType,
Object? targetUserId,
Object? targetApplicationId,
String? reason,
});