Table of Contents

Property NewPermissions

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

NewPermissions

The new permissions for the command.

[JsonProperty("permissions")]
public IReadOnlyList<ApplicationCommandPermissionUpdate> NewPermissions { get; }

Property Value

IReadOnlyList<ApplicationCommandPermissionUpdate>