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)

ValueTask HandleAsync(Guild arg)

Parameters

arg Guild

Returns

ValueTask