ISlashCommandPermissionOverrides class abstract

A collection of permission overrides attached to a slash command.

Implemented types

Constructors

ISlashCommandPermissionOverrides()

Properties

createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id Snowflake
ID of entity as Snowflake
finalinherited
isGlobal bool
Whether these overrides are global across all commands in a guild.
read-only
permissionOverrides List<SlashCommandPermissionOverride>
The permissions attached to the command.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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 ==(dynamic other) bool
The equality operator.
inherited