Table of Contents

Property Threads

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Threads

Gets the list of threads returned by the query. Generally ordered by ArchiveTimestamp in descending order.

[JsonProperty("threads", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordThreadChannel> Threads { get; }

Property Value

IReadOnlyList<DiscordThreadChannel>