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
/// Inline keyboard button type.
pub mod inline_keyboard_button;
/// Inline keyboard markup type.
pub mod inline_keyboard_markup;
/// Inline query type.
pub mod inline_query;
/// Inline query result enum type.
pub mod inline_query_result;
/// Inline query result for an article.
pub mod inline_query_result_article;
/// Inline query result for an audio file.
pub mod inline_query_result_audio;
/// Inline query result for a cached audio file.
pub mod inline_query_result_cached_audio;
/// Inline query result for a cached document.
pub mod inline_query_result_cached_document;
/// Inline query result for a cached GIF.
pub mod inline_query_result_cached_gif;
/// Inline query result for a cached MPEG-4 GIF.
pub mod inline_query_result_cached_mpeg4_gif;
/// Inline query result for a cached photo.
pub mod inline_query_result_cached_photo;
/// Inline query result for a cached sticker.
pub mod inline_query_result_cached_sticker;
/// Inline query result for a cached video.
pub mod inline_query_result_cached_video;
/// Inline query result for a cached voice message.
pub mod inline_query_result_cached_voice;
/// Inline query result for a contact.
pub mod inline_query_result_contact;
/// Inline query result for a document.
pub mod inline_query_result_document;
/// Inline query result for a game.
pub mod inline_query_result_game;
/// Inline query result for a GIF.
pub mod inline_query_result_gif;
/// Inline query result for a location.
pub mod inline_query_result_location;
/// Inline query result for an MPEG-4 GIF.
pub mod inline_query_result_mpeg4_gif;
/// Inline query result for a photo.
pub mod inline_query_result_photo;
/// Inline query result for a venue.
pub mod inline_query_result_venue;
/// Inline query result for a video.
pub mod inline_query_result_video;
/// Inline query result for a voice message.
pub mod inline_query_result_voice;
/// Inline query results button type.
pub mod inline_query_results_button;
/// Input contact message content type.
pub mod input_contact_message_content;
/// Input invoice message content type.
pub mod input_invoice_message_content;
/// Input location message content type.
pub mod input_location_message_content;
/// Input message content enum type.
pub mod input_message_content;
/// Input text message content type.
pub mod input_text_message_content;
/// Input venue message content type.
pub mod input_venue_message_content;
/// Prepared inline message type.
pub mod prepared_inline_message;