Table of Contents

Interface IGuildChannelDeleteGatewayHandler

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

Sent when a channel relevant to the bot is deleted. The inner payload is an IGuildChannel object.

public interface IGuildChannelDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(IGuildChannel)

ValueTask HandleAsync(IGuildChannel arg)

Parameters

arg IGuildChannel

Returns

ValueTask