DiscordGuildCreateExtra
Documentation / @discordeno/types / DiscordGuildCreateExtra
Interface: DiscordGuildCreateExtra
Defined in: discord/gateway.ts:428
https://docs.discord.com/developers/events/gateway-events#guild-create-guild-create-extra-fields
Properties
channels
channels:
DiscordChannel[]
Defined in: discord/gateway.ts:447
Channels in the guild
guild_scheduled_events
guild_scheduled_events:
DiscordScheduledEvent[]
Defined in: discord/gateway.ts:460
Scheduled events in the guild
joined_at
joined_at:
string
Defined in: discord/gateway.ts:430
When this guild was joined at
large
large:
boolean
Defined in: discord/gateway.ts:432
If this is considered a large guild
member_count
member_count:
number
Defined in: discord/gateway.ts:436
Total number of member in this guild
members
members:
DiscordMemberWithUser[]
Defined in: discord/gateway.ts:445
Users in the guild
presences
presences:
Partial<DiscordPresenceUpdate>[]
Defined in: discord/gateway.ts:456
Presences of the members in the guild
Remarks
Will only include non-offline members if the size is greater than the large threshold.
soundboard_sounds
soundboard_sounds:
DiscordSoundboardSound[]
Defined in: discord/gateway.ts:462
Soundboard sounds in the guild
stage_instances
stage_instances:
DiscordStageInstance[]
Defined in: discord/gateway.ts:458
Stage instances in the guild
threads
threads:
DiscordChannel[]
Defined in: discord/gateway.ts:449
All active threads in the guild that the current user has permission to view
unavailable?
optionalunavailable?:boolean
Defined in: discord/gateway.ts:434
If the guild is unavailable due to an outage
voice_states
voice_states:
Omit<DiscordVoiceState,"guild_id">[]
Defined in: discord/gateway.ts:443
States of members currently in voice channels
Remarks
Lacks the guild_id key