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

recallIn

fun MessageReceipt<*>.recallIn(timeMillis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job

在一段时间后撤回这条消息. recallrecallIn 只能被调用一次.

Parameters

timeMillis - 延迟时间, 单位为毫秒

Exceptions

IllegalStateException - 当此消息已经被撤回或正计划撤回时