GatewayGuildCreateDispatchData

https://discord.com/developers/docs/topics/gateway-events#guild-create https://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields

Signature

export interface GatewayGuildCreateDispatchData extends APIGuild

Properties

joined_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**

large: 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**

unavailable?: boolean;

`true` if this guild is unavailable due to an outage

member_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**

voice_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

members: 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

channels: APIChannel[];

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

threads: APIThreadChannel[];

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

presences: 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

stage_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

guild_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** https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object

soundboard_sounds: APISoundboardSound[];

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** https://discord.com/developers/docs/resources/soundboard