Table of Contents

Interface IGuildUpdateGatewayHandler

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

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

public interface IGuildUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(Guild)

Handles the gateway event.

ValueTask HandleAsync(Guild arg)

Parameters

arg Guild

The event argument.

Returns

ValueTask