Table of Contents

Interface IGuildIntegrationsUpdateGatewayHandler

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

Sent when guild integrations are updated.

public interface IGuildIntegrationsUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GuildIntegrationsUpdateEventArgs)

ValueTask HandleAsync(GuildIntegrationsUpdateEventArgs arg)

Parameters

arg GuildIntegrationsUpdateEventArgs

Returns

ValueTask