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
/
Post
Post
@
ApiModel
@
Serializable
data
class
Post
(
val
guildId
:
String
,
val
channelId
:
String
,
val
authorId
:
String
,
val
postInfo
:
PostInfo
)
:
ForumSourceInfo
(
source
)
话题频道内对主题的评论称为帖子
话题频道内对帖子主题评论或删除时生产事件中包含该对象
参考
forum文档
Author
ForteScarlet
Members
Constructors
Post
Link copied to clipboard
constructor
(
guildId
:
String
,
channelId
:
String
,
authorId
:
String
,
postInfo
:
PostInfo
)
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
post
Info
Link copied to clipboard
@
SerialName
(
value
=
"post_info"
)
val
postInfo
:
PostInfo
帖子内容