Table of Contents

Class GuildThreadCreateEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildThreadCreateEventArgs
Inheritance
GuildThreadCreateEventArgs
Inherited Members

Constructors

GuildThreadCreateEventArgs(GuildThread, bool)

public GuildThreadCreateEventArgs(GuildThread thread, bool newlyCreated)

Parameters

thread GuildThread
newlyCreated bool

Properties

NewlyCreated

public bool NewlyCreated { get; }

Property Value

bool

Thread

public GuildThread Thread { get; }

Property Value

GuildThread