From c6f51f6c5581cc3f60b6a2ee5c2955e39ef7523b Mon Sep 17 00:00:00 2001 From: Badiboy Date: Tue, 4 Aug 2020 18:28:35 +0300 Subject: [PATCH] CopyPaste bugfix --- telebot/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/types.py b/telebot/types.py index 4d35176..8446202 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -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): """