Properties

Link copied to clipboard
abstract val applicationId: Snowflake
Link copied to clipboard
abstract val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.

Link copied to clipboard
abstract suspend fun delete()

Requests to delete this command.

Link copied to clipboard
abstract suspend fun edit(builder: suspend ChatInputModifyBuilder.() -> Unit): ChatInputCommandCommand