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
/
ThreadTag
Thread
Tag
@
Serializable
data
class
ThreadTag
@
ApiResultType
constructor
(
val
id
:
Long
,
val
name
:
String
,
val
icon
:
String
)
(
source
)
帖子标签。
Since
4.3.0
Author
Forte
Members
Constructors
Thread
Tag
Link copied to clipboard
@
ApiResultType
constructor
(
id
:
Long
,
name
:
String
,
icon
:
String
)
Properties
icon
Link copied to clipboard
val
icon
:
String
标签图标
id
Link copied to clipboard
val
id
:
Long
标签ID
name
Link copied to clipboard
val
name
:
String
标签名称