Table of Contents

Property Channels

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Channels

Gets the resolved channel objects, if any.

[JsonProperty("channels", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyDictionary<ulong, DiscordChannel> Channels { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordChannel>