An open API service indexing awesome lists of open source software.

https://github.com/igungor/telegram

Go package to help writing Telegram bots
https://github.com/igungor/telegram

Last synced: 6 months ago
JSON representation

Go package to help writing Telegram bots

Awesome Lists containing this project

README

        

# telegram

`telegram` is a Go package to help writing [Telegram bots](https://core.telegram.org/bots)

## installation

```sh
go get -u github.com/igungor/telegram
```

## usage

[Documentation](http://godoc.org/github.com/igungor/telegram)

Also look at [echobot](https://github.com/igungor/telegram/tree/master/cmd/echobot)

## license

MIT. See LICENSE.