MemberVerificationGuild

class MemberVerificationGuild(val data: MemberVerificationGuildData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordEntity(source)

Constructors

Link copied to clipboard
constructor(data: MemberVerificationGuildData, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)

Properties

Link copied to clipboard

Approximate number of total members in the guild

Link copied to clipboard

Approximate number of non-offline members in the guild

Link copied to clipboard
Link copied to clipboard

The description for the guild (max 300 characters)

Link copied to clipboard
Link copied to clipboard

The hash of the discovery splash, if present.

Link copied to clipboard

The ID's of custom guild emojis

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The hash of the home header, if present.

Link copied to clipboard
val icon: Asset?
Link copied to clipboard

The guilds icon hash, if present

Link copied to clipboard
open override val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard
open override val kord: Kord

The kord instance that created this object.

Link copied to clipboard

The name of the guild (2-100 characters)

Link copied to clipboard
Link copied to clipboard

The splash hash, if present.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.

Link copied to clipboard
suspend fun getEmoji(emojiId: Snowflake): GuildEmoji

Requests the GuildEmoji with the emojiId in the Guild with the given guild id.

Link copied to clipboard
suspend fun getEmojiOrNull(emojiId: Snowflake): GuildEmoji?

Requests the GuildEmoji with the emojiId in the Guild with the given guild id, returns null when the emoji isn't present.

Link copied to clipboard
suspend fun getGuild(): Guild

Requests the Guild with the given id.

Link copied to clipboard
suspend fun getGuildOrNull(): Guild?

Requests the Guild with the given id, returns null when the guild isn't present.