Share via


ChatThreadClient.GetMessages Method

Definition

Gets a list of messages from a thread.

public virtual Azure.Pageable<Azure.Communication.Chat.ChatMessage> GetMessages(DateTimeOffset? startTime = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

startTime
Nullable<DateTimeOffset>

The earliest point in time to get messages up to. The timestamp should be in ISO8601 format: yyyy-MM-ddTHH:mm:ssZ.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview