Interface IGuildThreadListSyncGatewayHandler
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
argGuildThreadListSyncEventArgsThe event argument.