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