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

recallIn

fun MessageSource.recallIn(timeMillis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job
fun MessageChain.recallIn(millis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job

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

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

Exceptions

PermissionDeniedException - 当 Bot 无权限操作时

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

See Also

Bot.recall

@JvmOverloads fun QuoteReply.recallIn(millis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job

在一段时间后撤回这条消息.