diff --git a/bot.go b/bot.go index f68f537..7078ae2 100644 --- a/bot.go +++ b/bot.go @@ -31,7 +31,7 @@ type MatchFunc func(update *models.Update) bool // Bot represents Telegram Bot main object type Bot struct { - lastUpdateID int64 + lastUpdateID int64 url string token string