export interface GatewayGuildCreateDispatchData extends APIGuild
See also: https://discord.com/developers/docs/topics/gateway-events#guild-createhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields
external(APIChannel & { type: Exclude<GuildChannelType, ThreadChannelType>; })[] channels :
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
externalAPIGuildScheduledEvent[] guild_scheduled_events :
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
externalstring joined_at :
When this guild was joined at**This field is only sent within the GUILD_CREATE event**
externalboolean large :
true
if this is considered a large guild**This field is only sent within the GUILD_CREATE event**
externalnumber member_count :
Total number of members in this guild**This field is only sent within the GUILD_CREATE event**
externalAPIGuildMember[] members :
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
externalGatewayPresenceUpdate[] presences :
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
externalAPISoundboardSound[] soundboard_sounds :
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
externalAPIStageInstance[] stage_instances :
The stage instances in the guild**This field is only sent within the GUILD_CREATE event**
external(APIChannel & { type: ThreadChannelType; })[] threads :
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
optionalexternalboolean unavailable? :
true
if this guild is unavailable due to an outage
externalOmit<APIVoiceState, 'guild_id'>[] voice_states :
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