Table of Contents

Property Permissions

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Permissions

Gets permissions for the user in the guild (does not include channel overrides)

[JsonProperty("permissions", NullValueHandling = NullValueHandling.Ignore)]
public DiscordPermissions? Permissions { get; set; }

Property Value

DiscordPermissions?