Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The behavior of an ActionInteraction that can be responded to with a popup modal.

Functions

Link copied to clipboard
fun ActionInteractionBehavior(id: Snowflake, channelId: Snowflake, token: String, applicationId: Snowflake, kord: Kord, strategy: EntitySupplyStrategy<*> = kord.resources.defaultStrategy): ActionInteractionBehavior
Link copied to clipboard
fun ComponentInteractionBehavior(id: Snowflake, channelId: Snowflake, token: String, applicationId: Snowflake, kord: Kord, strategy: EntitySupplyStrategy<*> = kord.resources.defaultStrategy): ComponentInteractionBehavior
Link copied to clipboard
fun GuildInteractionBehavior(guildId: Snowflake, id: Snowflake, channelId: Snowflake, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier): GuildInteractionBehavior
Link copied to clipboard

Responds to the interaction with a popup modal.

Link copied to clipboard
Link copied to clipboard

Responds to the interaction with a public message.

Link copied to clipboard

Responds to the interaction with choices to this auto-complete request.

Link copied to clipboard

Responds to the interaction with the integer choices specified by builder.

Link copied to clipboard

Responds to the interaction with the number choices specified by builder.

Link copied to clipboard

Responds to the interaction with the string choices specified by builder.

Link copied to clipboard

Responds to the interaction by updating the original ephemeral message.

Link copied to clipboard

Responds to the interaction by updating the original public message.