Build real-time chat applications with thread management, messaging, participants, and read receipts.
| ChatClient | Create/delete chat threads, get thread clients | | ChatThreadClient | Operations within a thread (messages, participants, receipts) | | ChatParticipant | User in a chat thread with display name | | ChatMessage | Message content, type, sender info, timestamps | | ChatMessageReadReceipt | Read receipt tracking per participant |
| TEXT | Regular chat message | | HTML | HTML-formatted message | | TOPICUPDATED | System message - topic changed | | PARTICIPANTADDED | System message - participant joined | | PARTICIPANTREMOVED | System message - participant left |
Создавайте приложения для чата в реальном времени с помощью пакета SDK Java для чата Azure Communication Services. Используйте при реализации веток чата, обмена сообщениями, участников, уведомлений о прочтении, уведомлений о вводе или общения в режиме реального времени... Источник: sickn33/antigravity-awesome-skills.