Class GuildApplicationCommandPermission
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Returned when fetching the permissions for a command in a guild.
public class GuildApplicationCommandPermission
- Inheritance
-
GuildApplicationCommandPermission
- Inherited Members
Properties
ApplicationId
The id of the application the command belongs to.
public ulong ApplicationId { get; }
Property Value
CommandId
The id of the command.
public ulong CommandId { get; }
Property Value
GuildId
The id of the guild.
public ulong GuildId { get; }
Property Value
Permissions
The permissions for the command in the guild.
public IReadOnlyCollection<ApplicationCommandPermission> Permissions { get; }