ChatMessageSelection
data class ChatMessageSelection(val channelId: String? = null, val messageId: String? = null, val parentMessageId: String? = null) : Serializable
Represents the selection of a message within a channel.
Implements Serializable to allow for saving and restoring the state across configuration changes.