Table of Contents

Class GuildThreadDeleteEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
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 ulong
guildId ulong
threadParentId ulong
threadType ChannelType

Properties

GuildId

public ulong GuildId { get; }

Property Value

ulong

ThreadId

public ulong ThreadId { get; }

Property Value

ulong

ThreadParentId

public ulong ThreadParentId { get; }

Property Value

ulong

ThreadType

public ChannelType ThreadType { get; }

Property Value

ChannelType