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