19 lines
773 B
Markdown
19 lines
773 B
Markdown
# 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)
|
|
|
|
All-in-one package with a huge range of additional helpers for designing your bot for Telegram. [Login widget](login) support included.
|
|
|
|
## Install
|
|
`go get -u gitlab.com/toby3d/telegram/v5`
|
|
|
|
## Use
|
|
`import "gitlab.com/toby3d/telegram/v5"`
|
|
|
|
## Related projects
|
|
* [**MyPackBot**](https://gitlab.com/toby3d/mypackbot): bot for collecting and reusing any Telegram-media;
|
|
|
|
## Need help?
|
|
- [Open new issue](https://gitlab.com/toby3d/telegram/issues/new)
|
|
- [Join to Telegram-group](https://t.me/joinchat/AkuYY0fYSls8bf6H5ap9Rg)
|
|
- [Discuss in Discord](https://discord.gg/dCWkgSS)
|