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
/
Factory
/
create
create
@
JvmStatic
fun
create
(
body
:
ReplyThreadApi.Body
)
:
ReplyThreadApi
(
source
)
构造
评论/回复
请求。
Parameters
body
请求体
@
JvmStatic
@
JvmOverloads
fun
create
(
channelId
:
String
,
threadId
:
String
,
content
:
String
,
replyId
:
String
?
=
null
)
:
ReplyThreadApi
(
source
)
构造
评论/回复
请求。
Parameters
channel
Id
频道 id
thread
Id
帖子 id
content
文本内容
reply
Id
回复的post_id,如果是评论主楼则不传,回复其它楼和楼中楼则必传