Property Threads
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.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>