BotNudge

data class BotNudge(target: Bot) : Nudge

See also

Constructors

BotNudge
Link copied to clipboard
fun BotNudge(target: Bot)

Functions

sendTo
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".