Table of Contents

Property UserPermissions

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

UserPermissions

Gets the permissions of the user who invoked the command in this channel.

Only sent on the resolved channels of interaction responses for application commands.

[JsonProperty("permissions")]
public DiscordPermissions? UserPermissions { get; }

Property Value

DiscordPermissions?