```python msg = await Text("这是一段文本").send() await asyncio.sleep(5) await msg.revoke() ``` 代码如上 群聊中可以撤回 但是私聊中无法撤回 适配器 nonebot.adapters.onebot.v11