export interface APIGuild extends APIPartialGuild
See also: https://discord.com/developers/docs/resources/guild#guild-object-guild-structure
afk timeout in seconds, can be set to: 60
, 300
, 900
, 1800
, 3600
optionalexternalnumber approximate_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
optionalexternalnumber approximate_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
Banner hash
See also: https://discord.com/developers/docs/reference#image-formatting
externalGuildDefaultMessageNotifications default_message_notifications :
Default message notifications level
See also: https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level
Discovery splash hash; only present for guilds with the "DISCOVERABLE" feature
See also: https://discord.com/developers/docs/reference#image-formatting
externalAPIEmoji[] emojis :
Custom guild emojis
See also: https://discord.com/developers/docs/resources/emoji#emoji-object
externalGuildExplicitContentFilter explicit_content_filter :
Explicit content filter level
See also: https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level
externalGuildFeature[] features :
Enabled guild features
See also: https://discord.com/developers/docs/resources/guild#guild-object-guild-features
externalGuildHubType | null hub_type :
The type of Student Hub the guild is
Icon hash, returned when in the template object
See also: https://discord.com/developers/docs/reference#image-formatting
Icon hash
Inherited from: APIPartialGuild
See also: https://discord.com/developers/docs/reference#image-formatting
externalAPIIncidentsData | null incidents_data :
The incidents data for this guild
optionalexternalnumber max_members? :
The maximum number of members for the guild
The maximum number of presences for the guild (null
is always returned, apart from the largest of guilds)
optionalexternalnumber max_stage_video_channel_users? :
The maximum amount of users in a stage video channel
optionalexternalnumber max_video_channel_users? :
The maximum amount of users in a video channel
externalGuildMFALevel mfa_level :
Required MFA level for the guild
See also: https://discord.com/developers/docs/resources/guild#guild-object-mfa-level
externalstring name :
Guild name (2-100 characters, excluding trailing and leading whitespace)
Inherited from: APIPartialGuild
externalGuildNSFWLevel nsfw_level :
The nsfw level of the guild
See also: https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level
externalSnowflake owner_id :
ID of owner
optionalexternalboolean owner? :
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**
optionalexternalPermissions permissions? :
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**
See also: https://en.wikipedia.org/wiki/Bit_field
externalLocale = "en-US" preferred_locale :
The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to "en-US"
externalboolean premium_progress_bar_enabled :
Whether the guild has the boost progress bar enabled.
optionalexternalnumber premium_subscription_count? :
The number of boosts this guild currently has
externalGuildPremiumTier premium_tier :
Premium tier (Server Boost level)
See also: https://discord.com/developers/docs/resources/guild#guild-object-premium-tier
The id of the channel where admins and moderators of Community guilds receive notices from Discord
deprecatedexternalstring region :
This field has been deprecated in favor of rtc_region
on the channel.
Voice region id for the guild
See also: https://discord.com/developers/docs/resources/voice#voice-region-object
externalAPIRole[] roles :
Roles in the guild
See also: https://discord.com/developers/docs/topics/permissions#role-object
The id of the channel where Community guilds can display rules and/or guidelines
The id of the channel where admins and moderators of Community guilds receive safety alerts from Discord
Splash hash
Inherited from: APIPartialGuild
See also: https://discord.com/developers/docs/reference#image-formatting
externalAPISticker[] stickers :
Custom guild stickers
See also: https://discord.com/developers/docs/resources/sticker#sticker-object
externalGuildSystemChannelFlags system_channel_flags :
System channel flags
See also: https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags
The id of the channel where guild notices such as welcome messages and boost events are posted
externalGuildVerificationLevel verification_level :
Verification level required for the guild
See also: https://discord.com/developers/docs/resources/guild#guild-object-verification-level
optionalexternalAPIGuildWelcomeScreen welcome_screen? :
The welcome screen of a Community guild, shown to new membersReturned in the invite object
The channel id that the widget will generate an invite to, or null
if set to no invite
optionalexternalboolean widget_enabled? :
true
if the guild widget is enabled