Table of Contents

Interface IGuildIntegrationsUpdateShardedGatewayHandler

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

Sent when guild integrations are updated.

public interface IGuildIntegrationsUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildIntegrationsUpdateEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildIntegrationsUpdateEventArgs arg)

Parameters

client GatewayClient

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

arg GuildIntegrationsUpdateEventArgs

The event argument.

Returns

ValueTask