#![doc=include_str!("../README.md")]/// Client and executor abstractions used to call the Telegram Bot API.
pubmodclient;/// Typed Telegram Bot API method payloads.
pubmodmethods;/// Telegram Bot API request helpers, responses, and incoming update models.
pubmodtypes;pubusecrate::{client::Client,methods::Method,types::Update};