Property CutoffTime
CutoffTime
This timestamp will make a GetConversationsAsync(ConversationQueryOptions) query return the results as they would be at a specific point in time. Any changes in what conversations the user is a part of or updates to existing conversations that would have happened after the cutoff time will be omitted from the results of the query.
Declaration
public DateTime? CutoffTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |