I have a channel where the bot sends messages and today(27.03) Im trying to delete the message that the bot sent 19.03 using python wraper for telegram api. Request to api return "Bad Request: message can't be deleted"
Bot have full privileges as administrator
Thats my code
bot.delete_message(chat_id=query.message.chat_id, message_id=query.message.message_id)