RoomReaction

interface RoomReaction

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: Map<String, String>

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
abstract val metadata: JsonObject

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

Link copied to clipboard
abstract val name: String

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