MessageReaction

interface MessageReaction

The message reaction that was received.

Properties

Link copied to clipboard
abstract val clientId: String

The client ID of the user who added/removed the reaction

Link copied to clipboard
abstract val count: Int?

Count of the reaction (only for type Multiple, if set)

Link copied to clipboard
abstract val messageSerial: String

Serial of the message this reaction is for

Link copied to clipboard
abstract val name: String

The reaction name (typically an emoji)

Link copied to clipboard

Type of reaction