Package dev.kord.core.entity.application

Types

ApplicationCommand
Link copied to clipboard
interface ApplicationCommand : ApplicationCommandBehavior

A representation of a Discord Application Command

ApplicationCommandParameter
Link copied to clipboard
class ApplicationCommandParameter(data: ApplicationCommandParameterData)
ApplicationCommandPermissions
Link copied to clipboard
ChatInputCommandCommand
Link copied to clipboard
ChatInputGroup
Link copied to clipboard
class ChatInputGroup(data: ApplicationCommandGroupData)
ChatInputSubCommand
Link copied to clipboard
class ChatInputSubCommand(data: ApplicationCommandSubcommandData)
GlobalApplicationCommand
Link copied to clipboard
GlobalChatInputCommand
Link copied to clipboard
GlobalMessageCommand
Link copied to clipboard
class GlobalMessageCommand(data: ApplicationCommandData, service: InteractionService) : GlobalApplicationCommand, MessageCommand, GlobalMessageCommandBehavior
GlobalUserCommand
Link copied to clipboard
class GlobalUserCommand(data: ApplicationCommandData, service: InteractionService) : GlobalApplicationCommand, UserCommand, GlobalUserCommandBehavior
GuildApplicationCommand
Link copied to clipboard

A representation of Discord Application Command in a guild context

GuildApplicationCommandPermission
Link copied to clipboard
GuildChatInputCommand
Link copied to clipboard
GuildMessageCommand
Link copied to clipboard
class GuildMessageCommand(data: ApplicationCommandData, service: InteractionService) : GuildApplicationCommand, MessageCommand, GuildMessageCommandBehavior
GuildUserCommand
Link copied to clipboard
class GuildUserCommand(data: ApplicationCommandData, service: InteractionService) : GuildApplicationCommand, UserCommand, GuildUserCommandBehavior
MessageCommand
Link copied to clipboard
interface MessageCommand : ApplicationCommand, MessageCommandBehavior
UnknownGlobalApplicationCommand
Link copied to clipboard
class UnknownGlobalApplicationCommand(data: ApplicationCommandData, service: InteractionService) : GlobalApplicationCommand
UnknownGuildApplicationCommand
Link copied to clipboard
class UnknownGuildApplicationCommand(data: ApplicationCommandData, service: InteractionService) : GuildApplicationCommand
UserCommand
Link copied to clipboard
interface UserCommand : ApplicationCommand, UserCommandBehavior

Functions

GlobalApplicationCommand
Link copied to clipboard
fun GlobalApplicationCommand(data: ApplicationCommandData, service: InteractionService): GlobalApplicationCommand

A representation of Discord Application Command in a global context.

GuildApplicationCommand
Link copied to clipboard
fun GuildApplicationCommand(data: ApplicationCommandData, service: InteractionService): GuildApplicationCommand