kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.behavior
/
MessageCommandBehavior
Message
Command
Behavior
interface
MessageCommandBehavior
:
ApplicationCommandBehavior
(
source
)
Inheritors
GuildMessageCommandBehavior
GlobalMessageCommandBehavior
MessageCommand
Members
Properties
application
Id
Link copied to clipboard
abstract
val
applicationId
:
Snowflake
id
Link copied to clipboard
abstract
val
id
:
Snowflake
The unique identifier of this entity.
service
Link copied to clipboard
abstract
val
service
:
InteractionService
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Entity
)
:
Int
Compares entities on
id
.
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
)
Requests to delete this command.
edit
Link copied to clipboard
abstract
suspend
fun
edit
(
builder
:
suspend
MessageCommandModifyBuilder
.
(
)
->
Unit
)
:
MessageCommand