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
/
ReplyThreadApi
/
Body
Body
@
Serializable
class
Body
(
source
)
用于评论/回复的请求体。
Since
4.3.0
Members
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
频道 id
content
Link copied to clipboard
val
content
:
String
文本内容
reply
Id
Link copied to clipboard
@
SerialName
(
value
=
"reply_id"
)
val
replyId
:
String
?
=
null
回复的post_id,如果是评论主楼则不传,回复其它楼和楼中楼则必传
thread
Id
Link copied to clipboard
@
SerialName
(
value
=
"thread_id"
)
val
threadId
:
String
帖子 id
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String