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.objects
/
Quote
Quote
@
Serializable
data
class
Quote
(
val
id
:
String
,
val
type
:
Int
,
val
content
:
String
,
val
createAt
:
Long
,
val
author
:
SimpleUser
)
(
source
)
引用消息 Quote
Author
ForteScarlet
Members
Constructors
Quote
Link copied to clipboard
constructor
(
id
:
String
,
type
:
Int
,
content
:
String
,
createAt
:
Long
,
author
:
SimpleUser
)
Properties
author
Link copied to clipboard
val
author
:
SimpleUser
作者的用户信息
content
Link copied to clipboard
val
content
:
String
引用消息内容
create
At
Link copied to clipboard
@
SerialName
(
value
=
"create_at"
)
val
createAt
:
Long
引用消息创建时间(毫秒)
id
Link copied to clipboard
val
id
:
String
引用消息 id
type
Link copied to clipboard
val
type
:
Int
引用消息类型