We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f7b71 commit 252cafbCopy full SHA for 252cafb
telegram/inlinekeyboardmarkup.py
@@ -27,10 +27,10 @@ class InlineKeyboardMarkup(ReplyMarkup):
27
"""This object represents a Telegram InlineKeyboardMarkup.
28
29
Attributes:
30
- inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]):
+ inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]):
31
32
Args:
33
34
35
"""
36
0 commit comments