Class ThreadCreateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for ThreadCreated event.
public class ThreadCreateEventArgs : DiscordEventArgs
- Inheritance
-
ThreadCreateEventArgs
- Inherited Members
Properties
- Guild
Gets the guild in which the thread was created.
- Parent
Gets the threads parent channel.
- Thread
Gets the thread that was created.