SelectedMessageReactionsPickerState
data class SelectedMessageReactionsPickerState(val message: Message, val channel: Channel) : SelectedMessageState
Represents a state when the show more reactions button was clicked.
Properties
Link copied to clipboard
The channel where the message was selected. For a full list of capabilities @see ChannelCapabilities.
Link copied to clipboard