DiscordMemberVerificationGuild

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)(source)

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