ReplyMessage

data class ReplyMessage(val cid: String, val repliedMessage: Message) : MessageListViewModel.Event

When the user replies to a message.

Parameters

cid

The full channel id, i.e. "messaging:123".

repliedMessage

The message the user is replying to.

Constructors

Link copied to clipboard
constructor(cid: String, repliedMessage: Message)

Properties

Link copied to clipboard
val cid: String
Link copied to clipboard