Property Position
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Position
Gets the position of this channel.
[JsonProperty("position", NullValueHandling = NullValueHandling.Ignore)]
public int? Position { get; }
Property Value
- int?
 
Gets the position of this channel.
[JsonProperty("position", NullValueHandling = NullValueHandling.Ignore)]
public int? Position { get; }