Skip to main content

Crate botkit_telegram

Crate botkit_telegram 

Source

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§

action
types

Structs§

NewSticker
A sticker being added to a set — the file plus its InputSticker metadata.
TelegramBot
Telegram bot builder
TelegramClient
Telegram REST API client
TelegramContextData
Telegram context data - implements ContextData for platform abstraction
TelegramWebhook
Telegram webhook handler

Enums§

MediaKind
Which sendX endpoint a media payload goes through — the endpoint name and the form field Telegram expects the file under.