Table of Contents

Interface IRateLimitedGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when the application has been rate limited for a gateway opcode. The inner payload is an RateLimitedEventArgs object.

public interface IRateLimitedGatewayHandler : IGatewayHandler

Remarks

Required Intents: None
Optional Intents: None

Methods

HandleAsync(RateLimitedEventArgs)

Handles the gateway event.

ValueTask HandleAsync(RateLimitedEventArgs arg)

Parameters

arg RateLimitedEventArgs

The event argument.

Returns

ValueTask