1
0
Fork 0

📝 Added badges and some info in README.md

This commit is contained in:
Maxim Lebedev 2018-04-19 18:15:26 +05:00
parent d956093bb4
commit d6827f6d08
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 20 additions and 1 deletions

View File

@ -1 +1,20 @@
# GoLang bindings for the Telegram API [![discord](https://discordapp.com/api/guilds/208605007744860163/widget.png)](https://discord.gg/dCWkgSS)
# GoLang bindings for the Telegram API [![discord](https://discordapp.com/api/guilds/208605007744860163/widget.png)](https://discord.gg/dCWkgSS)
> 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!
[![License](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](LICENSE.md)
[![Build Status](https://travis-ci.org/toby3d/telegram.svg)](https://travis-ci.org/toby3d/telegram)
[![GoDoc](https://godoc.org/github.com/toby3d/telegram?status.svg)](https://godoc.org/github.com/toby3d/telegram)
[![Go Report](https://goreportcard.com/badge/github.com/toby3d/telegram)](https://goreportcard.com/report/github.com/toby3d/telegram)
[![Patreon](https://img.shields.io/badge/support-patreon-E6461A.svg?maxAge=2592000)](https://www.patreon.com/toby3d)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/avelino/awesome-go)
## Start using telegram
Download and install it:
`$ go get -u github.com/toby3d/telegram`
Import it in your code:
`import "github.com/toby3d/telegram"`
## Need help?
- [Open new issue](https://github.com/toby3d/telegram/issues/new)
- [Discuss in Discord](https://discord.gg/dCWkgSS)