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
/
Reply
Reply
@
ApiModel
@
Serializable
data
class
Reply
(
val
guildId
:
String
,
val
channelId
:
String
,
val
authorId
:
String
,
val
replyInfo
:
ReplyInfo
)
:
ForumSourceInfo
(
source
)
话题频道对帖子回复或删除时生产该事件中包含该对象
话题频道内对帖子的评论称为回复
参考
forum文档
author ForteScarlet
Members
Constructors
Reply
Link copied to clipboard
constructor
(
guildId
:
String
,
channelId
:
String
,
authorId
:
String
,
replyInfo
:
ReplyInfo
)
Properties
author
Id
Link copied to clipboard
@
SerialName
(
value
=
"author_id"
)
open
override
val
authorId
:
String
作者ID
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
open
override
val
channelId
:
String
子频道ID
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
open
override
val
guildId
:
String
频道ID
reply
Info
Link copied to clipboard
@
SerialName
(
value
=
"reply_info"
)
val
replyInfo
:
ReplyInfo
回复内容