first
This commit is contained in:
18
keyboards/FirstStepKeyboard.py
Normal file
18
keyboards/FirstStepKeyboard.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from bot.Keyboard import Keyboard
|
||||
from telegram import InlineKeyboardButton, InlineKeyboardMarkup
|
||||
|
||||
|
||||
class FirstStepKeyboard(Keyboard):
|
||||
|
||||
def get_keyboard(self):
|
||||
return [
|
||||
[
|
||||
InlineKeyboardButton("Авторизация", callback_data='request_code')
|
||||
],
|
||||
# [
|
||||
# InlineKeyboardButton("Стать разработчиком", callback_data='set_developer')
|
||||
# ],
|
||||
# [
|
||||
# InlineKeyboardButton("Меню заведения", callback_data='get_menu')
|
||||
# ],
|
||||
]
|
Reference in New Issue
Block a user