Property PerUserRateLimit
- Namespace
- DSharpPlus.Net.Models
- Assembly
- DSharpPlus.dll
PerUserRateLimit
Sets the channel's new slow mode timeout.
Setting this to null or 0 will disable slow mode.
public Optional<int?> PerUserRateLimit { set; }
Sets the channel's new slow mode timeout.
Setting this to null or 0 will disable slow mode.
public Optional<int?> PerUserRateLimit { set; }