Package-level declarations
Types
Link copied to clipboard
A representation of a Discord Application Command
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ApplicationRoleConnectionMetadata(val data: DiscordApplicationRoleConnectionMetadata, val kord: Kord) : KordObject
A representation of role connection metadata for an Application.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GlobalChatInputCommand(val data: ApplicationCommandData, val service: InteractionService) : ChatInputCommandCommand, GlobalApplicationCommand, GlobalChatInputCommandBehavior
Link copied to clipboard
class GlobalMessageCommand(val data: ApplicationCommandData, val service: InteractionService) : GlobalApplicationCommand, MessageCommand, GlobalMessageCommandBehavior
Link copied to clipboard
class GlobalUserCommand(val data: ApplicationCommandData, val service: InteractionService) : GlobalApplicationCommand, UserCommand, GlobalUserCommandBehavior
Link copied to clipboard
A representation of Discord Application Command in a guild context
Link copied to clipboard
Link copied to clipboard
class GuildChatInputCommand(val data: ApplicationCommandData, val service: InteractionService) : ChatInputCommandCommand, GuildApplicationCommand, GuildChatInputCommandBehavior
Link copied to clipboard
class GuildMessageCommand(val data: ApplicationCommandData, val service: InteractionService) : GuildApplicationCommand, MessageCommand, GuildMessageCommandBehavior
Link copied to clipboard
class GuildUserCommand(val data: ApplicationCommandData, val service: InteractionService) : GuildApplicationCommand, UserCommand, GuildUserCommandBehavior
Link copied to clipboard
Link copied to clipboard
class UnknownGlobalApplicationCommand(val data: ApplicationCommandData, val service: InteractionService) : GlobalApplicationCommand
Link copied to clipboard
class UnknownGuildApplicationCommand(val data: ApplicationCommandData, val service: InteractionService) : GuildApplicationCommand
Link copied to clipboard
Functions
Link copied to clipboard
fun GlobalApplicationCommand(data: ApplicationCommandData, service: InteractionService): GlobalApplicationCommand
A representation of Discord Application Command in a global context.
Link copied to clipboard
fun GuildApplicationCommand(data: ApplicationCommandData, service: InteractionService): GuildApplicationCommand