Simple Robot 组件 | KOOK
Toggle table of contents
4.1.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-core
/
love.forte.simbot.component.kook
/
KookUserChat
/
send
send
abstract
suspend override
fun
send
(
message
:
Message
)
:
KookMessageReceipt
(
source
)
abstract
suspend override
fun
send
(
text
:
String
)
:
KookMessageCreatedReceipt
(
source
)
abstract
suspend override
fun
send
(
messageContent
:
MessageContent
)
:
KookMessageReceipt
(
source
)
向当前好友(私聊会话)发送消息。