main
parent
81e1916a6d
commit
c9b2185681
1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue