diff --git a/aiogram/utils/keyboard.py b/aiogram/utils/keyboard.py index b7999b46..a8e31c17 100644 --- a/aiogram/utils/keyboard.py +++ b/aiogram/utils/keyboard.py @@ -279,7 +279,7 @@ class InlineKeyboardBuilder(KeyboardBuilder[InlineKeyboardButton]): super().__init__(InlineKeyboardButton) -class ReplyKeyboardBuilder(KeyboardBuilder[InlineKeyboardButton]): +class ReplyKeyboardBuilder(KeyboardBuilder[KeyboardButton]): if TYPE_CHECKING: # pragma: no cover @no_type_check