toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.api
/
KIMKitLinkupService
/
Message
Message
data
class
Message
(
val
chatId
:
String
,
val
msgId
:
String
,
val
content
:
JsonObject
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
chatId
:
String
,
msgId
:
String
,
content
:
JsonObject
)
Properties
chat
Id
Link copied to clipboard
@
SerializedName
(
value
=
"chatid"
)
val
chatId
:
String
content
Link copied to clipboard
val
content
:
JsonObject
msg
Id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
msgId
:
String