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
/
DeleteThreadApi
/
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
post
Id
Link copied to clipboard
@
SerialName
(
value
=
"post_id"
)
val
postId
:
String
?
=
null
评论or回复的id,删除评论/回复时必传
thread
Id
Link copied to clipboard
@
SerialName
(
value
=
"thread_id"
)
val
threadId
:
String
?
=
null
帖子id,删除整个帖子时必传,如果同时有post_id只会删除对应post
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