Table of Contents

Interface IGuildThreadListSyncGatewayHandler

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

Sent when the current user gains access to a channel.

public interface IGuildThreadListSyncGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GuildThreadListSyncEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GuildThreadListSyncEventArgs arg)

Parameters

arg GuildThreadListSyncEventArgs

The event argument.

Returns

ValueTask