slaventius 2 years ago
parent 81e1916a6d
commit c9b2185681
  1. 13
      internal/transport/telegram/telegram.go

@ -0,0 +1,13 @@
package telegram
import (
api "github.com/go-telegram-bot-api/telegram-bot-api/v5"
)
type Service struct {
*api.BotAPI
}
func NewService() *Service {
return &Service
}
Loading…
Cancel
Save