Share via


ChatThreadClient.GetReadReceiptsAsync Method

Definition

Gets read receipts for a thread asynchronously.

public virtual Azure.AsyncPageable<Azure.Communication.Chat.ChatMessageReadReceipt> GetReadReceiptsAsync (int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReadReceiptsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatMessageReadReceipt>
override this.GetReadReceiptsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatMessageReadReceipt>
Public Overridable Function GetReadReceiptsAsync (Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChatMessageReadReceipt)

Parameters

skip
Nullable<Int32>

Skips chat message read receipts up to a specified position in response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to