ISlashCommandPermissionOverride class abstract

A single permission override for a command.

Properties

allowed bool
Whether this override allows or denies the command permission.
no setter
hashCode int
The hash code for this object.
no setterinherited
id → Snowflake
The ID of the entity targeted by this override.
no setter
isAllChannels bool
Whether this override represents all channels in a guild.
no setter
isEveryone bool
Whether this override represents all users in a guild.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SlashCommandPermissionType
The type of this override.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited