Expand description
Error types used throughout the crate.
Enums§
- Telegram
Error - Base error type for all Telegram Bot API errors.
Type Aliases§
- Result
- A type alias for
Result<T, TelegramError>.
Error types used throughout the crate.
Result<T, TelegramError>.