Skip to content

Support for incoming inline keyboard markup in Message objects#144

Open
MarcoBuster wants to merge 4 commits intopython-botogram:masterfrom
MarcoBuster:feature/message-inline-keyboards
Open

Support for incoming inline keyboard markup in Message objects#144
MarcoBuster wants to merge 4 commits intopython-botogram:masterfrom
MarcoBuster:feature/message-inline-keyboards

Conversation

@MarcoBuster
Copy link
Member

This resolves #139 issue.

  • New InlineKeyboardMarkup class
  • New InlineKeyboardButton class
  • New attribute Message.reply_markup

required = {
"text": str,
}
optional = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing login_url and callback_game parameters

*This attribute can be None if it's not provided by Telegram.*


.. py:class:: botogram.InlineKeyboardButton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing login_url and callback_game parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Inline keyboard in incoming Message objects

2 participants