Table of Contents

Interface IGuildScheduledEventUserRemoveShardedGatewayHandler

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

Sent when a user has unsubscribed from a guild scheduled event.

public interface IGuildScheduledEventUserRemoveShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildScheduledEvents
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildScheduledEventUserEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildScheduledEventUserEventArgs arg)

Parameters

client GatewayClient

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

arg GuildScheduledEventUserEventArgs

The event argument.

Returns

ValueTask