actix-telegram 0.0.5

telegram bot api lib based on actix
## Rust telegram bot library

[![Crates.io](https://img.shields.io/crates/v/actix-telegram.svg)](https://crates.io/crates/actix-telegram)
[![Docs.rs](https://docs.rs/actix-telegram/badge.svg)](https://docs.rs/actix-telegram/)

A rust library for writing telegram bot built on top of actix.

[Official API](https://core.telegram.org/bots/api).

### Examples

[`example/polling.rs`](https://github.com/jeizsm/actix-telegram/blob/master/examples/polling.rs)

[`example/server.rs`](https://github.com/jeizsm/actix-telegram/blob/master/examples/server.rs)

## Usage
This library is available via `crates.io`. In order to use it, just add this to your `Cargo.toml`:

```
actix-telegram = "0.1.0-alpha5"
```