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.messages
/
DirectMessageDetails
/
DirectMessageDetails
Direct
Message
Details
constructor
(
id
:
String
,
type
:
Int
,
authorId
:
String
,
content
:
String
,
embeds
:
List
<
Map
<
String
,
String
>
>
=
emptyList()
,
attachmentsList
:
List
<
SimpleAttachments
>
?
=
null
,
reactions
:
List
<
Reaction
>
=
emptyList()
,
sourceQuote
:
JsonElement
?
=
null
,
readStatus
:
Boolean
=
false
)
(
source
)