MessageReaction

data class MessageReaction(val message: Message, val reactionType: String) : MessageListViewModel.Event

When the user leaves a reaction to a message.

Parameters

message

The message the user is reacting to

reactionType

The reaction type.

Constructors

Link copied to clipboard
constructor(message: Message, reactionType: String)

Properties

Link copied to clipboard
Link copied to clipboard