all repos — telegram-bot-api @ 6fcca60571ae7329d7db129d201a297e8ce033b3

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