Table of Contents

Interface IGuildScheduledEventCreateShardedGatewayHandler

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

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

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