DiscordGuild
A representation of a Discord Guild structure
Parameters
The guild id.
The guild name (2-100 characters, excluding trailing and leading whitespace)
The icon hash.
The icon hash, returned when in the template object.
The splash hash.
The discovery splash hash; only present for guilds with the GuildFeature.Discoverable feature.
True if DiscordUser is the owner of the guild.
The id of the owner.
The total permissions for DiscordUser in the guild (excludes overwrites).
DiscordVoiceRegion id for the guild.
The id of afk channel.
The afk timeout.
True if the server widget is enabled.
The channel id that the widget will generate an invite to, or null
if set to no invite.
VerificationLevel required for the guild.
The roles in the guild.
The custom guild emojis.
The enabled guild features.
The required MFALevel for the guild.
The application id of the guild creator if it is bot-created.
The id of the channel where guild notices such as welcome messages and boost events are posted.
The id of the channel where Community guilds can display rules and/or guidelines.
When this guild was joined at.
True if this is considered a large guild.
True if this guild is unavailable due to an outage.
The total number of members in this guild.
The states of members currently in voice channels; lacks the DiscordVoiceState.guildId key.
The users in the guild.
The channels in the guild.
The presences of the members in the guild, will only include non-offline members if the size is greater than large threshold
.
The maximum number of presences for the guild (the default value, currently 25000, is in effect when null
is returned).
The maximum number of members for the guild.
The vanity url code for the guild.
The description for the guild.
The banner hash.
The PremiumTier (Server Boost level).
The number of boosts this guild currently has.
The preferred locale of a Community guild; used in server discovery and notices from Discord; defaults to "en-US".
The id of the channel where admins and moderators of Community guilds receive notices from Discord.
The maximum amount of users in a video channel.
The maximum amount of users in a stage video channel.
The approximate number of members in this guild, returned from the GET /guild/<id>
endpoint when with_counts
is true
.
The approximate number of non-offline members in this guild, returned from the GET /guild/<id>
endpoint when with_counts
is true
.
The welcome screen of a Community guild, shown to new members.
Guild NSFW level.