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 |
Crea applicazioni di chat in tempo reale con Azure Communication Services Chat Java SDK. Da utilizzare durante l'implementazione di thread di chat, messaggistica, partecipanti, conferme di lettura, notifiche di digitazione o chat in tempo reale... Fonte: sickn33/antigravity-awesome-skills.