Class GuildThreadDeleteEventArgs
public class GuildThreadDeleteEventArgs
- Inheritance
-
GuildThreadDeleteEventArgs
- Inherited Members
Constructors
GuildThreadDeleteEventArgs(ulong, ulong, ulong, ChannelType)
public GuildThreadDeleteEventArgs(ulong threadId, ulong guildId, ulong threadParentId, ChannelType threadType)
Parameters
threadId
ulongguildId
ulongthreadParentId
ulongthreadType
ChannelType
Properties
GuildId
public ulong GuildId { get; }
Property Value
ThreadId
public ulong ThreadId { get; }
Property Value
ThreadParentId
public ulong ThreadParentId { get; }
Property Value
ThreadType
public ChannelType ThreadType { get; }