Table of Contents

Interface IGuildChannelUpdateGatewayHandler

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

Sent when a channel is updated. This is not sent with new messages, those are tracked by MessageCreate and GuildThreadCreate. This event may reference roles or guild members that no longer exist in the guild. The inner payload is an IGuildChannel object.

public interface IGuildChannelUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(IGuildChannel)

ValueTask HandleAsync(IGuildChannel arg)

Parameters

arg IGuildChannel

Returns

ValueTask