Table of Contents

Property OrderedChannels

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

OrderedChannels

Gets a dictionary of all by position ordered channels associated with this guild. The dictionary's key is the channel ID.

[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordChannel> OrderedChannels { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordChannel>