all repos — telegram-bot-api @ 38c2cb18eddd4a0664ba18d82cd9f77a8c959381

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