DiscordMemberVerificationGuild
data class DiscordMemberVerificationGuild(val id: Snowflake, val name: String, val icon: String?, val description: String?, val splash: String?, val discoverySplash: String?, val homeHeader: String?, val verificationLevel: VerificationLevel, val features: List<GuildFeature>, val emojis: List<Snowflake>, val approximateMemberCount: Int, val approximatePresenceCount: Int)(source)
A representation of a Discord Member Verification Guild structure
Parameters
id
The guild ID
name
The name of the guild (2-100 characters)
icon
The guild icon hash
description
The description for the guild (max 300 characters)
splash
The guilds splash hash
discoverySplash
The guilds discovery splash hash
homeHeader
The guilds home header hash, used in new member welcome
verificationLevel
The VerificationLevel required for the guild
features
A list of enabled GuildFeatures
emojis
A List of custom guild emoji
approximateMemberCount
Approximate total of guild members
approximatePresenceCount
Approximate total of non-offline guild members