toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model.forum
/
ReplyInfo
Reply
Info
@
ApiModel
@
Serializable
data
class
ReplyInfo
(
val
threadId
:
String
,
val
postId
:
String
,
val
replyId
:
String
,
val
content
:
String
,
val
dateTime
:
String
)
(
source
)
回复事件包含的回复内容信息
参考
forum文档
Author
ForteScarlet
Members
Constructors
Reply
Info
Link copied to clipboard
constructor
(
threadId
:
String
,
postId
:
String
,
replyId
:
String
,
content
:
String
,
dateTime
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
回复内容
date
Time
Link copied to clipboard
@
SerialName
(
value
=
"date_time"
)
val
dateTime
:
String
回复时间
post
Id
Link copied to clipboard
@
SerialName
(
value
=
"post_id"
)
val
postId
:
String
帖子ID
reply
Id
Link copied to clipboard
@
SerialName
(
value
=
"reply_id"
)
val
replyId
:
String
回复ID
thread
Id
Link copied to clipboard
@
SerialName
(
value
=
"thread_id"
)
val
threadId
:
String
主题ID