1
0
Fork 0
telegram/README.md

14 lines
429 B
Markdown
Raw Normal View History

2020-02-18 16:28:08 +00:00
# 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
2020-02-18 16:28:08 +00:00
Download/install:
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)
- [Discuss in Discord](https://discord.gg/dCWkgSS)