Table of Contents

Interface IGuildThreadUpdateShardedGatewayHandler

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

Sent when a thread is updated. This is not sent with new messages, those are tracked by MessageCreate. The inner payload is an IGuildChannel object.

public interface IGuildThreadUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildThread)

ValueTask HandleAsync(GatewayClient client, GuildThread arg)

Parameters

client GatewayClient
arg GuildThread

Returns

ValueTask