Telegram Application Programming Interfaces (APIs). At the moment, there is only
API for sending message from a bot to a chat.
For a quickstart, see [examples](examples). For installation from package
repository, see [crates.io](https://crates.io/crates/telegrax). For API
references, see [doc.rs](https://docs.rs/telegrax).
```bash
cp config.test.example.json config.test.json
vim config.test.json
cargo test
```