Property Channels
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Channels
Gets a dictionary of all the channels associated with this guild. The dictionary's key is the channel ID.
[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordChannel> Channels { get; }
Property Value
- IReadOnlyDictionary<ulong, DiscordChannel>