Crate telegrama_rs

Source
Expand description

Telegrama-rs - A small, reliable Rust library for sending Telegram messages via bots

This library provides a simple way to send messages to Telegram chats via bots. It handles formatting, escaping, and error recovery automatically.

Re-exports§

pub use client::Client;
pub use client::Response;
pub use configuration::ClientOptions;
pub use configuration::Configuration;
pub use configuration::FormattingOptions;
pub use error::Error;
pub use formatter::Formatter;

Modules§

client
configuration
error
formatter

Structs§

Telegrama
The main entry point for the Telegrama library.