[][src]Crate telegram_bot_async

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

Re-exports

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

Modules

connector

IO backend.

prelude

Telegram bot prelude.

types

Telegram bot types.

Macros

err_converter
reply_markup

Create a reply markup.

Structs

Api

Main type for sending requests to the Telegram bot API.

UpdatesStream

This type represents stream of Telegram API updates and uses long polling method under the hood.

Enums

Error

Telegram bot module error type.

Type Definitions

DefaultApi

Default API client type.