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)

ValueTask HandleAsync(GatewayClient client, GuildThreadListSyncEventArgs arg)

Parameters

client GatewayClient
arg GuildThreadListSyncEventArgs

Returns

ValueTask