Property UserLimit
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
UserLimit
Gets this channel's user limit. This is applicable to voice channels only.
[JsonProperty("user_limit", NullValueHandling = NullValueHandling.Ignore)]
public int? UserLimit { get; }
Property Value
- int?