Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.api.message
/
SendMessageResult
Send
Message
Result
@
Serializable
data
class
SendMessageResult
@
ApiResultType
constructor
(
val
msgId
:
String
,
val
msgTimestamp
:
Long
,
val
nonce
:
String
?
=
null
)
(
source
)
发送聊天消息 API 的响应实例。
See also
Send
Channel
Message
Api
Send
Direct
Message
Api
Members
Constructors
Send
Message
Result
Link copied to clipboard
@
ApiResultType
constructor
(
msgId
:
String
,
msgTimestamp
:
Long
,
nonce
:
String
?
=
null
)
Properties
msg
Id
Link copied to clipboard
@
SerialName
(
value
=
"msg_id"
)
val
msgId
:
String
服务端生成的消息 id
msg
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"msg_timestamp"
)
val
msgTimestamp
:
Long
消息发送时间(服务器时间戳)
nonce
Link copied to clipboard
val
nonce
:
String
?
=
null
随机(原样返回的)字符串,见参数列表