Class ThreadDeletedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for ThreadDeleted event.
public class ThreadDeletedEventArgs : DiscordEventArgs
- Inheritance
-
ThreadDeletedEventArgs
Properties
- Guild
Gets the guild this thread belonged to.
- Parent
Gets the threads parent channel.
- Thread
Gets the thread that was deleted.