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
/
CreateThreadApi
/
Factory
Factory
object
Factory
(
source
)
Members
Functions
builder
Link copied to clipboard
@
JvmStatic
fun
builder
(
channelId
:
String
,
guildId
:
String
,
title
:
String
,
content
:
String
)
:
CreateThreadApi.Builder
创建
CreateThreadApi.Builder
用于构建请求体。
create
Link copied to clipboard
@
JvmStatic
fun
create
(
body
:
CreateThreadApi.Body
)
:
CreateThreadApi
@
JvmStatic
fun
create
(
channelId
:
String
,
guildId
:
String
,
title
:
String
,
content
:
String
)
:
CreateThreadApi
构造
创建帖子
请求。