mirai-core / net.mamoe.mirai / Bot / recall

recall

abstract suspend fun recall(source: MessageSource): Unit

撤回这条消息. 可撤回自己 2 分钟内发出的消息, 和任意时间的群成员的消息.

Bot 撤回自己的消息不需要权限. Bot 撤回群员的消息需要管理员权限.

Parameters

source - 消息源. 可从 MessageReceipt.source 获得, 或从消息事件中的 MessageChain 获得.

Exceptions

PermissionDeniedException - 当 Bot 无权限操作时

IllegalStateException - 当这条消息已经被撤回时 (仅同步主动操作)

See Also

Bot.recall

MessageSource.recall