createInviteCodes method
Create invite codes.
Implementation
Future<XRPCResponse<ServerCreateInviteCodesOutput>> createInviteCodes({
required int codeCount,
required int useCount,
List<String>? forAccounts,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoServerCreateInviteCodes(
codeCount: codeCount,
useCount: useCount,
forAccounts: forAccounts,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);