Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QueueActionKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("Показать очередь"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("/groups"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("Войти в очередь"), tgbotapi.NewKeyboardButton("Выйти из очереди"), ), )
View Source
var StartKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("/start"), tgbotapi.NewKeyboardButton("/groups"), ), )
Functions ¶
func CreateGroupReplyKeyboard ¶
func CreateGroupReplyKeyboard(group ...string) tgbotapi.ReplyKeyboardMarkup
func CreateQueueReplyKeyboard ¶
func CreateQueueReplyKeyboard(data []db.Queue) tgbotapi.ReplyKeyboardMarkup
func CreateSubjectReplyKeyboard ¶
func CreateSubjectReplyKeyboard(data []db.Subject) tgbotapi.ReplyKeyboardMarkup
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.