Simple Robot Component Tencent Guild
3.2.0.0
common
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
open
override
val
authorId
:
String
作者ID
channel
Id
Link copied to clipboard
open
override
val
channelId
:
String
子频道ID
guild
Id
Link copied to clipboard
open
override
val
guildId
:
String
频道ID
post
Info
Link copied to clipboard
val
postInfo
:
PostInfo
帖子内容