1
0
telegram/docs/README.md

16 lines
721 B
Markdown
Raw Normal View History

2018-06-20 12:50:52 +00:00
# GoLang bindings for the Telegram API
> This package is in active development and **not recommended for use in production for now**. Use [go dep](https://golang.github.io/dep/) to freeze the state of the package in your projects!
## Start using telegram
Download and install it:
2018-06-20 12:50:52 +00:00
`$ go get -u gitlab.com/toby3d/telegram`
Import it in your code:
2018-06-20 12:50:52 +00:00
`import "gitlab.com/toby3d/telegram"`
## Need help?
2018-06-20 12:50:52 +00:00
- [Open new issue](https://gitlab.com/toby3d/telegram/issues/new)
2018-04-19 13:19:26 +00:00
- [Discuss in Discord](https://discord.gg/dCWkgSS)
## License
2018-06-20 12:50:52 +00:00
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgitlab.com%2Ftoby3d%2Ftelegram.svg?type=large)](https://app.fossa.io/projects/git%2Bgitlab.com%2Ftoby3d%2Ftelegram?ref=badge_large)