mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.message.action
/
BotNudge
Bot
Nudge
data
class
BotNudge
(
val
target
:
Bot
)
:
Nudge
See also
Bot.
nudge
Nudge
Members
Constructors
Bot
Nudge
Link copied to clipboard
constructor
(
target
:
Bot
)
Functions
send
To
Link copied to clipboard
suspend
fun
sendTo
(
receiver
:
Contact
)
:
Boolean
发送戳一戳消息到
receiver
.
Properties
target
Link copied to clipboard
open
override
val
target
:
Bot
戳的对象. 即 "A 戳了 B" 中的 "B".