toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.message.draft
/
KChatDraft
KChat
Draft
data
class
KChatDraft
(
val
chatId
:
String
,
val
content
:
String
,
val
refId
:
String
?
=
null
,
val
mentionData
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
time
:
Long
)
草稿现在支持的数据
Members
Constructors
KChat
Draft
Link copied to clipboard
constructor
(
chatId
:
String
,
content
:
String
,
refId
:
String
?
=
null
,
mentionData
:
String
?
=
null
,
type
:
String
?
=
null
,
time
:
Long
)
Properties
chat
Id
Link copied to clipboard
val
chatId
:
String
content
Link copied to clipboard
val
content
:
String
mention
Data
Link copied to clipboard
val
mentionData
:
String
?
=
null
ref
Id
Link copied to clipboard
val
refId
:
String
?
=
null
time
Link copied to clipboard
val
time
:
Long
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
get
KHighlight
Link copied to clipboard
fun
getKHighlight
(
)
:
List
<
KHighlight
>