Interface IGuildChannelUpdateShardedGatewayHandler
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 IGuildChannelUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, IGuildChannel)
ValueTask HandleAsync(GatewayClient client, IGuildChannel arg)
Parameters
client
GatewayClientarg
IGuildChannel