Table of Contents

Interface IGuildScheduledEventUserAddShardedGatewayHandler

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

Sent when a user has subscribed to a guild scheduled event.

public interface IGuildScheduledEventUserAddShardedGatewayHandler : 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