GatewayGuildCreateDispatchData
Hierarchy
- APIGuild
- GatewayGuildCreateDispatchData
Index
Properties
- afk_channel_id
- afk_timeout
- application_id
- approximate_member_count
- approximate_presence_count
- banner
- channels
- default_message_notifications
- description
- discovery_splash
- emojis
- explicit_content_filter
- features
- guild_scheduled_events
- hub_type
- icon
- icon_hash
- id
- joined_at
- large
- max_members
- max_presences
- max_stage_video_channel_users
- max_video_channel_users
- member_count
- members
- mfa_level
- name
- nsfw_level
- owner
- owner_id
- permissions
- preferred_locale
- premium_progress_bar_enabled
- premium_subscription_count
- premium_tier
- presences
- public_updates_channel_id
- region
- roles
- rules_channel_id
- safety_alerts_channel_id
- soundboard_sounds
- splash
- stage_instances
- stickers
- system_channel_flags
- system_channel_id
- threads
- unavailable
- vanity_url_code
- verification_level
- voice_states
- welcome_screen
- widget_channel_id
- widget_enabled
Properties
inheritedafk_channel_id
ID of afk channel
inheritedafk_timeout
afk timeout in seconds, can be set to: 60
, 300
, 900
, 1800
, 3600
inheritedapplication_id
Application id of the guild creator if it is bot-created
optionalinheritedapproximate_member_count
Approximate number of members in this guild,
returned from the GET /guilds/<id>
and /users/@me/guilds
(OAuth2) endpoints when with_counts
is true
optionalinheritedapproximate_presence_count
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
inheritedbanner
Banner hash
See https://discord.com/developers/docs/reference#image-formatting
channels
Channels in the guild
This field is only sent within the GUILD_CREATE event
See https://discord.com/developers/docs/resources/channel#channel-object
inheriteddefault_message_notifications
Default message notifications level
See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level
inheriteddescription
The description for the guild
inheriteddiscovery_splash
Discovery splash hash; only present for guilds with the "DISCOVERABLE" feature
See https://discord.com/developers/docs/reference#image-formatting
inheritedemojis
Custom guild emojis
See https://discord.com/developers/docs/resources/emoji#emoji-object
inheritedexplicit_content_filter
Explicit content filter level
See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level
inheritedfeatures
Enabled guild features
See https://discord.com/developers/docs/resources/guild#guild-object-guild-features
guild_scheduled_events
The scheduled events in the guild
This field is only sent within the GUILD_CREATE event
See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object
inheritedhub_type
The type of Student Hub the guild is
inheritedicon
optionalinheritedicon_hash
Icon hash, returned when in the template object
See https://discord.com/developers/docs/reference#image-formatting
inheritedid
Guild id
joined_at
When this guild was joined at
This field is only sent within the GUILD_CREATE event
large
true
if this is considered a large guild
This field is only sent within the GUILD_CREATE event
optionalinheritedmax_members
The maximum number of members for the guild
optionalinheritedmax_presences
The maximum number of presences for the guild (null
is always returned, apart from the largest of guilds)
optionalinheritedmax_stage_video_channel_users
The maximum amount of users in a stage video channel
optionalinheritedmax_video_channel_users
The maximum amount of users in a video channel
member_count
Total number of members in this guild
This field is only sent within the GUILD_CREATE event
members
Users in the guild
This field is only sent within the GUILD_CREATE event
See https://discord.com/developers/docs/resources/guild#guild-member-object
inheritedmfa_level
Required MFA level for the guild
See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level
inheritedname
Guild name (2-100 characters, excluding trailing and leading whitespace)
inheritednsfw_level
The nsfw level of the guild
See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level
optionalinheritedowner
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
inheritedowner_id
ID of owner
optionalinheritedpermissions
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
inheritedpreferred_locale
The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to "en-US"
inheritedpremium_progress_bar_enabled
Whether the guild has the boost progress bar enabled.
optionalinheritedpremium_subscription_count
The number of boosts this guild currently has
inheritedpremium_tier
Premium tier (Server Boost level)
See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier
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 https://discord.com/developers/docs/topics/gateway-events#presence-update
inheritedpublic_updates_channel_id
The id of the channel where admins and moderators of Community guilds receive notices from Discord
inheritedregion
Voice region id for the guild
See https://discord.com/developers/docs/resources/voice#voice-region-object
inheritedroles
Roles in the guild
See https://discord.com/developers/docs/topics/permissions#role-object
inheritedrules_channel_id
The id of the channel where Community guilds can display rules and/or guidelines
inheritedsafety_alerts_channel_id
The id of the channel where admins and moderators of Community guilds receive safety alerts from Discord
soundboard_sounds
The soundboard sounds in the guild
This field is only sent within the GUILD_CREATE event
See https://discord.com/developers/docs/resources/soundboard#soundboard-sound-object
inheritedsplash
Splash hash
See https://discord.com/developers/docs/reference#image-formatting
stage_instances
The stage instances in the guild
This field is only sent within the GUILD_CREATE event
inheritedstickers
Custom guild stickers
See https://discord.com/developers/docs/resources/sticker#sticker-object
inheritedsystem_channel_flags
System channel flags
See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags
inheritedsystem_channel_id
The id of the channel where guild notices such as welcome messages and boost events are posted
threads
Threads in the guild
This field is only sent within the GUILD_CREATE event
See https://discord.com/developers/docs/resources/channel#channel-object
optionalunavailable
true
if this guild is unavailable due to an outage
inheritedvanity_url_code
The vanity url code for the guild
inheritedverification_level
Verification level required for the guild
See https://discord.com/developers/docs/resources/guild#guild-object-verification-level
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 https://discord.com/developers/docs/resources/voice#voice-state-object
optionalinheritedwelcome_screen
The welcome screen of a Community guild, shown to new members
Returned in the invite object
optionalinheritedwidget_channel_id
The channel id that the widget will generate an invite to, or null
if set to no invite
optionalinheritedwidget_enabled
true
if the guild widget is enabled
https://discord.com/developers/docs/topics/gateway-events#guild-create https://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields