mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
fix docs for inlinekeyboardmarkup #277
This commit is contained in:
parent
d4f7b7165c
commit
252cafb04c
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ class InlineKeyboardMarkup(ReplyMarkup):
|
|||
"""This object represents a Telegram InlineKeyboardMarkup.
|
||||
|
||||
Attributes:
|
||||
inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]):
|
||||
inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]):
|
||||
|
||||
Args:
|
||||
inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]):
|
||||
inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]):
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue