KChatDraft

data class KChatDraft(val chatId: String, val content: String, val refId: String? = null, val mentionData: String? = null, val type: String? = null, val time: Long)

草稿现在支持的数据

Constructors

Link copied to clipboard
constructor(chatId: String, content: String, refId: String? = null, mentionData: String? = null, type: String? = null, time: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mentionData: String? = null
Link copied to clipboard
val refId: String? = null
Link copied to clipboard
val time: Long
Link copied to clipboard
val type: String? = null

Functions

Link copied to clipboard
fun getKHighlight(): List<KHighlight>