1
0
Fork 0
telegram/README.md

520 B

GoLang bindings for the Telegram API

This package is in active development and not recommended for use in production for now. Use go dep to freeze the state of the package in your projects!

Start using telegram

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

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

Need help?