mirai-core / net.mamoe.mirai.message.data / recall

recall

suspend fun MessageSource.recall(): Unit
suspend fun MessageChain.recall(): Unit

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

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

Exceptions

PermissionDeniedException - 当 Bot 无权限操作时

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

See Also

Bot.recall

suspend fun QuoteReply.recall(): Unit