1
0
telegram/README.md
2020-02-18 16:28:08 +00:00

429 B

GoLang bindings for the Telegram Bot API

This package is in active development and going to freeze the first version of it's API. Stay tuned!

Start using telegram

Download/install:
$ go get -u gitlab.com/toby3d/telegram

Import it in your code:
import "gitlab.com/toby3d/telegram"

Need help?