Class ThreadDeleteEventArgs
Represents arguments for ThreadDeleted event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class ThreadDeleteEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild this thread belonged to.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Parent
Gets the threads parent channel.
Declaration
public DiscordChannel Parent { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Thread
Gets the thread that was deleted.
Declaration
public DiscordThreadChannel Thread { get; }
Property Value
Type | Description |
---|---|
DiscordThreadChannel |
Type
Gets the threads type.
Declaration
public ChannelType Type { get; }
Property Value
Type | Description |
---|---|
ChannelType |