simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.api.message
/
MessageDetails
Message
Details
interface
MessageDetails
对消息的统一描述。
Properties
Inheritors
Properties
attachments
Link copied to clipboard
abstract
val
attachments
:
Attachments
附加的多媒体数据
author
Id
Link copied to clipboard
abstract
val
authorId
:
ID
作者ID
content
Link copied to clipboard
abstract
val
content
:
String
消息内容
embeds
Link copied to clipboard
abstract
val
embeds
:
List
<
Map
<
String
,
String
>
>
超链接解析数据
id
Link copied to clipboard
abstract
val
id
:
ID
ID
quote
Link copied to clipboard
abstract
val
quote
:
Quote
?
引用消息
reactions
Link copied to clipboard
abstract
val
reactions
:
List
<
Reaction
>
消息回应数据
type
Link copied to clipboard
abstract
val
type
:
Int
消息类型
Inheritors
ChannelMessageDetails
Link copied to clipboard
DirectMessageDetails
Link copied to clipboard