Table of Contents

Interface IStageInstanceDeleteGatewayHandler

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

Sent when a StageInstance is deleted (i.e. the Stage has been closed). Inner payload is a StageInstance.

public interface IStageInstanceDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(StageInstance)

ValueTask HandleAsync(StageInstance arg)

Parameters

arg StageInstance

Returns

ValueTask