MessageReaction

data class MessageReaction(val id: String, val author: PublicKey, val value: String, val customEmojiUrl: String?, val createdAt: Long)

One effective non-deleted reaction.

Constructors

Link copied to clipboard
constructor(id: String, author: PublicKey, value: String, customEmojiUrl: String?, createdAt: Long)

Properties

Link copied to clipboard

Authenticated reacting account.

Link copied to clipboard

Signed event timestamp in Unix seconds.

Link copied to clipboard

HTTPS image URL for a custom emoji.

Link copied to clipboard
val id: String

Authenticated reaction event ID.

Link copied to clipboard

Unicode reaction or custom-emoji shortcode.