SelectedMessageReactionsState
data class SelectedMessageReactionsState(val message: Message, val ownCapabilities: Set<String>) : SelectedMessageState
Represents a state when message reactions were selected.
Properties
Link copied to clipboard
Set of capabilities the user is given for the current channel. For a full list @see ChannelCapabilities.