Module tgbot::handler

source ·
Expand description

Update handlers

Structs§

  • Allows receiving incoming updates from the Telegram Bot API using long polling.
  • Allows to control a polling loop.
  • Represents options for configuring long polling behavior.
  • Represents a simple webhook server for handling incoming updates from the Telegram Bot API.

Traits§

  • Represents an update handler for processing updates received from the Telegram Bot API.