This commit is contained in:
mihalin 2022-02-11 01:04:15 +03:00
parent 96853f4e09
commit 177603606f
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ async def send_bot_second_text_menu(bot: Bot, call: ty.Optional[types.CallbackQu
async def send_bot_templates_menu(bot: Bot, call: ty.Optional[types.CallbackQuery] = None, async def send_bot_templates_menu(bot: Bot, call: ty.Optional[types.CallbackQuery] = None,
chat_id: ty.Optional[int] = None): chat_id: ty.Optional[int] = None):
if call: if call:
await call.answer() await call.answer()
keyboard = types.InlineKeyboardMarkup(row_width=2) keyboard = types.InlineKeyboardMarkup(row_width=2)