Property UserLimit
- Namespace
- DisCatSharp.Net.Models
- Assembly
- DisCatSharp.dll
UserLimit
Sets the voice channel's new user limit.
Setting this to 0 will disable the user limit.
public int? UserLimit { set; }
Property Value
- int?
Sets the voice channel's new user limit.
Setting this to 0 will disable the user limit.
public int? UserLimit { set; }