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)

ValueTask HandleAsync(GatewayClient client, GuildIntegrationsUpdateEventArgs arg)

Parameters

client GatewayClient
arg GuildIntegrationsUpdateEventArgs

Returns

ValueTask