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)

ValueTask HandleAsync(GatewayClient client, Guild arg)

Parameters

client GatewayClient
arg Guild

Returns

ValueTask