Class ThreadListSyncedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for ThreadListSynced event.
public class ThreadListSyncedEventArgs : DiscordEventArgs
- Inheritance
-
ThreadListSyncedEventArgs
Properties
- Channels
Gets the parent channels whose threads are being synced. May contain channels that have no active threads as well.
- CurrentMembers
Gets all thread member objects, indicating which threads the current user has been added to.
- Guild
Gets the guild being synced.
- Threads
Gets all active threads in the given channels that the current user can access.