Table of Contents

Interface IStageInstanceCreateGatewayHandler

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

Sent when a StageInstance is created (i.e. the Stage is now 'live'). Inner payload is a StageInstance.

public interface IStageInstanceCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(StageInstance)

Handles the gateway event.

ValueTask HandleAsync(StageInstance arg)

Parameters

arg StageInstance

The event argument.

Returns

ValueTask