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", NullValueHandling = NullValueHandling.Ignore)]
public DiscordPermissions? UserPermissions { get; }