外观
撤回一条框架近期收到或发送的消息。框架根据 message_id 自动选择群聊或私聊的安卓协议撤回链路。
message_id
self_id
await api.delete_msg(1060221, message_id)
消息引用默认保留 7 天;引用过期、目标消息已不可撤回或服务端拒绝时会返回明确错误。
调用前必读
const targetApi = api.forProtocol('linux') // 或 'android'
原始 action 请求只使用附件约定的 client_type: 'android' | 'linuxqq';省略时选择 Android。
client_type: 'android' | 'linuxqq'
get_bot_info