1
0
Fork 0
telegram/README.md

20 lines
773 B
Markdown
Raw Permalink Normal View History

2020-05-08 16:31:21 +00:00
# GoLang bindings for [Telegram Bot API](https://core.telegram.org/bots/api)
[![Build Status](https://drone.toby3d.me/api/badges/toby3d/telegram/status.svg)](https://drone.toby3d.me/toby3d/telegram)
2020-05-08 16:31:21 +00:00
All-in-one package with a huge range of additional helpers for designing your bot for Telegram. [Login widget](login) support included.
2020-02-18 16:28:08 +00:00
2020-05-08 16:31:21 +00:00
## Install
2020-11-05 10:45:51 +00:00
`go get -u gitlab.com/toby3d/telegram/v5`
2020-05-08 16:31:21 +00:00
## Use
2020-11-05 10:45:51 +00:00
`import "gitlab.com/toby3d/telegram/v5"`
2020-05-08 16:31:21 +00:00
## Related projects
* [**MyPackBot**](https://gitlab.com/toby3d/mypackbot): bot for collecting and reusing any Telegram-media;
## Need help?
2018-06-20 12:50:52 +00:00
- [Open new issue](https://gitlab.com/toby3d/telegram/issues/new)
2020-05-08 16:31:21 +00:00
- [Join to Telegram-group](https://t.me/joinchat/AkuYY0fYSls8bf6H5ap9Rg)
- [Discuss in Discord](https://discord.gg/dCWkgSS)