Module tgbot::api

source ·
Expand description

An HTTP client implementation

Structs§

  • A client for interacting with the Telegram Bot API.

Enums§

  • Represents general errors that can occur while working with the Telegram Bot API client.
  • Represents errors that can occur while attempting to download a file using the Telegram Bot API client.
  • Represents errors that can occur during the execution of a method using the Telegram Bot API client.
  • An error occurred when building multipart form
  • An error when building an HTTP request

Traits§

  • Represents an API method that can be executed by the Telegram Bot API client.