ChatHistoryQueryOptions.StartingMessageID Property

Definition

Gets or sets the starting message ID for this query. If this value is set to a non-zero value, the DateBeginning and DateEnding properties will be ignored, and the search will be performed relative to the specified message. Use this parameter to retrieve an additional page of results when a search returns ExceededServerLimit.

public:
 property long StartingMessageID { long get(); void set(long value); };
public long StartingMessageID { get; set; }
member this.StartingMessageID : int64 with get, set
Public Property StartingMessageID As Long

Property Value

The message id.

Applies to