Table of Contents

Property UserPermissions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

UserPermissions

Only sent on the resolved channels of interaction responses for application commands. Gets the permissions of the user in this channel who invoked the command.

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

Property Value

Permissions?