first
This commit is contained in:
13
ai_bot/keyboards/MenuKeyboard.py
Normal file
13
ai_bot/keyboards/MenuKeyboard.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from bot.Keyboard import Keyboard
|
||||
from telegram import InlineKeyboardButton, InlineKeyboardMarkup
|
||||
|
||||
|
||||
class MenuKeyboard(Keyboard):
|
||||
|
||||
def get_keyboard(self):
|
||||
return [
|
||||
[
|
||||
InlineKeyboardButton("Сгенерировать видео", callback_data='create_video'),
|
||||
InlineKeyboardButton("Сгенерировать изображение", callback_data='create_img')
|
||||
],
|
||||
]
|
||||
Reference in New Issue
Block a user