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 |
Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time cha... Source: sickn33/antigravity-awesome-skills.