Crate telegram_bot_ars
source ·Expand description
This crate helps writing bots for the messenger Telegram. See readme for details.
Re-exports
Modules
Connector with hyper backend.
Telegram bot prelude.
Telegram bot types.
Traits that extends raw types functionality
Macros
Create a reply markup.
Structs
Main type for sending requests to the Telegram bot API.
This type represents stream of Telegram API updates and uses
long polling method under the hood.