Код:
Код: Выделить всё
markup_city = telebot.types.InlineKeyboardMarkup(row_width=2)
b1 =
telebot.types.InlineKeyboardButton(text='Москва',callback_data='Москва')
markup_city.add(b1)
bot.send_message(message.chat.id,texts.strat_message,reply_markup=markup_city)
Код: Выделить всё
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: BUTTON_URL_INVALID"}']Очень странная ошибка... Я не понимаю, что это такое.
Как вы думаете, что это может быть?
Подробнее здесь: https://stackoverflow.com/questions/452 ... rl-invalid
Мобильная версия