telegrax 0.3.0

Telegram Bot APIs
Documentation

Telegrax

Telegram Application Programming Interfaces (APIs). At the moment, there is only API for sending message from a bot to a chat.

Quickstart

For a quickstart, see examples. For installation from package repository, see crates.io. For API references, see doc.rs.

Test

# Create a proper configuration.
cp config.test.example.json config.test.json
vim config.test.json

# Run all tests.
cargo test