Table of Contents

Property PerUserRateLimit

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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?