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.

Constructors

Link copied to clipboard
constructor(cid: String, repliedMessageId: String)

Properties

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