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
/
ThreadInfo
Thread
Info
@
ApiModel
@
Serializable
data
class
ThreadInfo
(
val
threadId
:
String
,
val
title
:
String
,
val
content
:
String
,
val
dateTime
:
String
)
(
source
)
帖子事件包含的主帖内容相关信息
参考
forum文档
Members
Constructors
Thread
Info
Link copied to clipboard
constructor
(
threadId
:
String
,
title
:
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
发表时间
thread
Id
Link copied to clipboard
@
SerialName
(
value
=
"thread_id"
)
val
threadId
:
String
主帖ID
title
Link copied to clipboard
val
title
:
String
帖子标题