Table of Contents

Property Roles

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Roles

Gets the list of roles associated with this member.

warning

This will throw if accessed for an oauth2 constructed member.

[JsonIgnore]
public IReadOnlyList<DiscordRole> Roles { get; }

Property Value

IReadOnlyList<DiscordRole>