Simple Robot Component Tencent Guild
3.2.0.0
common
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model.forum
/
PostInfo
Post
Info
@
ApiModel
@
Serializable
data
class
PostInfo
(
val
threadId
:
String
,
val
postId
:
String
,
val
content
:
String
,
val
dateTime
:
String
)
(
source
)
帖子事件包含的帖子内容信息
参考
forum文档
Author
ForteScarlet
Members
Constructors
Post
Info
Link copied to clipboard
constructor
(
threadId
:
String
,
postId
:
String
,
content
:
String
,
dateTime
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
帖子内容
date
Time
Link copied to clipboard
val
dateTime
:
String
评论时间
post
Id
Link copied to clipboard
val
postId
:
String
帖子ID
thread
Id
Link copied to clipboard
val
threadId
:
String
主题ID