fun MessageSource.recallIn(timeMillis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job
fun MessageChain.recallIn(millis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job
在一段时间后撤回这条消息. 可撤回自己 2 分钟内发出的消息, 和任意时间的群成员的消息.
Bot 撤回自己的消息不需要权限. Bot 撤回群员的消息需要管理员权限.
PermissionDeniedException
- 当 Bot 无权限操作时
IllegalStateException
- 当这条消息已经被撤回时 (仅同步主动操作)
See Also
@JvmOverloads fun QuoteReply.recallIn(millis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext): Job
在一段时间后撤回这条消息.