标签: python telegram telegram-bot python-telegram-bot
我有一个机器人发送消息的频道,今天(27.03)我试图删除机器人发送19.03使用python包装器发送电报api的消息。请求api返回“错误请求:消息无法删除” Bot拥有管理员的完全权限 这是我的代码
bot.delete_message(chat_id=query.message.chat_id, message_id=query.message.message_id)
This just explain how to delete