1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

CopyPaste bugfix

This commit is contained in:
Badiboy 2020-08-04 18:28:35 +03:00
parent dc07cacc7f
commit c6f51f6c55

View File

@ -917,7 +917,7 @@ class KeyboardButtonPollType(Dictionaryable):
class InlineKeyboardMarkup(Dictionaryable, JsonSerializable):
max_row_keys = 12
max_row_keys = 8
def __init__(self, row_width=3):
"""