Table of Contents

Interface IGuildIntegrationUpdateGatewayHandler

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

Sent when an integration is updated. The inner payload is an integration object with a set GuildId.

public interface IGuildIntegrationUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GuildIntegrationEventArgs)

ValueTask HandleAsync(GuildIntegrationEventArgs arg)

Parameters

arg GuildIntegrationEventArgs

Returns

ValueTask