Simple Robot 组件 | KOOK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.api.thread
/
Thread
Thread
@
Serializable
data
class
Thread
@
ApiResultType
constructor
(
val
id
:
String
,
val
status
:
Int
,
val
title
:
String
,
val
cover
:
String
,
val
category
:
String
)
(
source
)
帖子详情。
Since
4.3.0
Author
Forte
Members
Constructors
Thread
Link copied to clipboard
@
ApiResultType
constructor
(
id
:
String
,
status
:
Int
,
title
:
String
,
cover
:
String
,
category
:
String
)
Properties
category
Link copied to clipboard
val
category
:
String
分区id
cover
Link copied to clipboard
val
cover
:
String
封面url
id
Link copied to clipboard
val
id
:
String
帖子 id
status
Link copied to clipboard
val
status
:
Int
帖子状态,
1
代表审核中,
2
代表审核通过,
3
代表编辑审核中
title
Link copied to clipboard
val
title
:
String
标题