Эта штука должна менять уже отправленные сообщения:
bot.edit_message_text(chat_id=call.message.chat.id, message_id=call.message.message_id, text="text")
Но она не меняет, а выводит такую ошибку:
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: there is no text in the message to edit"}']
"
2020-06-21 20:32:31,444 (__init__.py:443 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: there is no text in the message to edit"}']"
Такие штуки которые меняют Сообщение в боте 2 шьуки, они нормально работают. А третья ошибку дает, на ровном месте, которая по моему выходит когда с инетом проблемы.... А тут вообще другой случай