-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inlineKeyboardMarkup не отправляется #7
Comments
Поправь вот на такой вариант: |
Если для пользователя библиотеки сделать вот такой интерфейс from icq import InlineKeyboardMarkup, InlineKeyboardButton
markup = InlineKeyboardMarkup()
makup.add(InlineKeyboardButton('text', data='action')
makup.add(InlineKeyboardButton('some url', url='https://t.me/')
bot.send_text(chat_id=746691278, text="Text", inline_keyboard_markup=markup) То вопросы по формированию клавиатур в стиле |
Добрый день, Недавно смерджил в мастер ветку этого репозитория, принцип работы так же как у pyTelegramBotAPI.) |
пробую отправить клавиатуру, как показано в примере:
сообщение отправляется, а клавиатуры нет.
The text was updated successfully, but these errors were encountered: