all repos — telegram-bot-api @ 4a76ae1bfbb18109ad29515073cad236c6115173

Golang bindings for the Telegram Bot API

go.mod (view raw)

1module github.com/go-telegram-bot-api/telegram-bot-api/v5
2
3require (
4	github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
5	github.com/technoweenie/multipartstreamer v1.0.1
6)
7
8go 1.13