Module telers::client

source ·
Expand description

This module contains submodules with components for sending requests to the Telegram Bot API, its conguration and the main entry point for the library - the Bot struct.

Components are:

  • bot module with the main entry point for the library
  • session module with components for sending requests
  • telegram module with configuration of the Telegram Bot API

Check each submodule for more information.

Re-exports§

Modules§

  • This module contains the Bot structure that represents a bot with its token and ID, it also contains client for sending requests to Telegram API.
  • This module contains submodules with components for sending requests to the Telegram Bot API.
  • This module contains the APIServer struct, which represents the configuration of the Telegram Bot API server and the FilesPathWrapper trait, which is used for resolving paths.