Class GuildThreadCreateEventArgs
public class GuildThreadCreateEventArgs
- Inheritance
-
GuildThreadCreateEventArgs
- Inherited Members
Constructors
GuildThreadCreateEventArgs(GuildThread, bool)
public GuildThreadCreateEventArgs(GuildThread thread, bool newlyCreated)
Parameters
thread
GuildThreadnewlyCreated
bool
Properties
NewlyCreated
public bool NewlyCreated { get; }
Property Value
Thread
public GuildThread Thread { get; }