## Rust telegram bot library
[](https://crates.io/crates/actix-telegram)
[](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"
```