Uses of Class
com.azure.communication.chat.models.ChatMessageReadReceipt
Packages that use ChatMessageReadReceipt
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ChatMessageReadReceipt in com.azure.communication.chat
Methods in com.azure.communication.chat that return types with arguments of type ChatMessageReadReceiptModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<ChatMessageReadReceipt> ChatThreadAsyncClient.listReadReceipts()
Gets read receipts for a thread.com.azure.core.http.rest.PagedFlux
<ChatMessageReadReceipt> ChatThreadAsyncClient.listReadReceipts
(ListReadReceiptOptions listReadReceiptOptions) Gets read receipts for a thread.com.azure.core.http.rest.PagedIterable
<ChatMessageReadReceipt> ChatThreadClient.listReadReceipts()
Gets read receipts for a thread.com.azure.core.http.rest.PagedIterable
<ChatMessageReadReceipt> ChatThreadClient.listReadReceipts
(ListReadReceiptOptions listReadReceiptOptions, com.azure.core.util.Context context) Gets read receipts for a thread. -
Uses of ChatMessageReadReceipt in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatMessageReadReceiptModifier and TypeMethodDescriptionChatMessageReadReceipt.setChatMessageId
(String chatMessageId) Set the chatMessageId property: Id for the chat message that has been read.ChatMessageReadReceipt.setReadOn
(OffsetDateTime readOn) Set the readOn property: Read receipt timestamp.ChatMessageReadReceipt.setSender
(CommunicationIdentifier sender) Set the sender property: Identifies a participant in Azure Communication services.