all repos — telegram-bot-api @ 3b5c8a96d7bd1c2b89d8eb1f22db94034e05b820

Golang bindings for the Telegram Bot API

go.mod (view raw)

1module github.com/go-telegram-bot-api/telegram-bot-api/v5
2
3require github.com/technoweenie/multipartstreamer v1.0.1
4
5go 1.13