mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- Introduced MTProtoService for managing Telegram client initialization, connection, and message handling. - Created telegramSlice for Redux state management, including connection and authentication states, user data, chats, messages, and threads. - Implemented asynchronous actions for initializing the Telegram client, connecting, checking authentication status, and fetching chats and messages. - Enhanced configuration utility to include Telegram API credentials for improved integration. These changes establish a robust foundation for Telegram functionality within the application, enhancing user experience and state management.