all repos — telegram-bot-api @ 9d3974d340f237d4b935ce3e1b512ce343868959

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