import telebot
import telebot as telegram
import telebot
class ExceptionHandler(telebot.ExceptionHandler):
def handle(self, exception):
print('Ооооошибка 409!:', exception)
return True
bot = telebot.TeleBot('YOUR_API_TOKEN', exception_handler=ExceptionHandler())
bot.polling(none_stop=True)
...
text = '''Номер телефону: `+1111111`
Сайт: auto-repair-shop-10715.business.site
Робочий час: Понеділок - Субота / 08:00 - 18:00'''
bot.edit_message_text(chat_id=call.message.chat.id,
message_id=call.message.id,
text=text,
reply_markup=ans, parse_mode='MARKDOWN')
...