Table of Contents

Property Sequence

Namespace
DSharpPlus.Net.Abstractions
Assembly
DSharpPlus.dll

Sequence

Gets or sets the sequence number of the payload. Only present for OP 0.

[JsonProperty("s", NullValueHandling = NullValueHandling.Ignore)]
public int? Sequence { get; set; }

Property Value

int?