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)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildThread arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg GuildThread

The event argument.

Returns

ValueTask