Table of Contents

Property IsNew

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

IsNew

Gets whether this thread has been newly created. This property is not populated when fetched by REST.

[JsonProperty("newly_created", NullValueHandling = NullValueHandling.Ignore)]
public bool IsNew { get; }

Property Value

bool