Expand description

Module contains structs and traits, required for proper interaction with Telegram server.

Re-exports

pub use auth_handler::AuthStateHandler;
pub use auth_handler::ConsoleAuthStateHandler;
pub use auth_handler::SignalAuthStateHandler;
pub use worker::Worker;
pub use worker::WorkerBuilder;

Modules

Authorization state handlers.

Handlers for all incoming data Handlers for all incoming data

Structs

Struct stores all methods which you can call to interact with Telegram, such as: send_message, download_file, search_chats and so on.

Enums

Represents state of particular client instance.