toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.api.message.user
/
UserMessageSendApi
/
Body
Body
@
ApiModel
@
Serializable
class
Body
(
val
content
:
String
,
val
msgType
:
Int
)
(
source
)
Members
Constructors
Body
Link copied to clipboard
constructor
(
content
:
String
,
msgType
:
Int
)
Properties
ark
Link copied to clipboard
var
ark
:
Message.Ark
?
content
Link copied to clipboard
val
content
:
String
文本内容
event
Id
Link copied to clipboard
@
SerialName
(
value
=
"event_id"
)
var
eventId
:
String
?
keyboard
Link copied to clipboard
var
keyboard
:
MessageKeyboard
?
markdown
Link copied to clipboard
var
markdown
:
Message.Markdown
?
media
Link copied to clipboard
var
media
:
SendMessageMedia
?
message
Reference
Link copied to clipboard
@
SerialName
(
value
=
"message_reference"
)
var
messageReference
:
Message.Reference
?
msg
Id
Link copied to clipboard
@
SerialName
(
value
=
"msg_id"
)
var
msgId
:
String
?
msg
Seq
Link copied to clipboard
@
SerialName
(
value
=
"msg_seq"
)
var
msgSeq
:
Int
?
msg
Type
Link copied to clipboard
@
SerialName
(
value
=
"msg_type"
)
val
msgType
:
Int
消息类型: 0 文本,2 是 markdown,3 ark 消息,4 embed,7 media 富媒体