Table of Contents

Interface IGuildThreadListSyncShardedGatewayHandler

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

Sent when the current user gains access to a channel.

public interface IGuildThreadListSyncShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildThreadListSyncEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildThreadListSyncEventArgs arg)

Parameters

client GatewayClient

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

arg GuildThreadListSyncEventArgs

The event argument.

Returns

ValueTask