Property OnlineCount
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
OnlineCount
Gets the online count.
[JsonProperty("online_count", NullValueHandling = NullValueHandling.Ignore)]
public int? OnlineCount { get; }
Property Value
- int?
Gets the online count.
[JsonProperty("online_count", NullValueHandling = NullValueHandling.Ignore)]
public int? OnlineCount { get; }