ChatReaction

Represents Sendbird Compose Uikit's implementation of UiKitReaction which contains the Reaction object from the Chat SDK.

Since

1.2.0

See also

Reaction

Properties

Link copied to clipboard
open override val count: Long

The number of users who reacted with the reaction.

Link copied to clipboard
open override val hasCurrentUserReacted: Boolean

Whether the current user has reacted with the reaction.

Link copied to clipboard
open override val key: String

The key of the reaction.

Link copied to clipboard
val reaction: <Error class: unknown class>

The Reaction instance.

Link copied to clipboard

The list of users who reacted with the reaction.

Link copied to clipboard
open override val updatedAt: Long

The timestamp of the last update of the reaction.