Table of Contents

Class ThreadCreatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for ThreadCreated event.

public class ThreadCreatedEventArgs : DiscordEventArgs
Inheritance
ThreadCreatedEventArgs

Properties

Guild

Gets the guild in which the thread was created.

NewlyCreated

Gets whether this thread has been newly created.

Parent

Gets the threads parent channel.

Thread

Gets the thread that was created.