export interface GatewayGuildCreateDispatchData extends APIGuildSee also: https://discord.com/developers/docs/topics/gateway-events#guild-createhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields
externalchannels : (APIChannel & { type: Exclude<GuildChannelType, ThreadChannelType>; })[]
Channels in the guild**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/channel#channel-object
externalguild_scheduled_events : APIGuildScheduledEvent[]
The scheduled events in the guild**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object
externaljoined_at : string
When this guild was joined at**This field is only sent within the GUILD_CREATE event**
externallarge : boolean
true if this is considered a large guild**This field is only sent within the GUILD_CREATE event**
externalmember_count : number
Total number of members in this guild**This field is only sent within the GUILD_CREATE event**
externalmembers : APIGuildMember[]
Users in the guild**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/guild#guild-member-object
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 event**
See also: https://discord.com/developers/docs/topics/gateway-events#presence-update
externalsoundboard_sounds : APISoundboardSound[]
The soundboard sounds in the guild**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/soundboard#soundboard-sound-object
externalstage_instances : APIStageInstance[]
The stage instances in the guild**This field is only sent within the GUILD_CREATE event**
externalthreads : (APIChannel & { type: ThreadChannelType; })[]
Threads in the guild**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/channel#channel-object
optionalexternalunavailable? : boolean
true if this guild is unavailable due to an outage
externalvoice_states : APIBaseVoiceState[]
States of members currently in voice channels; lacks the guild_id key**This field is only sent within the GUILD_CREATE event**
See also: https://discord.com/developers/docs/resources/voice#voice-state-object