ReplyAttachment
data class ReplyAttachment(val cid: String, val repliedMessageId: String) : MessageListViewModel.Event
When the user is replying to a single attachment. Usually triggered when replying from gallery.
Parameters
cid
The full channel id, i.e. "messaging:123".
repliedMessageId
The message the user is replying to.