Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("back to menu"), ), )
View Source
var GeneralKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("help"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("schedule"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("bug report"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("stop"), ), )
View Source
var (
GreenHeartEmoji = emoji.Sprintf("%v", emoji.GreenHeart)
)
View Source
var StartKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("start"), ), )
View Source
var WeekdaysKeyboard = tgbotapi.NewReplyKeyboard( tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("monday"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("tuesday"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("wednesday"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("thursday"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("friday"), ), tgbotapi.NewKeyboardButtonRow( tgbotapi.NewKeyboardButton("back to menu"), ), )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.