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)

ValueTask HandleAsync(RateLimitedEventArgs arg)

Parameters

arg RateLimitedEventArgs

Returns

ValueTask