Table of Contents

Property Channels

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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>