package telegram import ( api "github.com/go-telegram-bot-api/telegram-bot-api/v5" ) type Service struct { *api.BotAPI } func NewService() *Service { return &Service }