simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-core
/
love.forte.simbot.component.kook.message
/
KookMessageReceipt
Kook
Message
Receipt
interface
KookMessageReceipt
:
MessageReceipt
,
BotContainer
Kook 进行消息回复、发送后得到的回执。
Functions
Properties
See also
Inheritors
See also
Single
Kook
Message
Receipt
Kook
Aggregated
Message
Receipt
Functions
delete
Link copied to clipboard
abstract
suspend override
fun
delete
(
)
:
Boolean
delete
Async
Link copied to clipboard
open
fun
deleteAsync
(
)
:
CompletableFuture
<
out
Boolean
>
delete
Blocking
Link copied to clipboard
open
fun
deleteBlocking
(
)
:
Boolean
Properties
bot
Link copied to clipboard
abstract
override
val
bot
:
KookComponentBot
相关的bot。
is
Direct
Link copied to clipboard
abstract
val
isDirect
:
Boolean
是否为私聊消息。
is
Success
Link copied to clipboard
abstract
val
isSuccess
:
Boolean
result
Link copied to clipboard
abstract
val
result
:
Any
?
此次消息发送的回执内容。
Inheritors
SingleKookMessageReceipt
Link copied to clipboard
KookAggregatedMessageReceipt
Link copied to clipboard