export interface GatewayGuildCreateDispatchData extends APIGuildhttps://discord.com/developers/docs/topics/gateway-events#guild-create https://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields
afk timeout in seconds, can be set to: 60, 300, 900, 1800, 3600
Inherited from: APIGuild
Application id of the guild creator if it is bot-created
Inherited from: APIGuild
optionalexternalapproximate_member_count? : number
Approximate number of members in this guild, returned from the GET /guilds/<id> and /users/@me/guilds (OAuth2) endpoints when with_counts is true
Inherited from: APIGuild
optionalexternalapproximate_presence_count? : number
Approximate number of non-offline members in this guild, returned from the GET /guilds/<id> and /users/@me/guilds (OAuth2) endpoints when with_counts is true
Inherited from: APIGuild
Banner hashSee https://discord.com/developers/docs/reference#image-formatting
Inherited from: APIGuild
externalchannels : (APIChannel & { type: Exclude<GuildChannelType, ThreadChannelType>; })[]
Channels in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/channel#channel-object
externaldefault_message_notifications : GuildDefaultMessageNotifications
Default message notifications levelSee https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level
Inherited from: APIGuild
Discovery splash hash; only present for guilds with the "DISCOVERABLE" featureSee https://discord.com/developers/docs/reference#image-formatting
Inherited from: APIGuild
externalemojis : APIEmoji[]
Custom guild emojisSee https://discord.com/developers/docs/resources/emoji#emoji-object
Inherited from: APIGuild
externalexplicit_content_filter : GuildExplicitContentFilter
Explicit content filter levelSee https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level
Inherited from: APIGuild
externalfeatures : GuildFeature[]
Enabled guild featuresSee https://discord.com/developers/docs/resources/guild#guild-object-guild-features
Inherited from: APIGuild
externalguild_scheduled_events : APIGuildScheduledEvent[]
The scheduled events in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object
Icon hash, returned when in the template objectSee https://discord.com/developers/docs/reference#image-formatting
Inherited from: APIGuild
Icon hashSee https://discord.com/developers/docs/reference#image-formatting
Inherited from: APIPartialGuild
externalincidents_data : APIIncidentsData | null
The incidents data for this guild
Inherited from: APIGuild
externaljoined_at : string
When this guild was joined at**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**
externallarge : boolean
true if this is considered a large guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**
optionalexternalmax_members? : number
The maximum number of members for the guild
Inherited from: APIGuild
The maximum number of presences for the guild (null is always returned, apart from the largest of guilds)
Inherited from: APIGuild
optionalexternalmax_stage_video_channel_users? : number
The maximum amount of users in a stage video channel
Inherited from: APIGuild
optionalexternalmax_video_channel_users? : number
The maximum amount of users in a video channel
Inherited from: APIGuild
externalmember_count : number
Total number of members in this guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**
externalmembers : APIGuildMember[]
Users in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/guild#guild-member-object
externalmfa_level : GuildMFALevel
Required MFA level for the guildSee https://discord.com/developers/docs/resources/guild#guild-object-mfa-level
Inherited from: APIGuild
externalname : string
Guild name (2-100 characters, excluding trailing and leading whitespace)
Inherited from: APIPartialGuild
externalnsfw_level : GuildNSFWLevel
The nsfw level of the guildSee https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level
Inherited from: APIGuild
optionalexternalowner? : boolean
true if the user is the owner of the guild**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**
Inherited from: APIGuild
optionalexternalpermissions? : Permissions
Total permissions for the user in the guild (excludes overrides)**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**See https://en.wikipedia.org/wiki/Bit_field
Inherited from: APIGuild
externalpreferred_locale : Locale
The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to "en-US" "en-US"
Inherited from: APIGuild
externalpremium_progress_bar_enabled : boolean
Whether the guild has the boost progress bar enabled.
Inherited from: APIGuild
optionalexternalpremium_subscription_count? : number
The number of boosts this guild currently has
Inherited from: APIGuild
externalpremium_tier : GuildPremiumTier
Premium tier (Server Boost level)See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier
Inherited from: APIGuild
externalpresences : GatewayPresenceUpdate[]
Presences of the members in the guild, will only include non-offline members if the size is greater than large_threshold**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/topics/gateway-events#presence-update
The id of the channel where admins and moderators of Community guilds receive notices from Discord
Inherited from: APIGuild
deprecatedexternalregion : string
This field has been deprecated in favor of rtc_region on the channel.
Voice region id for the guildSee https://discord.com/developers/docs/resources/voice#voice-region-object
Inherited from: APIGuild
externalroles : APIRole[]
Roles in the guildSee https://discord.com/developers/docs/topics/permissions#role-object
Inherited from: APIGuild
The id of the channel where Community guilds can display rules and/or guidelines
Inherited from: APIGuild
The id of the channel where admins and moderators of Community guilds receive safety alerts from Discord
Inherited from: APIGuild
externalsoundboard_sounds : APISoundboardSound[]
The soundboard sounds in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/soundboard#soundboard-sound-object
Splash hashSee https://discord.com/developers/docs/reference#image-formatting
Inherited from: APIPartialGuild
externalstage_instances : APIStageInstance[]
The stage instances in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-stage-instance-structure
externalstickers : APISticker[]
Custom guild stickersSee https://discord.com/developers/docs/resources/sticker#sticker-object
Inherited from: APIGuild
externalsystem_channel_flags : GuildSystemChannelFlags
System channel flagsSee https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags
Inherited from: APIGuild
The id of the channel where guild notices such as welcome messages and boost events are posted
Inherited from: APIGuild
externalthreads : (APIChannel & { type: ThreadChannelType; })[]
Threads in the guild**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/channel#channel-object
optionalexternalunavailable? : boolean
true if this guild is unavailable due to an outage
externalverification_level : GuildVerificationLevel
Verification level required for the guildSee https://discord.com/developers/docs/resources/guild#guild-object-verification-level
Inherited from: APIGuild
externalvoice_states : Omit<APIVoiceState, 'guild_id'>[]
States of members currently in voice channels; lacks the guild_id key**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway-events#guild-create) event**See https://discord.com/developers/docs/resources/voice#voice-state-object
optionalexternalwelcome_screen? : APIGuildWelcomeScreen
The welcome screen of a Community guild, shown to new membersReturned in the invite object
Inherited from: APIGuild
The channel id that the widget will generate an invite to, or null if set to no invite
Inherited from: APIGuild