rust-tg-bot-raw 1.0.0-rc.1

Pure Telegram Bot API types and methods for Rust -- a faithful port of python-telegram-bot's core layer
Documentation
/// Invoice type.
pub mod invoice;
/// Labeled price type for payment breakdowns.
pub mod labeled_price;
/// Order information type.
pub mod order_info;
/// Pre-checkout query type.
pub mod pre_checkout_query;
/// Refunded payment type.
pub mod refunded_payment;
/// Shipping address type.
pub mod shipping_address;
/// Shipping option type.
pub mod shipping_option;
/// Shipping query type.
pub mod shipping_query;
/// Telegram Stars payment types.
pub mod stars;
/// Successful payment type.
pub mod successful_payment;

/// Star amount type re-export.
pub use stars::star_amount;
/// Star transactions type re-export.
pub use stars::star_transactions;