Table of Contents

Property Threads

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Threads

Gets a dictionary of all the active threads associated with this guild the user has permission to view. The dictionary's key is the channel ID.

[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordThreadChannel> Threads { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordThreadChannel>