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

Constructors

Link copied to clipboard
constructor(id: Snowflake, name: String, icon: String?, description: String?, splash: String?, discoverySplash: String?, homeHeader: String?, verificationLevel: VerificationLevel, features: List<GuildFeature>, emojis: List<Snowflake>, approximateMemberCount: Int, approximatePresenceCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "discovery_splash")
val discoverySplash: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "home_header")
val homeHeader: String?
Link copied to clipboard
val icon: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "verification_level")
val verificationLevel: VerificationLevel