Table of Contents

Interface IGuildChannelCreateGatewayHandler

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

Sent when a new guild channel is created, relevant to the bot. The inner payload is an IGuildChannel object.

public interface IGuildChannelCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(IGuildChannel)

ValueTask HandleAsync(IGuildChannel arg)

Parameters

arg IGuildChannel

Returns

ValueTask