Table of Contents

Interface IGuildUpdateShardedGatewayHandler

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

Sent when a guild is updated. The inner payload is a Guild object.

public interface IGuildUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GatewayClient, Guild)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, Guild arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg Guild

The event argument.

Returns

ValueTask