@discordeno/types 19.0.0-next.782a778 → 19.0.0-next.7a69c02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/discordeno.d.ts +20 -24
- package/dist/discordeno.d.ts.map +1 -1
- package/dist/discordeno.js.map +1 -1
- package/package.json +1 -1
package/dist/discordeno.d.ts
CHANGED
|
@@ -205,10 +205,6 @@ export interface SearchMembers {
|
|
|
205
205
|
/** Max number of members to return (1-1000). Default: 1 */
|
|
206
206
|
limit?: number;
|
|
207
207
|
}
|
|
208
|
-
export interface WithReason {
|
|
209
|
-
/** The reason which should be added in the audit logs for doing this action. */
|
|
210
|
-
reason?: string;
|
|
211
|
-
}
|
|
212
208
|
export interface OverwriteReadable {
|
|
213
209
|
/** Role or user id */
|
|
214
210
|
id: bigint;
|
|
@@ -408,7 +404,7 @@ export interface ApplicationCommandOption {
|
|
|
408
404
|
autocomplete?: boolean;
|
|
409
405
|
}
|
|
410
406
|
/** https://discord.com/developers/docs/resources/emoji#create-guild-emoji */
|
|
411
|
-
export interface CreateGuildEmoji
|
|
407
|
+
export interface CreateGuildEmoji {
|
|
412
408
|
/** Name of the emoji */
|
|
413
409
|
name: string;
|
|
414
410
|
/** The 128x128 emoji image. Emojis and animated emojis have a maximum file size of 256kb. Attempting to upload an emoji larger than this limit will fail and return 400 Bad Request and an error message, but not a JSON status code. If a URL is provided to the image parameter, Discordeno will automatically convert it to a base64 string internally. */
|
|
@@ -417,7 +413,7 @@ export interface CreateGuildEmoji extends WithReason {
|
|
|
417
413
|
roles?: BigString[];
|
|
418
414
|
}
|
|
419
415
|
/** https://discord.com/developers/docs/resources/emoji#modify-guild-emoji */
|
|
420
|
-
export interface ModifyGuildEmoji
|
|
416
|
+
export interface ModifyGuildEmoji {
|
|
421
417
|
/** Name of the emoji */
|
|
422
418
|
name?: string;
|
|
423
419
|
/** Roles allowed to use this emoji */
|
|
@@ -438,7 +434,7 @@ export interface RequestGuildMembers {
|
|
|
438
434
|
/** Nonce to identify the Guild Members Chunk response */
|
|
439
435
|
nonce?: string;
|
|
440
436
|
}
|
|
441
|
-
export interface CreateGuildChannel
|
|
437
|
+
export interface CreateGuildChannel {
|
|
442
438
|
/** Channel name (1-100 characters) */
|
|
443
439
|
name: string;
|
|
444
440
|
/** The type of channel */
|
|
@@ -484,7 +480,7 @@ export interface CreateGuildChannel extends WithReason {
|
|
|
484
480
|
/** the default sort order type used to order posts in forum channels */
|
|
485
481
|
defaultSortOrder?: SortOrderTypes | null;
|
|
486
482
|
}
|
|
487
|
-
export interface ModifyChannel
|
|
483
|
+
export interface ModifyChannel {
|
|
488
484
|
/** 1-100 character channel name */
|
|
489
485
|
name?: string;
|
|
490
486
|
/** The type of channel; only conversion between text and news is supported and only in guilds with the "NEWS" feature */
|
|
@@ -544,7 +540,7 @@ export interface ModifyChannel extends WithReason {
|
|
|
544
540
|
/** the default sort order type used to order posts in forum channels */
|
|
545
541
|
defaultSortOrder?: SortOrderTypes | null;
|
|
546
542
|
}
|
|
547
|
-
export interface EditChannelPermissionOverridesOptions extends OverwriteReadable
|
|
543
|
+
export interface EditChannelPermissionOverridesOptions extends OverwriteReadable {
|
|
548
544
|
}
|
|
549
545
|
/** https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions */
|
|
550
546
|
export interface ModifyGuildChannelPositions {
|
|
@@ -557,7 +553,7 @@ export interface ModifyGuildChannelPositions {
|
|
|
557
553
|
/** The new parent ID for the channel that is moved */
|
|
558
554
|
parentId?: BigString | null;
|
|
559
555
|
}
|
|
560
|
-
export interface ModifyWebhook
|
|
556
|
+
export interface ModifyWebhook {
|
|
561
557
|
/** The default name of the webhook */
|
|
562
558
|
name?: string;
|
|
563
559
|
/** Image for the default webhook avatar */
|
|
@@ -598,7 +594,7 @@ export interface DeleteWebhookMessageOptions {
|
|
|
598
594
|
/** id of the thread the message is in */
|
|
599
595
|
threadId: BigString;
|
|
600
596
|
}
|
|
601
|
-
export interface CreateForumPostWithMessage
|
|
597
|
+
export interface CreateForumPostWithMessage {
|
|
602
598
|
/** 1-100 character thread name */
|
|
603
599
|
name: string;
|
|
604
600
|
/** Duration in minutes to automatically archive the thread after recent activity */
|
|
@@ -616,17 +612,17 @@ export interface CreateForumPostWithMessage extends WithReason {
|
|
|
616
612
|
/** The components you would like to have sent in this message */
|
|
617
613
|
components?: MessageComponents;
|
|
618
614
|
}
|
|
619
|
-
export interface CreateStageInstance
|
|
615
|
+
export interface CreateStageInstance {
|
|
620
616
|
channelId: BigString;
|
|
621
617
|
topic: string;
|
|
622
618
|
/** Notify @everyone that the stage instance has started. Requires the MENTION_EVERYONE permission. */
|
|
623
619
|
sendStartNotification?: boolean;
|
|
624
620
|
}
|
|
625
|
-
export interface EditStageInstanceOptions
|
|
621
|
+
export interface EditStageInstanceOptions {
|
|
626
622
|
/** The topic of the Stage instance (1-120 characters) */
|
|
627
623
|
topic: string;
|
|
628
624
|
}
|
|
629
|
-
export interface StartThreadWithMessage
|
|
625
|
+
export interface StartThreadWithMessage {
|
|
630
626
|
/** 1-100 character thread name */
|
|
631
627
|
name: string;
|
|
632
628
|
/** Duration in minutes to automatically archive the thread after recent activity */
|
|
@@ -634,7 +630,7 @@ export interface StartThreadWithMessage extends WithReason {
|
|
|
634
630
|
/** Amount of seconds a user has to wait before sending another message (0-21600) */
|
|
635
631
|
rateLimitPerUser?: number | null;
|
|
636
632
|
}
|
|
637
|
-
export interface StartThreadWithoutMessage
|
|
633
|
+
export interface StartThreadWithoutMessage {
|
|
638
634
|
/** 1-100 character thread name */
|
|
639
635
|
name: string;
|
|
640
636
|
/** Duration in minutes to automatically archive the thread after recent activity */
|
|
@@ -646,7 +642,7 @@ export interface StartThreadWithoutMessage extends WithReason {
|
|
|
646
642
|
/** whether non-moderators can add other non-moderators to a thread; only available when creating a private thread */
|
|
647
643
|
invitable?: boolean;
|
|
648
644
|
}
|
|
649
|
-
export interface CreateAutoModerationRuleOptions
|
|
645
|
+
export interface CreateAutoModerationRuleOptions {
|
|
650
646
|
/** The name of the rule. */
|
|
651
647
|
name: string;
|
|
652
648
|
/** The type of event to trigger the rule on. */
|
|
@@ -683,7 +679,7 @@ export interface CreateAutoModerationRuleOptions extends WithReason {
|
|
|
683
679
|
/** The channel ids that should not be effected by the rule. */
|
|
684
680
|
exemptChannels?: BigString[];
|
|
685
681
|
}
|
|
686
|
-
export interface EditAutoModerationRuleOptions
|
|
682
|
+
export interface EditAutoModerationRuleOptions {
|
|
687
683
|
/** The name of the rule. */
|
|
688
684
|
name: string;
|
|
689
685
|
/** The type of event to trigger the rule on. */
|
|
@@ -718,7 +714,7 @@ export interface EditAutoModerationRuleOptions extends WithReason {
|
|
|
718
714
|
/** The channel ids that should not be effected by the rule. */
|
|
719
715
|
exemptChannels?: BigString[];
|
|
720
716
|
}
|
|
721
|
-
export interface CreateScheduledEvent
|
|
717
|
+
export interface CreateScheduledEvent {
|
|
722
718
|
/** the channel id of the scheduled event. */
|
|
723
719
|
channelId?: BigString;
|
|
724
720
|
/** location of the event. Required for events with `entityType: ScheduledEventEntityType.External` */
|
|
@@ -736,7 +732,7 @@ export interface CreateScheduledEvent extends WithReason {
|
|
|
736
732
|
/** the type of hosting entity associated with a scheduled event */
|
|
737
733
|
entityType: ScheduledEventEntityType;
|
|
738
734
|
}
|
|
739
|
-
export interface EditScheduledEvent
|
|
735
|
+
export interface EditScheduledEvent {
|
|
740
736
|
/** the channel id of the scheduled event. null if switching to external event. */
|
|
741
737
|
channelId: BigString | null;
|
|
742
738
|
/** location of the event */
|
|
@@ -760,7 +756,7 @@ export interface GetScheduledEvents {
|
|
|
760
756
|
/** include number of users subscribed to each event */
|
|
761
757
|
withUserCount?: boolean;
|
|
762
758
|
}
|
|
763
|
-
export interface CreateChannelInvite
|
|
759
|
+
export interface CreateChannelInvite {
|
|
764
760
|
/** Duration of invite in seconds before expiry, or 0 for never. Between 0 and 604800 (7 days). Default: 86400 (24 hours) */
|
|
765
761
|
maxAge?: number;
|
|
766
762
|
/** Max number of users or 0 for unlimited. Between 0 and 100. Default: 0 */
|
|
@@ -904,7 +900,7 @@ export interface ModifyGuild {
|
|
|
904
900
|
/** Whether the guild's boost progress bar should be enabled */
|
|
905
901
|
premiumProgressBarEnabled?: boolean;
|
|
906
902
|
}
|
|
907
|
-
export interface CreateGuildStickerOptions
|
|
903
|
+
export interface CreateGuildStickerOptions {
|
|
908
904
|
/** Name of the sticker (2-30 characters) */
|
|
909
905
|
name: string;
|
|
910
906
|
/** Description of the sticker (empty or 2-100 characters) */
|
|
@@ -914,7 +910,7 @@ export interface CreateGuildStickerOptions extends WithReason {
|
|
|
914
910
|
/** The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 512 KB */
|
|
915
911
|
file: FileContent;
|
|
916
912
|
}
|
|
917
|
-
export interface EditGuildStickerOptions
|
|
913
|
+
export interface EditGuildStickerOptions {
|
|
918
914
|
/** Name of the sticker (2-30 characters) */
|
|
919
915
|
name?: string;
|
|
920
916
|
/** Description of the sticker (empty or 2-100 characters) */
|
|
@@ -974,11 +970,11 @@ export interface ModifyGuildTemplate {
|
|
|
974
970
|
description?: string | null;
|
|
975
971
|
}
|
|
976
972
|
/** https://discord.com/developers/docs/resources/guild#create-guild-ban */
|
|
977
|
-
export interface CreateGuildBan
|
|
973
|
+
export interface CreateGuildBan {
|
|
978
974
|
/** Number of seconds to delete messages for, between 0 and 604800 (7 days) */
|
|
979
975
|
deleteMessageSeconds?: number;
|
|
980
976
|
}
|
|
981
|
-
export interface EditBotMemberOptions
|
|
977
|
+
export interface EditBotMemberOptions {
|
|
982
978
|
nick?: string | null;
|
|
983
979
|
}
|
|
984
980
|
/** https://discord.com/developers/docs/resources/guild#modify-guild-member */
|
package/dist/discordeno.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discordeno.d.ts","sourceRoot":"","sources":["../src/discordeno.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"discordeno.d.ts","sourceRoot":"","sources":["../src/discordeno.ts"],"names":[],"mappings":"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"}
|
package/dist/discordeno.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/discordeno.ts"],"sourcesContent":["import type {\n AutoModerationActionType,\n AutoModerationEventTypes,\n AutoModerationTriggerTypes,\n DiscordAttachment,\n DiscordAutoModerationRuleTriggerMetadataPresets,\n DiscordChannel,\n DiscordEmbed,\n DiscordRole,\n} from './discord.js'\nimport type {\n AllowedMentionsTypes,\n ApplicationCommandOptionTypes,\n ApplicationCommandPermissionTypes,\n ApplicationCommandTypes,\n AuditLogEvents,\n BigString,\n ButtonStyles,\n Camelize,\n ChannelTypes,\n DefaultMessageNotificationLevels,\n ExplicitContentFilterLevels,\n GuildFeatures,\n InteractionResponseTypes,\n Localization,\n MessageComponentTypes,\n OverwriteTypes,\n PermissionStrings,\n ScheduledEventEntityType,\n ScheduledEventPrivacyLevel,\n ScheduledEventStatus,\n SortOrderTypes,\n SystemChannelFlags,\n TargetTypes,\n TextStyles,\n VerificationLevels,\n VideoQualityModes,\n} from './shared.js'\n\nexport interface CreateMessageOptions {\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Can be used to verify a message was sent (up to 25 characters). Value will appear in the Message Create event. */\n nonce?: string | number\n /** true if this is a TTS message */\n tts?: boolean\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** Include to make your message a reply */\n messageReference?: {\n /** id of the originating message */\n messageId?: BigString\n /**\n * id of the originating message's channel\n * Note: `channel_id` is optional when creating a reply, but will always be present when receiving an event/response that includes this data model.\n */\n channelId?: BigString\n /** id of the originating message's guild */\n guildId?: BigString\n /** When sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true */\n failIfNotExists: boolean\n }\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n /** IDs of up to 3 stickers in the server to send in the message */\n stickerIds?: [BigString] | [BigString, BigString] | [BigString, BigString, BigString]\n}\n\nexport type MessageComponents = ActionRow[]\n\n/** https://discord.com/developers/docs/interactions/message-components#actionrow */\nexport interface ActionRow {\n /** Action rows are a group of buttons. */\n type: MessageComponentTypes.ActionRow\n /** The components in this row */\n components:\n | [\n | ButtonComponent\n | InputTextComponent\n | SelectMenuComponent\n | SelectMenuChannelsComponent\n | SelectMenuRolesComponent\n | SelectMenuUsersComponent\n | SelectMenuUsersAndRolesComponent,\n ]\n | [ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent]\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#button-object-button-structure */\nexport interface ButtonComponent {\n /** All button components have type 2 */\n type: MessageComponentTypes.Button\n /** for what the button says (max 80 characters) */\n label?: string\n /** a dev-defined unique string sent on click (max 100 characters). type 5 Link buttons can not have a custom_id */\n customId?: string\n /** For different styles/colors of the buttons */\n style: ButtonStyles\n /** Emoji object that includes fields of name, id, and animated supporting unicode and custom emojis. */\n emoji?: {\n /** Emoji id */\n id?: bigint\n /** Emoji name */\n name?: string\n /** Whether this emoji is animated */\n animated?: boolean\n }\n /** optional url for link-style buttons that can navigate a user to the web. Only type 5 Link buttons can have a url */\n url?: string\n /** Whether or not this button is disabled */\n disabled?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-menu-structure */\nexport interface SelectMenuComponent {\n /** SelectMenu Component is of type 3 */\n type: MessageComponentTypes.SelectMenu\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** The choices! Maximum of 25 items. */\n options: SelectOption[]\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuUsersComponent {\n /** SelectMenuChannels Component is of type 5 */\n type: MessageComponentTypes.SelectMenuUsers\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuRolesComponent {\n /** SelectMenuChannels Component is of type 6 */\n type: MessageComponentTypes.SelectMenuRoles\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuUsersAndRolesComponent {\n /** SelectMenuChannels Component is of type 7 */\n type: MessageComponentTypes.SelectMenuUsersAndRoles\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** The choices! Maximum of 25 items. */\n options: SelectOption[]\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuChannelsComponent {\n /** SelectMenuChannels Component is of type 8 */\n type: MessageComponentTypes.SelectMenuChannels\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectOption {\n /** The user-facing name of the option. Maximum 25 characters. */\n label: string\n /** The dev-defined value of the option. Maximum 100 characters. */\n value: string\n /** An additional description of the option. Maximum 50 characters. */\n description?: string\n /** The id, name, and animated properties of an emoji. */\n emoji?: {\n /** Emoji id */\n id?: bigint\n /** Emoji name */\n name?: string\n /** Whether this emoji is animated */\n animated?: boolean\n }\n /** Will render this option as already-selected by default. */\n default?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure */\nexport interface InputTextComponent {\n /** InputText Component is of type 4 */\n type: MessageComponentTypes.InputText\n /** The style of the InputText */\n style: TextStyles\n /** The customId of the InputText */\n customId: string\n /** The label of the InputText. Maximum 45 characters */\n label: string\n /** The placeholder of the InputText */\n placeholder?: string\n /** The minimum length of the text the user has to provide */\n minLength?: number\n /** The maximum length of the text the user has to provide */\n maxLength?: number\n /** Whether or not this input is required. */\n required?: boolean\n /** Pre-filled value for input text. */\n value?: string\n}\n\n/** https://discord.com/developers/docs/resources/channel#allowed-mentions-object */\nexport interface AllowedMentions {\n /** An array of allowed mention types to parse from the content. */\n parse?: AllowedMentionsTypes[]\n /** For replies, whether to mention the author of the message being replied to (default false) */\n repliedUser?: boolean\n /** Array of role_ids to mention (Max size of 100) */\n roles?: bigint[]\n /** Array of user_ids to mention (Max size of 100) */\n users?: bigint[]\n}\n\nexport interface FileContent {\n /** The file blob */\n blob: Blob\n /** The name of the file */\n name: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#search-guild-members-query-string-params */\nexport interface SearchMembers {\n /** Query string to match username(s) and nickname(s) against */\n query: string\n /** Max number of members to return (1-1000). Default: 1 */\n limit?: number\n}\n\nexport interface WithReason {\n /** The reason which should be added in the audit logs for doing this action. */\n reason?: string\n}\n\nexport interface OverwriteReadable {\n /** Role or user id */\n id: bigint\n /** Either 0 (role) or 1 (member) */\n type: OverwriteTypes\n /** Permission bit set */\n allow?: PermissionStrings[]\n /** Permission bit set */\n deny?: PermissionStrings[]\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesLimit {\n /** Max number of messages to return (1-100) default 50 */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesAround extends GetMessagesLimit {\n /** Get messages around this message id */\n around?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesBefore extends GetMessagesLimit {\n /** Get messages before this message id */\n before?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesAfter extends GetMessagesLimit {\n /** Get messages after this message id */\n after?: BigString\n}\n\nexport type GetMessagesOptions = GetMessagesAfter | GetMessagesBefore | GetMessagesAround | GetMessagesLimit\n\n/** https://discord.com/developers/docs/resources/channel#get-reactions-query-string-params */\nexport interface GetReactions {\n /** Get users after this user Id */\n after?: string\n /** Max number of users to return (1-100) */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/channel#list-public-archived-threads-query-string-params */\nexport interface ListArchivedThreads {\n /** Returns threads before this timestamp */\n before?: number\n /** Optional maximum number of threads to return */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log-query-string-parameters */\nexport interface GetGuildAuditLog {\n /** Entries from a specific user ID */\n userId?: BigString\n /** Entries for a specific audit log event */\n actionType?: AuditLogEvents\n /** Entries with ID less than a specific audit log entry ID. */\n before?: BigString\n /** Entries with ID greater than a specific audit log entry ID. */\n after?: BigString\n /** Maximum number of entries (between 1-100) to return, defaults to 50 */\n limit?: number\n}\n\nexport interface GetBans {\n /** Number of users to return (up to maximum 1000). Default: 1000 */\n limit?: number\n /** Consider only users before given user id */\n before?: BigString\n /** Consider only users after given user id */\n after?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/guild#list-guild-members */\nexport interface ListGuildMembers {\n /** Max number of members to return (1-1000). Default: 1000 */\n limit?: number\n /** The highest user id in the previous page. Default: 0 */\n after?: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#get-guild-prune-count */\nexport interface GetGuildPruneCountQuery {\n /** Number of days to count prune for (1 or more), default: 7 */\n days?: number\n /** Role(s) to include, default: none */\n includeRoles?: string | string[]\n}\n\nexport interface GetScheduledEventUsers {\n /** number of users to return (up to maximum 100), defaults to 100 */\n limit?: number\n /** whether to also have member objects provided, defaults to false */\n withMember?: boolean\n /** consider only users before given user id */\n before?: BigString\n /** consider only users after given user id. If both before and after are provided, only before is respected. Fetching users in-between before and after is not supported. */\n after?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/invite#get-invite */\nexport interface GetInvite {\n /** Whether the invite should contain approximate member counts */\n withCounts?: boolean\n /** Whether the invite should contain the expiration date */\n withExpiration?: boolean\n /** the guild scheduled event to include with the invite */\n scheduledEventId?: BigString\n}\n\nexport type CreateApplicationCommand = CreateSlashApplicationCommand | CreateContextApplicationCommand\n\n/** https://discord.com/developers/docs/interactions/application-commands#endpoints-json-params */\nexport interface CreateSlashApplicationCommand {\n /**\n * Name of command, 1-32 characters.\n * `ApplicationCommandTypes.ChatInput` command names must match the following regex `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$` with the unicode flag set.\n * If there is a lowercase variant of any letters used, you must use those.\n * Characters with no lowercase variants and/or uncased letters are still allowed.\n * ApplicationCommandTypes.User` and `ApplicationCommandTypes.Message` commands may be mixed case and can include spaces.\n */\n name: string\n /** Localization object for the `name` field. Values follow the same restrictions as `name` */\n nameLocalizations?: Localization\n /** 1-100 character description */\n description: string\n /** Localization object for the `description` field. Values follow the same restrictions as `description` */\n descriptionLocalizations?: Localization\n /** Type of command, defaults `ApplicationCommandTypes.ChatInput` if not set */\n type?: ApplicationCommandTypes\n /** Parameters for the command */\n options?: ApplicationCommandOption[]\n /** Set of permissions represented as a bit set */\n defaultMemberPermissions?: PermissionStrings[]\n /** Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible. */\n dmPermission?: boolean\n /** Indicates whether the command is age-restricted, defaults to `false` */\n nsfw?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/application-commands#endpoints-json-params */\nexport interface CreateContextApplicationCommand extends Omit<CreateSlashApplicationCommand, 'options' | 'description' | 'descriptionLocalizations'> {\n /** The type of the command */\n type: ApplicationCommandTypes.Message | ApplicationCommandTypes.User\n}\n\n/** https://discord.com/developers/docs/interactions/slash-commands#interaction-response-interactionapplicationcommandcallbackdata */\nexport interface InteractionCallbackData {\n /** The message contents (up to 2000 characters) */\n content?: string\n /** True if this is a TTS message */\n tts?: boolean\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The customId you want to use for this modal response. */\n customId?: string\n /** The title you want to use for this modal response. */\n title?: string\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n /** Message flags combined as a bit field (only SUPPRESS_EMBEDS and EPHEMERAL can be set) */\n flags?: number\n /** Autocomplete choices (max of 25 choices) */\n choices?: ApplicationCommandOptionChoice[]\n}\n\nexport interface ApplicationCommandOptionChoice {\n /** The name of the choice */\n name: string\n /** The value that this choice was represents. */\n value: string | number\n}\n\n/** https://discord.com/developers/docs/interactions/slash-commands#interaction-response */\nexport interface InteractionResponse {\n /** The type of response */\n type: InteractionResponseTypes\n /** An optional response message */\n data?: InteractionCallbackData\n}\n\nexport interface ApplicationCommandOption {\n /** Value of Application Command Option Type */\n type: ApplicationCommandOptionTypes\n /** 1-32 character name matching lowercase `^[\\w-]{1,32}$` */\n name: string\n /** Localization object for the `name` field. Values follow the same restrictions as `name` */\n nameLocalizations?: Localization\n /** 1-100 character description */\n description: string\n /** Localization object for the `description` field. Values follow the same restrictions as `description` */\n descriptionLocalizations?: Localization\n /** If the parameter is required or optional--default `false` */\n required?: boolean\n /** Choices for `string` and `int` types for the user to pick from */\n choices?: ApplicationCommandOptionChoice[]\n /** If the option is a subcommand or subcommand group type, this nested options will be the parameters */\n options?: ApplicationCommandOption[]\n /** If the option is a channel type, the channels shown will be restricted to these types */\n channelTypes?: ChannelTypes[]\n /** Minimum number desired. */\n minValue?: number\n /** Maximum number desired. */\n maxValue?: number\n /** Minimum length desired. */\n minLength?: number\n /** Maximum length desired. */\n maxLength?: number\n /** if autocomplete interactions are enabled for this `String`, `Integer`, or `Number` type option */\n autocomplete?: boolean\n}\n\n/** https://discord.com/developers/docs/resources/emoji#create-guild-emoji */\nexport interface CreateGuildEmoji extends WithReason {\n /** Name of the emoji */\n name: string\n /** The 128x128 emoji image. Emojis and animated emojis have a maximum file size of 256kb. Attempting to upload an emoji larger than this limit will fail and return 400 Bad Request and an error message, but not a JSON status code. If a URL is provided to the image parameter, Discordeno will automatically convert it to a base64 string internally. */\n image: string\n /** Roles allowed to use this emoji */\n roles?: BigString[]\n}\n\n/** https://discord.com/developers/docs/resources/emoji#modify-guild-emoji */\nexport interface ModifyGuildEmoji extends WithReason {\n /** Name of the emoji */\n name?: string\n /** Roles allowed to use this emoji */\n roles?: BigString[] | null\n}\n\n/** https://discord.com/developers/docs/topics/gateway#request-guild-members */\nexport interface RequestGuildMembers {\n /** id of the guild to get members for */\n guildId: BigString\n /** String that username starts with, or an empty string to return all members */\n query?: string\n /** Maximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members */\n limit: number\n /** Used to specify if we want the presences of the matched members */\n presences?: boolean\n /** Used to specify which users you wish to fetch */\n userIds?: BigString[]\n /** Nonce to identify the Guild Members Chunk response */\n nonce?: string\n}\n\nexport interface CreateGuildChannel extends WithReason {\n /** Channel name (1-100 characters) */\n name: string\n /** The type of channel */\n type?: ChannelTypes\n /** Channel topic (0-1024 characters) */\n topic?: string\n /** The bitrate (in bits) of the voice channel (voice only) */\n bitrate?: number\n /** The user limit of the voice channel (voice only) */\n userLimit?: number\n /** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `manage_messages` or `manage_channel`, are unaffected */\n rateLimitPerUser?: number\n /** Sorting position of the channel */\n position?: number\n /** The channel's permission overwrites */\n permissionOverwrites?: OverwriteReadable[]\n /** Id of the parent category for a channel */\n parentId?: BigString\n /** Whether the channel is nsfw */\n nsfw?: boolean\n /** Default duration (in minutes) that clients (not the API) use for newly created threads in this channel, to determine when to automatically archive the thread after the last activity */\n defaultAutoArchiveDuration?: number\n /** Emoji to show in the add reaction button on a thread in a forum channel */\n defaultReactionEmoji?: {\n /** The id of a guild's custom emoji. Exactly one of `emojiId` and `emojiName` must be set. */\n emojiId?: BigString | null\n /** The unicode character of the emoji. Exactly one of `emojiId` and `emojiName` must be set. */\n emojiName?: string | null\n }\n /** Set of tags that can be used in a forum channel */\n availableTags?: Array<{\n /** The id of the tag */\n id: BigString\n /** The name of the tag (0-20 characters) */\n name: string\n /** whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission */\n moderated: boolean\n /** The id of a guild's custom emoji */\n emojiId: BigString\n /** The unicode character of the emoji */\n emojiName?: string\n }>\n /** the default sort order type used to order posts in forum channels */\n defaultSortOrder?: SortOrderTypes | null\n}\n\nexport interface ModifyChannel extends WithReason {\n /** 1-100 character channel name */\n name?: string\n /** The type of channel; only conversion between text and news is supported and only in guilds with the \"NEWS\" feature */\n type?: ChannelTypes\n /** The position of the channel in the left-hand listing */\n position?: number | null\n /** 0-1024 character channel topic */\n topic?: string | null\n /** Whether the channel is nsfw */\n nsfw?: boolean | null\n /** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `manage_messages` or `manage_channel`, are unaffected */\n rateLimitPerUser?: number | null\n /** The bitrate (in bits) of the voice channel; 8000 to 96000 (128000 for VIP servers) */\n bitrate?: number | null\n /** The user limit of the voice channel; 0 refers to no limit, 1 to 99 refers to a user limit */\n userLimit?: number | null\n /** Channel or category-specific permissions */\n permissionOverwrites?: OverwriteReadable[] | null\n /** Id of the new parent category for a channel */\n parentId?: BigString | null\n /** Voice region id for the voice channel, automatic when set to null */\n rtcRegion?: string | null\n /** The camera video quality mode of the voice channel */\n videoQualityMode?: VideoQualityModes\n /** Whether the thread is archived */\n archived?: boolean\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration?: 60 | 1440 | 4320 | 10080\n /** When a thread is locked, only users with `MANAGE_THREADS` can unarchive it */\n locked?: boolean\n /** whether non-moderators can add other non-moderators to a thread; only available on private threads */\n invitable?: boolean\n\n /** The set of tags that can be used in a GUILD_FORUM channel */\n availableTags?: Array<{\n /** The id of the tag */\n id: string\n /** The name of the tag (0-20 characters) */\n name: string\n /** Whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission */\n moderated: boolean\n /** The id of a guild's custom emoji At most one of emoji_id and emoji_name may be set. */\n emojiId: string\n /** The unicode character of the emoji */\n emojiName: string\n }>\n /** The IDs of the set of tags that have been applied to a thread in a GUILD_FORUM channel; limited to 5 */\n appliedTags?: BigString[]\n /** the emoji to show in the add reaction button on a thread in a GUILD_FORUM channel */\n defaultReactionEmoji?: {\n /** The id of a guild's custom emoji */\n emojiId: string\n /** The unicode character of the emoji */\n emojiName: string | null\n }\n /** the initial rate_limit_per_user to set on newly created threads in a channel. this field is copied to the thread at creation time and does not live update. */\n defaultThreadRateLimitPerUser?: number\n /** the default sort order type used to order posts in forum channels */\n defaultSortOrder?: SortOrderTypes | null\n}\n\nexport interface EditChannelPermissionOverridesOptions extends OverwriteReadable, WithReason {}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions */\nexport interface ModifyGuildChannelPositions {\n /** Channel id */\n id: BigString\n /** Sorting position of the channel */\n position: number | null\n /** Syncs the permission overwrites with the new parent, if moving to a new category */\n lockPositions?: boolean | null\n /** The new parent ID for the channel that is moved */\n parentId?: BigString | null\n}\n\nexport interface ModifyWebhook extends WithReason {\n /** The default name of the webhook */\n name?: string\n /** Image for the default webhook avatar */\n avatar?: BigString | null\n /** The new channel id this webhook should be moved to */\n channelId?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/webhook#execute-webhook */\nexport interface ExecuteWebhook {\n /** Waits for server confirmation of message send before response, and returns the created message body (defaults to `false`; when `false` a message that is not saved does not return an error) */\n wait?: boolean\n /** Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived. */\n threadId?: BigString\n /** Name of the thread to create (target channel has to be type of forum channel) */\n threadName?: string\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Override the default username of the webhook */\n username?: string\n /** Override the default avatar of the webhook */\n avatarUrl?: string\n /** True if this is a TTS message */\n tts?: boolean\n /** The contents of the files being sent */\n files?: FileContent[]\n /** Embedded `rich` content */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** the components to include with the message */\n components?: MessageComponents\n}\n\nexport interface GetWebhookMessageOptions {\n /** id of the thread the message is in */\n threadId: BigString\n}\n\nexport interface DeleteWebhookMessageOptions {\n /** id of the thread the message is in */\n threadId: BigString\n}\n\nexport interface CreateForumPostWithMessage extends WithReason {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n}\n\nexport interface CreateStageInstance extends WithReason {\n channelId: BigString\n topic: string\n /** Notify @everyone that the stage instance has started. Requires the MENTION_EVERYONE permission. */\n sendStartNotification?: boolean\n}\n\nexport interface EditStageInstanceOptions extends WithReason {\n /** The topic of the Stage instance (1-120 characters) */\n topic: string\n}\n\nexport interface StartThreadWithMessage extends WithReason {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n}\n\nexport interface StartThreadWithoutMessage extends WithReason {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n /** the type of thread to create */\n type: ChannelTypes.AnnouncementThread | ChannelTypes.PublicThread | ChannelTypes.PrivateThread\n /** whether non-moderators can add other non-moderators to a thread; only available when creating a private thread */\n invitable?: boolean\n}\n\nexport interface CreateAutoModerationRuleOptions extends WithReason {\n /** The name of the rule. */\n name: string\n /** The type of event to trigger the rule on. */\n eventType: AutoModerationEventTypes\n /** The type of trigger to use for the rule. */\n triggerType: AutoModerationTriggerTypes\n /** The metadata to use for the trigger. */\n triggerMetadata: {\n /** The keywords needed to match. Only present when TriggerType.Keyword */\n keywordFilter?: string[]\n /** The pre-defined lists of words to match from. Only present when TriggerType.KeywordPreset */\n presets?: DiscordAutoModerationRuleTriggerMetadataPresets[]\n /** The substrings which will exempt from triggering the preset trigger type. Only present when TriggerType.KeywordPreset */\n allowList?: string[]\n /** Total number of mentions (role & user) allowed per message (Maximum of 50). Only present when TriggerType.MentionSpam */\n mentionTotalLimit?: number\n }\n /** The actions that will trigger for this rule */\n actions: Array<{\n /** The type of action to take when a rule is triggered */\n type: AutoModerationActionType\n /** additional metadata needed during execution for this specific action type */\n metadata?: {\n /** The id of channel to which user content should be logged. Only in SendAlertMessage */\n channelId?: BigString\n /** Timeout duration in seconds. Max is 2419200(4 weeks). Only supported for TriggerType.Keyword */\n durationSeconds?: number\n }\n }>\n /** Whether the rule should be enabled, true by default. */\n enabled?: boolean\n /** The role ids that should not be effected by the rule */\n exemptRoles?: BigString[]\n /** The channel ids that should not be effected by the rule. */\n exemptChannels?: BigString[]\n}\n\nexport interface EditAutoModerationRuleOptions extends WithReason {\n /** The name of the rule. */\n name: string\n /** The type of event to trigger the rule on. */\n eventType: AutoModerationEventTypes\n /** The metadata to use for the trigger. */\n triggerMetadata: {\n /** The keywords needed to match. Only present when TriggerType.Keyword */\n keywordFilter?: string[]\n /** The pre-defined lists of words to match from. Only present when TriggerType.KeywordPreset */\n presets?: DiscordAutoModerationRuleTriggerMetadataPresets[]\n /** The substrings which will exempt from triggering the preset trigger type. Only present when TriggerType.KeywordPreset */\n allowList?: string[]\n /** Total number of mentions (role & user) allowed per message (Maximum of 50) */\n mentionTotalLimit: number\n }\n /** The actions that will trigger for this rule */\n actions: Array<{\n /** The type of action to take when a rule is triggered */\n type: AutoModerationActionType\n /** additional metadata needed during execution for this specific action type */\n metadata: {\n /** The id of channel to which user content should be logged. Only in SendAlertMessage */\n channelId?: BigString\n /** Timeout duration in seconds. Only supported for TriggerType.Keyword */\n durationSeconds?: number\n }\n }>\n /** Whether the rule should be enabled. */\n enabled?: boolean\n /** The role ids that should not be effected by the rule */\n exemptRoles?: BigString[]\n /** The channel ids that should not be effected by the rule. */\n exemptChannels?: BigString[]\n}\n\nexport interface CreateScheduledEvent extends WithReason {\n /** the channel id of the scheduled event. */\n channelId?: BigString\n /** location of the event. Required for events with `entityType: ScheduledEventEntityType.External` */\n location?: string\n /** the name of the scheduled event */\n name: string\n /** the description of the scheduled event */\n description: string\n /** the time the scheduled event will start */\n scheduledStartTime: string\n /** the time the scheduled event will end if it does end. Required for events with `entityType: ScheduledEventEntityType.External` */\n scheduledEndTime?: string\n /** the privacy level of the scheduled event */\n privacyLevel?: ScheduledEventPrivacyLevel\n /** the type of hosting entity associated with a scheduled event */\n entityType: ScheduledEventEntityType\n}\n\nexport interface EditScheduledEvent extends WithReason {\n /** the channel id of the scheduled event. null if switching to external event. */\n channelId: BigString | null\n /** location of the event */\n location?: string\n /** the name of the scheduled event */\n name: string\n /** the description of the scheduled event */\n description?: string\n /** the time the scheduled event will start */\n scheduledStartTime: string\n /** the time the scheduled event will end if it does end. */\n scheduledEndTime?: string\n /** the privacy level of the scheduled event */\n privacyLevel: ScheduledEventPrivacyLevel\n /** the type of hosting entity associated with a scheduled event */\n entityType: ScheduledEventEntityType\n /** the status of the scheduled event */\n status: ScheduledEventStatus\n}\n\nexport interface GetScheduledEvents {\n /** include number of users subscribed to each event */\n withUserCount?: boolean\n}\n\nexport interface CreateChannelInvite extends WithReason {\n /** Duration of invite in seconds before expiry, or 0 for never. Between 0 and 604800 (7 days). Default: 86400 (24 hours) */\n maxAge?: number\n /** Max number of users or 0 for unlimited. Between 0 and 100. Default: 0 */\n maxUses?: number\n /** Whether this invite only grants temporary membership. Default: false */\n temporary?: boolean\n /** If true, don't try to reuse similar invite (useful for creating many unique one time use invites). Default: false */\n unique?: boolean\n /** The type of target for this voice channel invite */\n targetType?: TargetTypes\n /** The id of the user whose stream to display for this invite, required if `target_type` is 1, the user must be streaming in the channel */\n targetUserId?: BigString\n /** The id of the embedded application to open for this invite, required if `target_type` is 2, the application must have the `EMBEDDED` flag */\n targetApplicationId?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#edit-message-json-params */\nexport interface EditMessage {\n /** The new message contents (up to 2000 characters) */\n content?: string | null\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>> | null\n /** Edit the flags of the message (only `SUPPRESS_EMBEDS` can currently be set/unset) */\n flags?: 4 | null\n /** The contents of the files being sent/edited */\n files?: FileContent[] | null\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** When specified (adding new attachments), attachments which are not provided in this list will be removed. */\n attachments?: Array<Camelize<DiscordAttachment>>\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n}\n\n/** https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions */\nexport interface ApplicationCommandPermissions {\n /** The id of the role or user */\n id: string\n /** Role or User */\n type: ApplicationCommandPermissionTypes\n /** `true` to allow, `false`, to disallow */\n permission: boolean\n}\n\n/** https://discord.com/developers/docs/resources/guild#create-guild */\nexport interface CreateGuild {\n /** Name of the guild (1-100 characters) */\n name: string\n /** Base64 128x128 image for the guild icon */\n icon?: string\n /** Verification level */\n verificationLevel?: VerificationLevels\n /** Default message notification level */\n defaultMessageNotifications?: DefaultMessageNotificationLevels\n /** Explicit content filter level */\n explicitContentFilter?: ExplicitContentFilterLevels\n /** New guild roles (first role is the everyone role) */\n roles?: Camelize<DiscordRole[]>\n /** New guild's channels */\n channels?: Array<Partial<Camelize<DiscordChannel>>>\n /** Id for afk channel */\n afkChannelId?: string\n /** Afk timeout in seconds */\n afkTimeout?: number\n /** The id of the channel where guild notices such as welcome messages and boost events are posted */\n systemChannelId?: string\n /** System channel flags */\n systemChannelFlags?: SystemChannelFlags\n}\n\nexport interface CreateGuildRole {\n /** Name of the role, max 100 characters, default: \"new role\" */\n name?: string\n /** Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild */\n permissions?: PermissionStrings[]\n /** RGB color value, default: 0 */\n color?: number\n /** Whether the role should be displayed separately in the sidebar, default: false */\n hoist?: boolean\n /** Whether the role should be mentionable, default: false */\n mentionable?: boolean\n /** The role's unicode emoji (if the guild has the `ROLE_ICONS` feature) */\n unicodeEmoji?: string\n /** the role's icon image (if the guild has the `ROLE_ICONS` feature) */\n icon?: string\n}\n\nexport interface EditGuildRole {\n /** Name of the role, max 100 characters, default: \"new role\" */\n name?: string\n /** Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild */\n permissions?: PermissionStrings[]\n /** RGB color value, default: 0 */\n color?: number\n /** Whether the role should be displayed separately in the sidebar, default: false */\n hoist?: boolean\n /** Whether the role should be mentionable, default: false */\n mentionable?: boolean\n /** The role's unicode emoji (if the guild has the `ROLE_ICONS` feature) */\n unicodeEmoji?: string\n /** the role's icon image (if the guild has the `ROLE_ICONS` feature) */\n icon?: string\n}\n\nexport interface ModifyRolePositions {\n /** The role id */\n id: BigString\n /** The sorting position for the role. */\n position?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild */\nexport interface ModifyGuild {\n /** Guild name */\n name?: string\n /** Verification level */\n verificationLevel?: VerificationLevels | null\n /** Default message notification filter level */\n defaultMessageNotifications?: DefaultMessageNotificationLevels | null\n /** Explicit content filter level */\n explicitContentFilter?: ExplicitContentFilterLevels | null\n /** Id for afk channel */\n afkChannelId?: BigString | null\n /** Afk timeout in seconds */\n afkTimeout?: number\n /** Base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the server has the `ANIMATED_ICON` feature) */\n icon?: string | null\n /** User id to transfer guild ownership to (must be owner) */\n ownerId?: BigString\n /** Base64 16:9 png/jpeg image for the guild splash (when the server has `INVITE_SPLASH` feature) */\n splash?: string | null\n /** Base64 16:9 png/jpeg image for the guild discovery spash (when the server has the `DISCOVERABLE` feature) */\n discoverySplash?: string | null\n /** Base64 16:9 png/jpeg image for the guild banner (when the server has BANNER feature) */\n banner?: string | null\n /** The id of the channel where guild notices such as welcome messages and boost events are posted */\n systemChannelId?: BigString | null\n /** System channel flags */\n systemChannelFlags?: SystemChannelFlags\n /** The id of the channel where Community guilds display rules and/or guidelines */\n rulesChannelId?: BigString | null\n /** The id of the channel where admins and moderators of Community guilds receive notices from Discord */\n publicUpdatesChannelId?: BigString | null\n /** The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to \"en-US\" */\n preferredLocale?: string | null\n /** Enabled guild features */\n features?: GuildFeatures[]\n /** Whether the guild's boost progress bar should be enabled */\n premiumProgressBarEnabled?: boolean\n}\n\nexport interface CreateGuildStickerOptions extends WithReason {\n /** Name of the sticker (2-30 characters) */\n name: string\n /** Description of the sticker (empty or 2-100 characters) */\n description: string\n /** Autocomplete/suggestion tags for the sticker (max 200 characters) */\n tags: string\n /** The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 512 KB */\n file: FileContent\n}\n\nexport interface EditGuildStickerOptions extends WithReason {\n /** Name of the sticker (2-30 characters) */\n name?: string\n /** Description of the sticker (empty or 2-100 characters) */\n description?: string | null\n /** Autocomplete/suggestion tags for the sticker (max 200 characters) */\n tags?: string\n}\n\n/** https://discord.com/developers/docs/resources/template#create-guild-from-template-json-params */\nexport interface CreateGuildFromTemplate {\n /** Name of the guild (2-100 characters) */\n name: string\n /** base64 128x128 image for the guild icon */\n icon?: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#update-current-user-voice-state */\nexport interface EditOwnVoiceState {\n /** The id of the channel the user is currently in */\n channelId: BigString\n /** Toggles the user's suppress state */\n suppress?: boolean\n /** Sets the user's request to speak */\n requestToSpeakTimestamp?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#update-user-voice-state */\nexport interface EditUserVoiceState {\n /** The id of the channel the user is currently in */\n channelId: BigString\n /** Toggles the user's suppress state */\n suppress?: boolean\n /** The user id to target */\n userId: BigString\n}\n\n/** https://discord.com/developers/docs/resources/guild#get-guild-widget-image-query-string-params */\nexport interface GetGuildWidgetImageQuery {\n /**\n * Style of the widget returned, default: shield\n *\n * Shield: Widget with Discord icon and guild members online count.\n * Banner1: Large image with guild icon, name and online count. \"POWERED BY DISCORD\" as the footer of the widget\n * Banner2: Smaller widget style with guild icon, name and online count. Split on the right with Discord logo\n * Banner3: Large image with guild icon, name and online count. In the footer, Discord logo on the left and \"Chat Now\" on the right\n * Banner4: Large Discord logo at the top of the widget. Guild icon, name and online count in the middle portion of the widget and a \"JOIN MY SERVER\" button at the bottom\n */\n style?: 'shield' | 'banner1' | 'banner2' | 'banner3' | 'banner4'\n}\n\nexport interface CreateTemplate {\n /** Name which the template should have */\n name: string\n /** Description of the template */\n description?: string\n}\n\n/** https://discord.com/developers/docs/resources/template#modify-guild-template */\nexport interface ModifyGuildTemplate {\n /** Name of the template (1-100 characters) */\n name?: string\n /** Description of the template (0-120 characters) */\n description?: string | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#create-guild-ban */\nexport interface CreateGuildBan extends WithReason {\n /** Number of seconds to delete messages for, between 0 and 604800 (7 days) */\n deleteMessageSeconds?: number\n}\n\nexport interface EditBotMemberOptions extends WithReason {\n nick?: string | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild-member */\nexport interface ModifyGuildMember {\n /** Value to set users nickname to. Requires the `MANAGE_NICKNAMES` permission */\n nick?: string | null\n /** Array of role ids the member is assigned. Requires the `MANAGE_ROLES` permission */\n roles?: BigString[] | null\n /** Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the `MUTE_MEMBERS` permission */\n mute?: boolean | null\n /** Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the `MOVE_MEMBERS` permission */\n deaf?: boolean | null\n /** Id of channel to move user to (if they are connected to voice). Requires the `MOVE_MEMBERS` permission */\n channelId?: BigString | null\n /** when the user's timeout will expire and the user will be able to communicate in the guild again (up to 28 days in the future), set to null to remove timeout. Requires the `MODERATE_MEMBERS` permission */\n communicationDisabledUntil?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#begin-guild-prune */\nexport interface BeginGuildPrune {\n /** Number of days to prune (1 or more), default: 7 */\n days?: number\n /** Whether 'pruned' is returned, discouraged for large guilds, default: true */\n computePruneCount?: boolean\n /** Role(s) ro include, default: none */\n includeRoles?: string[]\n}\n"],"names":[],"mappings":"AAAA,WA0mCC"}
|
|
1
|
+
{"version":3,"sources":["../src/discordeno.ts"],"sourcesContent":["import type {\n AutoModerationActionType,\n AutoModerationEventTypes,\n AutoModerationTriggerTypes,\n DiscordAttachment,\n DiscordAutoModerationRuleTriggerMetadataPresets,\n DiscordChannel,\n DiscordEmbed,\n DiscordRole,\n} from './discord.js'\nimport type {\n AllowedMentionsTypes,\n ApplicationCommandOptionTypes,\n ApplicationCommandPermissionTypes,\n ApplicationCommandTypes,\n AuditLogEvents,\n BigString,\n ButtonStyles,\n Camelize,\n ChannelTypes,\n DefaultMessageNotificationLevels,\n ExplicitContentFilterLevels,\n GuildFeatures,\n InteractionResponseTypes,\n Localization,\n MessageComponentTypes,\n OverwriteTypes,\n PermissionStrings,\n ScheduledEventEntityType,\n ScheduledEventPrivacyLevel,\n ScheduledEventStatus,\n SortOrderTypes,\n SystemChannelFlags,\n TargetTypes,\n TextStyles,\n VerificationLevels,\n VideoQualityModes,\n} from './shared.js'\n\nexport interface CreateMessageOptions {\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Can be used to verify a message was sent (up to 25 characters). Value will appear in the Message Create event. */\n nonce?: string | number\n /** true if this is a TTS message */\n tts?: boolean\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** Include to make your message a reply */\n messageReference?: {\n /** id of the originating message */\n messageId?: BigString\n /**\n * id of the originating message's channel\n * Note: `channel_id` is optional when creating a reply, but will always be present when receiving an event/response that includes this data model.\n */\n channelId?: BigString\n /** id of the originating message's guild */\n guildId?: BigString\n /** When sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true */\n failIfNotExists: boolean\n }\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n /** IDs of up to 3 stickers in the server to send in the message */\n stickerIds?: [BigString] | [BigString, BigString] | [BigString, BigString, BigString]\n}\n\nexport type MessageComponents = ActionRow[]\n\n/** https://discord.com/developers/docs/interactions/message-components#actionrow */\nexport interface ActionRow {\n /** Action rows are a group of buttons. */\n type: MessageComponentTypes.ActionRow\n /** The components in this row */\n components:\n | [\n | ButtonComponent\n | InputTextComponent\n | SelectMenuComponent\n | SelectMenuChannelsComponent\n | SelectMenuRolesComponent\n | SelectMenuUsersComponent\n | SelectMenuUsersAndRolesComponent,\n ]\n | [ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent]\n | [ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent, ButtonComponent]\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#button-object-button-structure */\nexport interface ButtonComponent {\n /** All button components have type 2 */\n type: MessageComponentTypes.Button\n /** for what the button says (max 80 characters) */\n label?: string\n /** a dev-defined unique string sent on click (max 100 characters). type 5 Link buttons can not have a custom_id */\n customId?: string\n /** For different styles/colors of the buttons */\n style: ButtonStyles\n /** Emoji object that includes fields of name, id, and animated supporting unicode and custom emojis. */\n emoji?: {\n /** Emoji id */\n id?: bigint\n /** Emoji name */\n name?: string\n /** Whether this emoji is animated */\n animated?: boolean\n }\n /** optional url for link-style buttons that can navigate a user to the web. Only type 5 Link buttons can have a url */\n url?: string\n /** Whether or not this button is disabled */\n disabled?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-menu-structure */\nexport interface SelectMenuComponent {\n /** SelectMenu Component is of type 3 */\n type: MessageComponentTypes.SelectMenu\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** The choices! Maximum of 25 items. */\n options: SelectOption[]\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuUsersComponent {\n /** SelectMenuChannels Component is of type 5 */\n type: MessageComponentTypes.SelectMenuUsers\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuRolesComponent {\n /** SelectMenuChannels Component is of type 6 */\n type: MessageComponentTypes.SelectMenuRoles\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuUsersAndRolesComponent {\n /** SelectMenuChannels Component is of type 7 */\n type: MessageComponentTypes.SelectMenuUsersAndRoles\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** The choices! Maximum of 25 items. */\n options: SelectOption[]\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectMenuChannelsComponent {\n /** SelectMenuChannels Component is of type 8 */\n type: MessageComponentTypes.SelectMenuChannels\n /** A custom identifier for this component. Maximum 100 characters. */\n customId: string\n /** A custom placeholder text if nothing is selected. Maximum 150 characters. */\n placeholder?: string\n /** The minimum number of items that must be selected. Default 1. Between 1-25. */\n minValues?: number\n /** The maximum number of items that can be selected. Default 1. Between 1-25. */\n maxValues?: number\n /** Whether or not this select is disabled */\n disabled?: boolean\n}\n\nexport interface SelectOption {\n /** The user-facing name of the option. Maximum 25 characters. */\n label: string\n /** The dev-defined value of the option. Maximum 100 characters. */\n value: string\n /** An additional description of the option. Maximum 50 characters. */\n description?: string\n /** The id, name, and animated properties of an emoji. */\n emoji?: {\n /** Emoji id */\n id?: bigint\n /** Emoji name */\n name?: string\n /** Whether this emoji is animated */\n animated?: boolean\n }\n /** Will render this option as already-selected by default. */\n default?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure */\nexport interface InputTextComponent {\n /** InputText Component is of type 4 */\n type: MessageComponentTypes.InputText\n /** The style of the InputText */\n style: TextStyles\n /** The customId of the InputText */\n customId: string\n /** The label of the InputText. Maximum 45 characters */\n label: string\n /** The placeholder of the InputText */\n placeholder?: string\n /** The minimum length of the text the user has to provide */\n minLength?: number\n /** The maximum length of the text the user has to provide */\n maxLength?: number\n /** Whether or not this input is required. */\n required?: boolean\n /** Pre-filled value for input text. */\n value?: string\n}\n\n/** https://discord.com/developers/docs/resources/channel#allowed-mentions-object */\nexport interface AllowedMentions {\n /** An array of allowed mention types to parse from the content. */\n parse?: AllowedMentionsTypes[]\n /** For replies, whether to mention the author of the message being replied to (default false) */\n repliedUser?: boolean\n /** Array of role_ids to mention (Max size of 100) */\n roles?: bigint[]\n /** Array of user_ids to mention (Max size of 100) */\n users?: bigint[]\n}\n\nexport interface FileContent {\n /** The file blob */\n blob: Blob\n /** The name of the file */\n name: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#search-guild-members-query-string-params */\nexport interface SearchMembers {\n /** Query string to match username(s) and nickname(s) against */\n query: string\n /** Max number of members to return (1-1000). Default: 1 */\n limit?: number\n}\n\nexport interface OverwriteReadable {\n /** Role or user id */\n id: bigint\n /** Either 0 (role) or 1 (member) */\n type: OverwriteTypes\n /** Permission bit set */\n allow?: PermissionStrings[]\n /** Permission bit set */\n deny?: PermissionStrings[]\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesLimit {\n /** Max number of messages to return (1-100) default 50 */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesAround extends GetMessagesLimit {\n /** Get messages around this message id */\n around?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesBefore extends GetMessagesLimit {\n /** Get messages before this message id */\n before?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */\nexport interface GetMessagesAfter extends GetMessagesLimit {\n /** Get messages after this message id */\n after?: BigString\n}\n\nexport type GetMessagesOptions = GetMessagesAfter | GetMessagesBefore | GetMessagesAround | GetMessagesLimit\n\n/** https://discord.com/developers/docs/resources/channel#get-reactions-query-string-params */\nexport interface GetReactions {\n /** Get users after this user Id */\n after?: string\n /** Max number of users to return (1-100) */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/channel#list-public-archived-threads-query-string-params */\nexport interface ListArchivedThreads {\n /** Returns threads before this timestamp */\n before?: number\n /** Optional maximum number of threads to return */\n limit?: number\n}\n\n/** https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log-query-string-parameters */\nexport interface GetGuildAuditLog {\n /** Entries from a specific user ID */\n userId?: BigString\n /** Entries for a specific audit log event */\n actionType?: AuditLogEvents\n /** Entries with ID less than a specific audit log entry ID. */\n before?: BigString\n /** Entries with ID greater than a specific audit log entry ID. */\n after?: BigString\n /** Maximum number of entries (between 1-100) to return, defaults to 50 */\n limit?: number\n}\n\nexport interface GetBans {\n /** Number of users to return (up to maximum 1000). Default: 1000 */\n limit?: number\n /** Consider only users before given user id */\n before?: BigString\n /** Consider only users after given user id */\n after?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/guild#list-guild-members */\nexport interface ListGuildMembers {\n /** Max number of members to return (1-1000). Default: 1000 */\n limit?: number\n /** The highest user id in the previous page. Default: 0 */\n after?: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#get-guild-prune-count */\nexport interface GetGuildPruneCountQuery {\n /** Number of days to count prune for (1 or more), default: 7 */\n days?: number\n /** Role(s) to include, default: none */\n includeRoles?: string | string[]\n}\n\nexport interface GetScheduledEventUsers {\n /** number of users to return (up to maximum 100), defaults to 100 */\n limit?: number\n /** whether to also have member objects provided, defaults to false */\n withMember?: boolean\n /** consider only users before given user id */\n before?: BigString\n /** consider only users after given user id. If both before and after are provided, only before is respected. Fetching users in-between before and after is not supported. */\n after?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/invite#get-invite */\nexport interface GetInvite {\n /** Whether the invite should contain approximate member counts */\n withCounts?: boolean\n /** Whether the invite should contain the expiration date */\n withExpiration?: boolean\n /** the guild scheduled event to include with the invite */\n scheduledEventId?: BigString\n}\n\nexport type CreateApplicationCommand = CreateSlashApplicationCommand | CreateContextApplicationCommand\n\n/** https://discord.com/developers/docs/interactions/application-commands#endpoints-json-params */\nexport interface CreateSlashApplicationCommand {\n /**\n * Name of command, 1-32 characters.\n * `ApplicationCommandTypes.ChatInput` command names must match the following regex `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$` with the unicode flag set.\n * If there is a lowercase variant of any letters used, you must use those.\n * Characters with no lowercase variants and/or uncased letters are still allowed.\n * ApplicationCommandTypes.User` and `ApplicationCommandTypes.Message` commands may be mixed case and can include spaces.\n */\n name: string\n /** Localization object for the `name` field. Values follow the same restrictions as `name` */\n nameLocalizations?: Localization\n /** 1-100 character description */\n description: string\n /** Localization object for the `description` field. Values follow the same restrictions as `description` */\n descriptionLocalizations?: Localization\n /** Type of command, defaults `ApplicationCommandTypes.ChatInput` if not set */\n type?: ApplicationCommandTypes\n /** Parameters for the command */\n options?: ApplicationCommandOption[]\n /** Set of permissions represented as a bit set */\n defaultMemberPermissions?: PermissionStrings[]\n /** Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible. */\n dmPermission?: boolean\n /** Indicates whether the command is age-restricted, defaults to `false` */\n nsfw?: boolean\n}\n\n/** https://discord.com/developers/docs/interactions/application-commands#endpoints-json-params */\nexport interface CreateContextApplicationCommand extends Omit<CreateSlashApplicationCommand, 'options' | 'description' | 'descriptionLocalizations'> {\n /** The type of the command */\n type: ApplicationCommandTypes.Message | ApplicationCommandTypes.User\n}\n\n/** https://discord.com/developers/docs/interactions/slash-commands#interaction-response-interactionapplicationcommandcallbackdata */\nexport interface InteractionCallbackData {\n /** The message contents (up to 2000 characters) */\n content?: string\n /** True if this is a TTS message */\n tts?: boolean\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The customId you want to use for this modal response. */\n customId?: string\n /** The title you want to use for this modal response. */\n title?: string\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n /** Message flags combined as a bit field (only SUPPRESS_EMBEDS and EPHEMERAL can be set) */\n flags?: number\n /** Autocomplete choices (max of 25 choices) */\n choices?: ApplicationCommandOptionChoice[]\n}\n\nexport interface ApplicationCommandOptionChoice {\n /** The name of the choice */\n name: string\n /** The value that this choice was represents. */\n value: string | number\n}\n\n/** https://discord.com/developers/docs/interactions/slash-commands#interaction-response */\nexport interface InteractionResponse {\n /** The type of response */\n type: InteractionResponseTypes\n /** An optional response message */\n data?: InteractionCallbackData\n}\n\nexport interface ApplicationCommandOption {\n /** Value of Application Command Option Type */\n type: ApplicationCommandOptionTypes\n /** 1-32 character name matching lowercase `^[\\w-]{1,32}$` */\n name: string\n /** Localization object for the `name` field. Values follow the same restrictions as `name` */\n nameLocalizations?: Localization\n /** 1-100 character description */\n description: string\n /** Localization object for the `description` field. Values follow the same restrictions as `description` */\n descriptionLocalizations?: Localization\n /** If the parameter is required or optional--default `false` */\n required?: boolean\n /** Choices for `string` and `int` types for the user to pick from */\n choices?: ApplicationCommandOptionChoice[]\n /** If the option is a subcommand or subcommand group type, this nested options will be the parameters */\n options?: ApplicationCommandOption[]\n /** If the option is a channel type, the channels shown will be restricted to these types */\n channelTypes?: ChannelTypes[]\n /** Minimum number desired. */\n minValue?: number\n /** Maximum number desired. */\n maxValue?: number\n /** Minimum length desired. */\n minLength?: number\n /** Maximum length desired. */\n maxLength?: number\n /** if autocomplete interactions are enabled for this `String`, `Integer`, or `Number` type option */\n autocomplete?: boolean\n}\n\n/** https://discord.com/developers/docs/resources/emoji#create-guild-emoji */\nexport interface CreateGuildEmoji {\n /** Name of the emoji */\n name: string\n /** The 128x128 emoji image. Emojis and animated emojis have a maximum file size of 256kb. Attempting to upload an emoji larger than this limit will fail and return 400 Bad Request and an error message, but not a JSON status code. If a URL is provided to the image parameter, Discordeno will automatically convert it to a base64 string internally. */\n image: string\n /** Roles allowed to use this emoji */\n roles?: BigString[]\n}\n\n/** https://discord.com/developers/docs/resources/emoji#modify-guild-emoji */\nexport interface ModifyGuildEmoji {\n /** Name of the emoji */\n name?: string\n /** Roles allowed to use this emoji */\n roles?: BigString[] | null\n}\n\n/** https://discord.com/developers/docs/topics/gateway#request-guild-members */\nexport interface RequestGuildMembers {\n /** id of the guild to get members for */\n guildId: BigString\n /** String that username starts with, or an empty string to return all members */\n query?: string\n /** Maximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members */\n limit: number\n /** Used to specify if we want the presences of the matched members */\n presences?: boolean\n /** Used to specify which users you wish to fetch */\n userIds?: BigString[]\n /** Nonce to identify the Guild Members Chunk response */\n nonce?: string\n}\n\nexport interface CreateGuildChannel {\n /** Channel name (1-100 characters) */\n name: string\n /** The type of channel */\n type?: ChannelTypes\n /** Channel topic (0-1024 characters) */\n topic?: string\n /** The bitrate (in bits) of the voice channel (voice only) */\n bitrate?: number\n /** The user limit of the voice channel (voice only) */\n userLimit?: number\n /** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `manage_messages` or `manage_channel`, are unaffected */\n rateLimitPerUser?: number\n /** Sorting position of the channel */\n position?: number\n /** The channel's permission overwrites */\n permissionOverwrites?: OverwriteReadable[]\n /** Id of the parent category for a channel */\n parentId?: BigString\n /** Whether the channel is nsfw */\n nsfw?: boolean\n /** Default duration (in minutes) that clients (not the API) use for newly created threads in this channel, to determine when to automatically archive the thread after the last activity */\n defaultAutoArchiveDuration?: number\n /** Emoji to show in the add reaction button on a thread in a forum channel */\n defaultReactionEmoji?: {\n /** The id of a guild's custom emoji. Exactly one of `emojiId` and `emojiName` must be set. */\n emojiId?: BigString | null\n /** The unicode character of the emoji. Exactly one of `emojiId` and `emojiName` must be set. */\n emojiName?: string | null\n }\n /** Set of tags that can be used in a forum channel */\n availableTags?: Array<{\n /** The id of the tag */\n id: BigString\n /** The name of the tag (0-20 characters) */\n name: string\n /** whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission */\n moderated: boolean\n /** The id of a guild's custom emoji */\n emojiId: BigString\n /** The unicode character of the emoji */\n emojiName?: string\n }>\n /** the default sort order type used to order posts in forum channels */\n defaultSortOrder?: SortOrderTypes | null\n}\n\nexport interface ModifyChannel {\n /** 1-100 character channel name */\n name?: string\n /** The type of channel; only conversion between text and news is supported and only in guilds with the \"NEWS\" feature */\n type?: ChannelTypes\n /** The position of the channel in the left-hand listing */\n position?: number | null\n /** 0-1024 character channel topic */\n topic?: string | null\n /** Whether the channel is nsfw */\n nsfw?: boolean | null\n /** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `manage_messages` or `manage_channel`, are unaffected */\n rateLimitPerUser?: number | null\n /** The bitrate (in bits) of the voice channel; 8000 to 96000 (128000 for VIP servers) */\n bitrate?: number | null\n /** The user limit of the voice channel; 0 refers to no limit, 1 to 99 refers to a user limit */\n userLimit?: number | null\n /** Channel or category-specific permissions */\n permissionOverwrites?: OverwriteReadable[] | null\n /** Id of the new parent category for a channel */\n parentId?: BigString | null\n /** Voice region id for the voice channel, automatic when set to null */\n rtcRegion?: string | null\n /** The camera video quality mode of the voice channel */\n videoQualityMode?: VideoQualityModes\n /** Whether the thread is archived */\n archived?: boolean\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration?: 60 | 1440 | 4320 | 10080\n /** When a thread is locked, only users with `MANAGE_THREADS` can unarchive it */\n locked?: boolean\n /** whether non-moderators can add other non-moderators to a thread; only available on private threads */\n invitable?: boolean\n\n /** The set of tags that can be used in a GUILD_FORUM channel */\n availableTags?: Array<{\n /** The id of the tag */\n id: string\n /** The name of the tag (0-20 characters) */\n name: string\n /** Whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission */\n moderated: boolean\n /** The id of a guild's custom emoji At most one of emoji_id and emoji_name may be set. */\n emojiId: string\n /** The unicode character of the emoji */\n emojiName: string\n }>\n /** The IDs of the set of tags that have been applied to a thread in a GUILD_FORUM channel; limited to 5 */\n appliedTags?: BigString[]\n /** the emoji to show in the add reaction button on a thread in a GUILD_FORUM channel */\n defaultReactionEmoji?: {\n /** The id of a guild's custom emoji */\n emojiId: string\n /** The unicode character of the emoji */\n emojiName: string | null\n }\n /** the initial rate_limit_per_user to set on newly created threads in a channel. this field is copied to the thread at creation time and does not live update. */\n defaultThreadRateLimitPerUser?: number\n /** the default sort order type used to order posts in forum channels */\n defaultSortOrder?: SortOrderTypes | null\n}\n\nexport interface EditChannelPermissionOverridesOptions extends OverwriteReadable {}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions */\nexport interface ModifyGuildChannelPositions {\n /** Channel id */\n id: BigString\n /** Sorting position of the channel */\n position: number | null\n /** Syncs the permission overwrites with the new parent, if moving to a new category */\n lockPositions?: boolean | null\n /** The new parent ID for the channel that is moved */\n parentId?: BigString | null\n}\n\nexport interface ModifyWebhook {\n /** The default name of the webhook */\n name?: string\n /** Image for the default webhook avatar */\n avatar?: BigString | null\n /** The new channel id this webhook should be moved to */\n channelId?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/webhook#execute-webhook */\nexport interface ExecuteWebhook {\n /** Waits for server confirmation of message send before response, and returns the created message body (defaults to `false`; when `false` a message that is not saved does not return an error) */\n wait?: boolean\n /** Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived. */\n threadId?: BigString\n /** Name of the thread to create (target channel has to be type of forum channel) */\n threadName?: string\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Override the default username of the webhook */\n username?: string\n /** Override the default avatar of the webhook */\n avatarUrl?: string\n /** True if this is a TTS message */\n tts?: boolean\n /** The contents of the files being sent */\n files?: FileContent[]\n /** Embedded `rich` content */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** the components to include with the message */\n components?: MessageComponents\n}\n\nexport interface GetWebhookMessageOptions {\n /** id of the thread the message is in */\n threadId: BigString\n}\n\nexport interface DeleteWebhookMessageOptions {\n /** id of the thread the message is in */\n threadId: BigString\n}\n\nexport interface CreateForumPostWithMessage {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n /** The message contents (up to 2000 characters) */\n content?: string\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>>\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** The contents of the files being sent */\n files?: FileContent[]\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n}\n\nexport interface CreateStageInstance {\n channelId: BigString\n topic: string\n /** Notify @everyone that the stage instance has started. Requires the MENTION_EVERYONE permission. */\n sendStartNotification?: boolean\n}\n\nexport interface EditStageInstanceOptions {\n /** The topic of the Stage instance (1-120 characters) */\n topic: string\n}\n\nexport interface StartThreadWithMessage {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n}\n\nexport interface StartThreadWithoutMessage {\n /** 1-100 character thread name */\n name: string\n /** Duration in minutes to automatically archive the thread after recent activity */\n autoArchiveDuration: 60 | 1440 | 4320 | 10080\n /** Amount of seconds a user has to wait before sending another message (0-21600) */\n rateLimitPerUser?: number | null\n /** the type of thread to create */\n type: ChannelTypes.AnnouncementThread | ChannelTypes.PublicThread | ChannelTypes.PrivateThread\n /** whether non-moderators can add other non-moderators to a thread; only available when creating a private thread */\n invitable?: boolean\n}\n\nexport interface CreateAutoModerationRuleOptions {\n /** The name of the rule. */\n name: string\n /** The type of event to trigger the rule on. */\n eventType: AutoModerationEventTypes\n /** The type of trigger to use for the rule. */\n triggerType: AutoModerationTriggerTypes\n /** The metadata to use for the trigger. */\n triggerMetadata: {\n /** The keywords needed to match. Only present when TriggerType.Keyword */\n keywordFilter?: string[]\n /** The pre-defined lists of words to match from. Only present when TriggerType.KeywordPreset */\n presets?: DiscordAutoModerationRuleTriggerMetadataPresets[]\n /** The substrings which will exempt from triggering the preset trigger type. Only present when TriggerType.KeywordPreset */\n allowList?: string[]\n /** Total number of mentions (role & user) allowed per message (Maximum of 50). Only present when TriggerType.MentionSpam */\n mentionTotalLimit?: number\n }\n /** The actions that will trigger for this rule */\n actions: Array<{\n /** The type of action to take when a rule is triggered */\n type: AutoModerationActionType\n /** additional metadata needed during execution for this specific action type */\n metadata?: {\n /** The id of channel to which user content should be logged. Only in SendAlertMessage */\n channelId?: BigString\n /** Timeout duration in seconds. Max is 2419200(4 weeks). Only supported for TriggerType.Keyword */\n durationSeconds?: number\n }\n }>\n /** Whether the rule should be enabled, true by default. */\n enabled?: boolean\n /** The role ids that should not be effected by the rule */\n exemptRoles?: BigString[]\n /** The channel ids that should not be effected by the rule. */\n exemptChannels?: BigString[]\n}\n\nexport interface EditAutoModerationRuleOptions {\n /** The name of the rule. */\n name: string\n /** The type of event to trigger the rule on. */\n eventType: AutoModerationEventTypes\n /** The metadata to use for the trigger. */\n triggerMetadata: {\n /** The keywords needed to match. Only present when TriggerType.Keyword */\n keywordFilter?: string[]\n /** The pre-defined lists of words to match from. Only present when TriggerType.KeywordPreset */\n presets?: DiscordAutoModerationRuleTriggerMetadataPresets[]\n /** The substrings which will exempt from triggering the preset trigger type. Only present when TriggerType.KeywordPreset */\n allowList?: string[]\n /** Total number of mentions (role & user) allowed per message (Maximum of 50) */\n mentionTotalLimit: number\n }\n /** The actions that will trigger for this rule */\n actions: Array<{\n /** The type of action to take when a rule is triggered */\n type: AutoModerationActionType\n /** additional metadata needed during execution for this specific action type */\n metadata: {\n /** The id of channel to which user content should be logged. Only in SendAlertMessage */\n channelId?: BigString\n /** Timeout duration in seconds. Only supported for TriggerType.Keyword */\n durationSeconds?: number\n }\n }>\n /** Whether the rule should be enabled. */\n enabled?: boolean\n /** The role ids that should not be effected by the rule */\n exemptRoles?: BigString[]\n /** The channel ids that should not be effected by the rule. */\n exemptChannels?: BigString[]\n}\n\nexport interface CreateScheduledEvent {\n /** the channel id of the scheduled event. */\n channelId?: BigString\n /** location of the event. Required for events with `entityType: ScheduledEventEntityType.External` */\n location?: string\n /** the name of the scheduled event */\n name: string\n /** the description of the scheduled event */\n description: string\n /** the time the scheduled event will start */\n scheduledStartTime: string\n /** the time the scheduled event will end if it does end. Required for events with `entityType: ScheduledEventEntityType.External` */\n scheduledEndTime?: string\n /** the privacy level of the scheduled event */\n privacyLevel?: ScheduledEventPrivacyLevel\n /** the type of hosting entity associated with a scheduled event */\n entityType: ScheduledEventEntityType\n}\n\nexport interface EditScheduledEvent {\n /** the channel id of the scheduled event. null if switching to external event. */\n channelId: BigString | null\n /** location of the event */\n location?: string\n /** the name of the scheduled event */\n name: string\n /** the description of the scheduled event */\n description?: string\n /** the time the scheduled event will start */\n scheduledStartTime: string\n /** the time the scheduled event will end if it does end. */\n scheduledEndTime?: string\n /** the privacy level of the scheduled event */\n privacyLevel: ScheduledEventPrivacyLevel\n /** the type of hosting entity associated with a scheduled event */\n entityType: ScheduledEventEntityType\n /** the status of the scheduled event */\n status: ScheduledEventStatus\n}\n\nexport interface GetScheduledEvents {\n /** include number of users subscribed to each event */\n withUserCount?: boolean\n}\n\nexport interface CreateChannelInvite {\n /** Duration of invite in seconds before expiry, or 0 for never. Between 0 and 604800 (7 days). Default: 86400 (24 hours) */\n maxAge?: number\n /** Max number of users or 0 for unlimited. Between 0 and 100. Default: 0 */\n maxUses?: number\n /** Whether this invite only grants temporary membership. Default: false */\n temporary?: boolean\n /** If true, don't try to reuse similar invite (useful for creating many unique one time use invites). Default: false */\n unique?: boolean\n /** The type of target for this voice channel invite */\n targetType?: TargetTypes\n /** The id of the user whose stream to display for this invite, required if `target_type` is 1, the user must be streaming in the channel */\n targetUserId?: BigString\n /** The id of the embedded application to open for this invite, required if `target_type` is 2, the application must have the `EMBEDDED` flag */\n targetApplicationId?: BigString\n}\n\n/** https://discord.com/developers/docs/resources/channel#edit-message-json-params */\nexport interface EditMessage {\n /** The new message contents (up to 2000 characters) */\n content?: string | null\n /** Embedded `rich` content (up to 6000 characters) */\n embeds?: Array<Camelize<DiscordEmbed>> | null\n /** Edit the flags of the message (only `SUPPRESS_EMBEDS` can currently be set/unset) */\n flags?: 4 | null\n /** The contents of the files being sent/edited */\n files?: FileContent[] | null\n /** Allowed mentions for the message */\n allowedMentions?: AllowedMentions\n /** When specified (adding new attachments), attachments which are not provided in this list will be removed. */\n attachments?: Array<Camelize<DiscordAttachment>>\n /** The components you would like to have sent in this message */\n components?: MessageComponents\n}\n\n/** https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions */\nexport interface ApplicationCommandPermissions {\n /** The id of the role or user */\n id: string\n /** Role or User */\n type: ApplicationCommandPermissionTypes\n /** `true` to allow, `false`, to disallow */\n permission: boolean\n}\n\n/** https://discord.com/developers/docs/resources/guild#create-guild */\nexport interface CreateGuild {\n /** Name of the guild (1-100 characters) */\n name: string\n /** Base64 128x128 image for the guild icon */\n icon?: string\n /** Verification level */\n verificationLevel?: VerificationLevels\n /** Default message notification level */\n defaultMessageNotifications?: DefaultMessageNotificationLevels\n /** Explicit content filter level */\n explicitContentFilter?: ExplicitContentFilterLevels\n /** New guild roles (first role is the everyone role) */\n roles?: Camelize<DiscordRole[]>\n /** New guild's channels */\n channels?: Array<Partial<Camelize<DiscordChannel>>>\n /** Id for afk channel */\n afkChannelId?: string\n /** Afk timeout in seconds */\n afkTimeout?: number\n /** The id of the channel where guild notices such as welcome messages and boost events are posted */\n systemChannelId?: string\n /** System channel flags */\n systemChannelFlags?: SystemChannelFlags\n}\n\nexport interface CreateGuildRole {\n /** Name of the role, max 100 characters, default: \"new role\" */\n name?: string\n /** Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild */\n permissions?: PermissionStrings[]\n /** RGB color value, default: 0 */\n color?: number\n /** Whether the role should be displayed separately in the sidebar, default: false */\n hoist?: boolean\n /** Whether the role should be mentionable, default: false */\n mentionable?: boolean\n /** The role's unicode emoji (if the guild has the `ROLE_ICONS` feature) */\n unicodeEmoji?: string\n /** the role's icon image (if the guild has the `ROLE_ICONS` feature) */\n icon?: string\n}\n\nexport interface EditGuildRole {\n /** Name of the role, max 100 characters, default: \"new role\" */\n name?: string\n /** Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild */\n permissions?: PermissionStrings[]\n /** RGB color value, default: 0 */\n color?: number\n /** Whether the role should be displayed separately in the sidebar, default: false */\n hoist?: boolean\n /** Whether the role should be mentionable, default: false */\n mentionable?: boolean\n /** The role's unicode emoji (if the guild has the `ROLE_ICONS` feature) */\n unicodeEmoji?: string\n /** the role's icon image (if the guild has the `ROLE_ICONS` feature) */\n icon?: string\n}\n\nexport interface ModifyRolePositions {\n /** The role id */\n id: BigString\n /** The sorting position for the role. */\n position?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild */\nexport interface ModifyGuild {\n /** Guild name */\n name?: string\n /** Verification level */\n verificationLevel?: VerificationLevels | null\n /** Default message notification filter level */\n defaultMessageNotifications?: DefaultMessageNotificationLevels | null\n /** Explicit content filter level */\n explicitContentFilter?: ExplicitContentFilterLevels | null\n /** Id for afk channel */\n afkChannelId?: BigString | null\n /** Afk timeout in seconds */\n afkTimeout?: number\n /** Base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the server has the `ANIMATED_ICON` feature) */\n icon?: string | null\n /** User id to transfer guild ownership to (must be owner) */\n ownerId?: BigString\n /** Base64 16:9 png/jpeg image for the guild splash (when the server has `INVITE_SPLASH` feature) */\n splash?: string | null\n /** Base64 16:9 png/jpeg image for the guild discovery spash (when the server has the `DISCOVERABLE` feature) */\n discoverySplash?: string | null\n /** Base64 16:9 png/jpeg image for the guild banner (when the server has BANNER feature) */\n banner?: string | null\n /** The id of the channel where guild notices such as welcome messages and boost events are posted */\n systemChannelId?: BigString | null\n /** System channel flags */\n systemChannelFlags?: SystemChannelFlags\n /** The id of the channel where Community guilds display rules and/or guidelines */\n rulesChannelId?: BigString | null\n /** The id of the channel where admins and moderators of Community guilds receive notices from Discord */\n publicUpdatesChannelId?: BigString | null\n /** The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to \"en-US\" */\n preferredLocale?: string | null\n /** Enabled guild features */\n features?: GuildFeatures[]\n /** Whether the guild's boost progress bar should be enabled */\n premiumProgressBarEnabled?: boolean\n}\n\nexport interface CreateGuildStickerOptions {\n /** Name of the sticker (2-30 characters) */\n name: string\n /** Description of the sticker (empty or 2-100 characters) */\n description: string\n /** Autocomplete/suggestion tags for the sticker (max 200 characters) */\n tags: string\n /** The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 512 KB */\n file: FileContent\n}\n\nexport interface EditGuildStickerOptions {\n /** Name of the sticker (2-30 characters) */\n name?: string\n /** Description of the sticker (empty or 2-100 characters) */\n description?: string | null\n /** Autocomplete/suggestion tags for the sticker (max 200 characters) */\n tags?: string\n}\n\n/** https://discord.com/developers/docs/resources/template#create-guild-from-template-json-params */\nexport interface CreateGuildFromTemplate {\n /** Name of the guild (2-100 characters) */\n name: string\n /** base64 128x128 image for the guild icon */\n icon?: string\n}\n\n/** https://discord.com/developers/docs/resources/guild#update-current-user-voice-state */\nexport interface EditOwnVoiceState {\n /** The id of the channel the user is currently in */\n channelId: BigString\n /** Toggles the user's suppress state */\n suppress?: boolean\n /** Sets the user's request to speak */\n requestToSpeakTimestamp?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#update-user-voice-state */\nexport interface EditUserVoiceState {\n /** The id of the channel the user is currently in */\n channelId: BigString\n /** Toggles the user's suppress state */\n suppress?: boolean\n /** The user id to target */\n userId: BigString\n}\n\n/** https://discord.com/developers/docs/resources/guild#get-guild-widget-image-query-string-params */\nexport interface GetGuildWidgetImageQuery {\n /**\n * Style of the widget returned, default: shield\n *\n * Shield: Widget with Discord icon and guild members online count.\n * Banner1: Large image with guild icon, name and online count. \"POWERED BY DISCORD\" as the footer of the widget\n * Banner2: Smaller widget style with guild icon, name and online count. Split on the right with Discord logo\n * Banner3: Large image with guild icon, name and online count. In the footer, Discord logo on the left and \"Chat Now\" on the right\n * Banner4: Large Discord logo at the top of the widget. Guild icon, name and online count in the middle portion of the widget and a \"JOIN MY SERVER\" button at the bottom\n */\n style?: 'shield' | 'banner1' | 'banner2' | 'banner3' | 'banner4'\n}\n\nexport interface CreateTemplate {\n /** Name which the template should have */\n name: string\n /** Description of the template */\n description?: string\n}\n\n/** https://discord.com/developers/docs/resources/template#modify-guild-template */\nexport interface ModifyGuildTemplate {\n /** Name of the template (1-100 characters) */\n name?: string\n /** Description of the template (0-120 characters) */\n description?: string | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#create-guild-ban */\nexport interface CreateGuildBan {\n /** Number of seconds to delete messages for, between 0 and 604800 (7 days) */\n deleteMessageSeconds?: number\n}\n\nexport interface EditBotMemberOptions {\n nick?: string | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#modify-guild-member */\nexport interface ModifyGuildMember {\n /** Value to set users nickname to. Requires the `MANAGE_NICKNAMES` permission */\n nick?: string | null\n /** Array of role ids the member is assigned. Requires the `MANAGE_ROLES` permission */\n roles?: BigString[] | null\n /** Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the `MUTE_MEMBERS` permission */\n mute?: boolean | null\n /** Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the `MOVE_MEMBERS` permission */\n deaf?: boolean | null\n /** Id of channel to move user to (if they are connected to voice). Requires the `MOVE_MEMBERS` permission */\n channelId?: BigString | null\n /** when the user's timeout will expire and the user will be able to communicate in the guild again (up to 28 days in the future), set to null to remove timeout. Requires the `MODERATE_MEMBERS` permission */\n communicationDisabledUntil?: number | null\n}\n\n/** https://discord.com/developers/docs/resources/guild#begin-guild-prune */\nexport interface BeginGuildPrune {\n /** Number of days to prune (1 or more), default: 7 */\n days?: number\n /** Whether 'pruned' is returned, discouraged for large guilds, default: true */\n computePruneCount?: boolean\n /** Role(s) ro include, default: none */\n includeRoles?: string[]\n}\n"],"names":[],"mappings":"AAAA,WAqmCC"}
|