Expand description

This crate helps writing bots for the messenger Telegram. See readme for details.

Re-exports

pub use connector::*;
pub use prelude::*;
pub use types::*;

Modules

IO backend.
Telegram bot prelude.
Telegram bot types.

Macros

Create a reply markup.

Structs

Main type for sending requests to the Telegram bot API.
Configuration for an Api.
The Error type.
Represent a future that resolves into Telegram API response.
This type represents stream of Telegram API updates and uses long polling method under the hood.

Enums

The kind of an error.