simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.api.message
/
Message
Message
class
Message
(
val
id
:
String
,
val
type
:
Int
,
val
author
:
Map
<
String
,
String
>
)
消息体内容。
Constructors
Properties
Constructors
Message
Link copied to clipboard
fun
Message
(
id
:
String
,
type
:
Int
,
author
:
Map
<
String
,
String
>
)
Properties
author
Link copied to clipboard
val
author
:
Map
<
String
,
String
>
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
Int