Documentation ¶
Index ¶
Constants ¶
View Source
const ( TemplateMessageStart = "" /* 128-byte string literal not displayed */ TemplateMessageHelp = "// FIXME - команда help" TemplateMessageLogout = "Вы успешно отключили Spotify" TemplateMessageLogin = "Вы успешно авторизовались через Spotify\n" + "для работы бота введите имя бота %s и выбирите трек из списка." )
Variables ¶
View Source
var NotValidUser = errors.New("user not found in telegram")
View Source
var WarningMessageNotCommand = errors.New("message not command")
Functions ¶
func GetOrCreateUser ¶
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func (*Bot) CallbackQueryHandler ¶
func (b *Bot) CallbackQueryHandler()
func (*Bot) CommandHandler ¶
func (b *Bot) CommandHandler()
type CommandContext ¶
func (*CommandContext) Help ¶
func (c *CommandContext) Help()
func (*CommandContext) StartCommand ¶
func (c *CommandContext) StartCommand()
Click to show internal directories.
Click to hide internal directories.