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
/// Animation file type.
pub mod animation;
/// Audio file type.
pub mod audio;
/// Base medium type shared across media types.
pub mod base_medium;
/// Base thumbed medium type for media with thumbnails.
pub mod base_thumbed_medium;
/// Chat photo type.
pub mod chat_photo;
/// Contact type.
pub mod contact;
/// Document file type.
pub mod document;
/// File type returned by the Telegram API.
pub mod file;
/// Input file type for uploading files.
pub mod input_file;
/// Input media types for media groups.
pub mod input_media;
/// Input profile photo type.
pub mod input_profile_photo;
/// Input sticker type for sticker set operations.
pub mod input_sticker;
/// Input story content type.
pub mod input_story_content;
/// Location type.
pub mod location;
/// Photo size type.
pub mod photo_size;
/// Sticker and sticker set types.
pub mod sticker;
/// Venue type.
pub mod venue;
/// Video file type.
pub mod video;
/// Video note type.
pub mod video_note;
/// Video quality type.
pub mod video_quality;
/// Voice file type.
pub mod voice;