Table of Contents

Interface IGuildUserChunkGatewayHandler

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

Sent in response to RequestGuildUsersAsync(GuildUsersRequestProperties, WebSocketPayloadProperties?, CancellationToken). You can use the ChunkIndex and ChunkCount to calculate how many chunks are left for your request.

public interface IGuildUserChunkGatewayHandler : IGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(GuildUserChunkEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GuildUserChunkEventArgs arg)

Parameters

arg GuildUserChunkEventArgs

The event argument.

Returns

ValueTask