//! Typed payloads for Telegram Bot API methods supported by this crate.
//!
//! Each request type implements [`Method`], which binds the serializable payload
//! to a Telegram endpoint name and response type.
use ;
pub use ;
/// Telegram Bot API method description.
///
/// Implementors are serializable request payloads. The associated response type
/// is used by [`crate::Client::execute`] when decoding Telegram's `result`
/// field.