Table of Contents

Interface IWebhooksUpdateShardedGatewayHandler

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

Sent when a guild channel's webhook is created, updated, or deleted.

public interface IWebhooksUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildWebhooks
Optional Intents: None

Methods

HandleAsync(GatewayClient, WebhooksUpdateEventArgs)

ValueTask HandleAsync(GatewayClient client, WebhooksUpdateEventArgs arg)

Parameters

client GatewayClient
arg WebhooksUpdateEventArgs

Returns

ValueTask