SelectedMessageReactionsState

data class SelectedMessageReactionsState(val message: Message, val ownCapabilities: Set<String>) : SelectedMessageState

Represents a state when message reactions were selected.

Constructors

Link copied to clipboard
constructor(message: Message, ownCapabilities: Set<String>)

Properties

Link copied to clipboard
open override val message: Message

The selected message.

Link copied to clipboard
open override val ownCapabilities: Set<String>

Set of capabilities the user is given for the current channel. For a full list @see ChannelCapabilities.