//! FerrisGram is an asynchronous autogenerated wrapper for the Telegram Bot API written in Rust. This library provides all the methods and types that are available on the official Telegram Bot API.
pub use *;
pub static DEFAULT_API_URL: &str = "https://api.telegram.org";
/// Use this method to convert slice of slice of InlineKeyboardButton to Vector form.