Sticker

open class Sticker(val data: StickerData, val kord: Kord) : KordEntity(source)

A sticker image that can be used in messages.

Inheritors

Constructors

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

Properties

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

The description of the sticker.

Link copied to clipboard

The type of sticker image.

Link copied to clipboard
open override val id: Snowflake

The id of the sticker.

Link copied to clipboard
open override val kord: Kord

The kord instance that created this object.

Link copied to clipboard

The name of the sticker.

Link copied to clipboard

The id of the pack that contains this sticker.

Link copied to clipboard
Link copied to clipboard

The tags of the sticker.

Link copied to clipboard
val user: User?

Functions

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

Compares entities on id.