Table of Contents

Interface IGuildScheduledEventDeleteShardedGatewayHandler

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

Sent when a guild scheduled event is deleted. The inner payload is a GuildScheduledEvent object.

public interface IGuildScheduledEventDeleteShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildScheduledEvents
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildScheduledEvent)

ValueTask HandleAsync(GatewayClient client, GuildScheduledEvent arg)

Parameters

client GatewayClient
arg GuildScheduledEvent

Returns

ValueTask