Property PrivateChannels
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
PrivateChannels
Gets a dictionary of DM channels that have been cached by this client. The dictionary's key is the channel ID.
public IReadOnlyDictionary<ulong, DiscordDmChannel> PrivateChannels { get; }
Property Value
- IReadOnlyDictionary<ulong, DiscordDmChannel>