all repos — telegram-bot-api @ 50bcf10f7e611e05a1d8388d026404783ec5722f

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