Table of Contents

Class RatelimitedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Fired if a request made over the gateway got ratelimited.

public sealed class RatelimitedEventArgs : DiscordEventArgs
Inheritance
RatelimitedEventArgs

Properties

Metadata

Additional information about the request that got ratelimited. The exact type depends on Opcode:

Opcode

The opcode of the request that got ratelimited.

RetryAfter

Indicates how long we need to wait to retry.