Method HandleThreadListSynced
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleThreadListSynced(Func<DiscordClient, ThreadListSyncedEventArgs, Task>)
Fired when the current member gains access to channels that contain threads. For this event to fire you need the Guilds intent.
public EventHandlingBuilder HandleThreadListSynced(Func<DiscordClient, ThreadListSyncedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, ThreadListSyncedEventArgs, Task>