flutter_telegram_bot library
An advanced, customizable, and flexible Telegram bot notification library. Configure message formatting and the HTTP client as you wish.
Classes
- DefaultJsonFormatter
- Default formatter that converts JSON data into a hierarchical and readable Markdown text.
- MessageFormatter
-
An interface to convert a
Map<String, dynamic>(JSON) into a readable text message. You can implement this class to create your own custom message formatters. - TelegramNotifier
- The main service class that communicates with the Telegram API.
Enums
- ParseMode
- Defines the text formatting mode for messages sent to Telegram.