tom_chattools 1.0.2
tom_chattools: ^1.0.2 copied to clipboard
Unified chat API abstraction for Telegram, WhatsApp, Signal, and other messaging platforms.
1.0.2 #
- Moved to tom_module_basics repository (from tom_module_communication).
- Updated repository and homepage URLs in pubspec.yaml.
1.0.1 #
- Changed license from MIT to BSD-3-Clause.
1.0.0 #
- Initial public release.
- Abstract
ChatApiinterface for platform-agnostic messaging. ChatMessage,ChatReceiver,ChatResponse,ChatSettingsdata models.- Telegram implementation via
TelegramChatwith polling-based message reception. - Support for text messages, photos, documents, audio, video, and voice attachments.
ChatConfigandTelegramChatConfigfor platform-specific configuration.