MessageReaction

interface MessageReaction

The message reaction that was received.

Not suitable for inheritance

This interface is not designed for implementation or extension outside this SDK. The interface definition may evolve over time with additional properties or methods to support new features, which could break implementations.

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