MessageCommand
interface MessageCommand<in C : MessageCommandContext> : ApplicationCommand<C>
Content copied to clipboard
Functions
Properties
request
Link copied to clipboard
Inheritors
GlobalMessageCommand
Link copied to clipboard
GlobalGuildMessageCommand
Link copied to clipboard
GuildMessageCommand
Link copied to clipboard
Extensions
applicationCommandRequest
Link copied to clipboard
fun MessageCommand<*>.applicationCommandRequest(name: String): ApplicationCommandRequest
Content copied to clipboard
DSL for building ApplicationCommandRequest for message commands
Sources
jvm source
Link copied to clipboard