DraftMessage
@Immutable
Model holding data about a draft message.
Constructors
Link copied to clipboard
constructor( id: String = "", cid: String = "", text: String = "", parentId: String? = null, attachments: List<Attachment> = listOf(), mentionedUsersIds: List<String> = listOf(), extraData: Map<String, Any> = mapOf(), silent: Boolean = false, showInChannel: Boolean = false, replyMessage: Message? = null)