Skip to main content

Module error

Module error 

Source
Expand description

Error types used throughout the crate.

Enums§

TelegramError
Base error type for all Telegram Bot API errors.

Type Aliases§

Result
A type alias for Result<T, TelegramError>.