Re-exports§
pub use types::BotCommand;pub use types::CallbackQuery;pub use types::Chat;pub use types::File;pub use types::InlineKeyboardButton;pub use types::InlineKeyboardMarkup;pub use types::MediaFile;pub use types::Message;pub use types::MessageReactionUpdated;pub use types::PhotoSize;pub use types::ReactionType;pub use types::ReplyMarkup;pub use types::Sticker;pub use types::StickerSet;pub use types::Update;pub use types::UpdateKind;pub use types::User;
Modules§
Structs§
- NewSticker
- A sticker being added to a set — the file plus its
InputStickermetadata. - Telegram
Bot - Telegram bot builder
- Telegram
Client - Telegram REST API client
- Telegram
Context Data - Telegram context data - implements ContextData for platform abstraction
- Telegram
Webhook - Telegram webhook handler
Enums§
- Media
Kind - Which
sendXendpoint a media payload goes through — the endpoint name and the form field Telegram expects the file under.