Property PerUserRateLimit
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
PerUserRateLimit
Gets the slow mode delay configured for this channel.
All bots, as well as users with ManageChannels or ManageMessages permissions in the channel are exempt from slow mode.
[JsonProperty("rate_limit_per_user", NullValueHandling = NullValueHandling.Ignore)]
public int? PerUserRateLimit { get; }
Property Value
- int?