mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
more nice menu
This commit is contained in:
parent
6789d23c28
commit
6e2ee437ba
@ -151,7 +151,7 @@ async def send_bot_delete_menu(bot: Bot, call: types.CallbackQuery):
|
||||
|
||||
async def send_bot_settings_menu(bot: Bot, call: types.CallbackQuery):
|
||||
await call.answer()
|
||||
keyboard = types.InlineKeyboardMarkup(row_width=1)
|
||||
keyboard = types.InlineKeyboardMarkup(row_width=2)
|
||||
keyboard.insert(
|
||||
types.InlineKeyboardButton(text=_("Потоки сообщений"),
|
||||
callback_data=menu_callback.new(level=3, bot_id=bot.id, operation="threads",
|
||||
|
Loading…
Reference in New Issue
Block a user