Skip to main content

Crate telegram_rs_2

Crate telegram_rs_2 

Source
Expand description

§telegram-rs

A comprehensive Rust library for building Telegram bots and Mini Apps with optional wallet integration.

§Features

  • Bot API: Asynchronous client for sending/receiving messages, handling updates via polling or webhooks
  • Mini Apps (feature-gated): Utilities for Telegram Web Apps with initData validation
  • Wallet Connect (feature-gated): TON Connect v2 integration for blockchain functionality

§Quick Start

Add to your Cargo.toml:

[dependencies]
telegram-rs = "0.1"

Re-exports§

pub use core::Bot;
pub use core::types::Update;
pub use self::errors::Error;
pub use self::errors::Result;

Modules§

client
core
errors
rt

Attribute Macros§

bot
command