teloxide 0.8.0

An elegant Telegram bots framework for Rust
Documentation
1
2
3
4
5
6
7
# Usage

```
$ RUST_LOG=info cargo run --features="full" --example <example-name>
```

Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.