GuildPreview

class GuildPreview(val data: GuildPreviewData, val kord: Kord) : KordEntity(source)

Constructors

Link copied to clipboard
constructor(data: GuildPreviewData, kord: Kord)

Properties

Link copied to clipboard

Approximate number of members in this guild.

Link copied to clipboard

Approximate number of online members in this guild.

Link copied to clipboard
Link copied to clipboard

The description for the guild.

Link copied to clipboard

Discovery splash hash.

Link copied to clipboard

Custom guild emojis.

Link copied to clipboard

Enabled guild features.

Link copied to clipboard
val icon: String?

Icon hash.

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.

Link copied to clipboard

Splash hash.

Link copied to clipboard

Custom guild stickers.

Functions

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

Compares entities on id.

Link copied to clipboard
open override fun toString(): String