Reaction

class Reaction(val data: ReactionData, val kord: Kord) : KordObject(source)

An instance of a Discord Reaction.

Constructors

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

Properties

Link copied to clipboard
val count: Int

The amount of users that reacted this emoji to the message.

Link copied to clipboard
Link copied to clipboard

The emoji of this reaction.

Link copied to clipboard
Link copied to clipboard

Whether the emoji is animated.

Link copied to clipboard
open override val kord: Kord

The kord instance that created this object.

Link copied to clipboard

Whether the current user reacted to the message with this emoji.

Functions

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