Table of Contents

Property Roles

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Roles

Gets a collection of this guild's roles.

[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordRole> Roles { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordRole>