Table of Contents

Interface IGuildThreadUpdateGatewayHandler

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 IGuildThreadUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GuildThread)

ValueTask HandleAsync(GuildThread arg)

Parameters

arg GuildThread

Returns

ValueTask