Reaction

interface Reaction

Represents a room-level reaction.

Properties

Link copied to clipboard
abstract val clientId: String

The clientId of the user who sent the reaction.

Link copied to clipboard
abstract val createdAt: Long

The timestamp at which the reaction was sent.

Link copied to clipboard
abstract val headers: ReactionHeaders

Headers of the reaction. If no headers were set this is an empty object.

Link copied to clipboard
abstract val isSelf: Boolean

Whether the reaction was sent by the current user.

Link copied to clipboard

Metadata of the reaction. If no metadata was set this is an empty object.

Link copied to clipboard
abstract val type: String

The type of the reaction, for example "like" or "love".