Expand description
Native Telegram Bot API client for batty.
Provides a blocking HTTP client that sends messages and polls for updates via the Telegram Bot API. Access control is enforced by numeric user IDs.
Structs§
- Inbound
Message - An inbound message received from a Telegram user.
- Telegram
Bot - Blocking Telegram Bot API client.
Functions§
- parse_
get_ me_ response - Parse a getMe API response and extract the bot username. Exposed for testing.
- setup_
telegram - Interactive Telegram bot setup wizard.
Called by
batty telegramCLI command.