package telegram import tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api" type Routine interface { Update(update *tgbotapi.Update) error }