BotNudge

data class BotNudge(val target: Bot) : Nudge

See also

Constructors

Link copied to clipboard
fun BotNudge(target: Bot)

Functions

Link copied to clipboard
suspend fun sendTo(receiver: Contact): Boolean

发送戳一戳消息到 receiver.

Properties

Link copied to clipboard
open override val target: Bot

戳的对象. 即 "A 戳了 B" 中的 "B".