All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.entity.interaction.DataInteraction.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package dev.kord.core.entity.interaction

import dev.kord.core.behavior.interaction.DataInteractionBehavior
import dev.kord.core.supplier.EntitySupplyStrategy

/**
 * An [Interaction] created when Discord requests some form of data (e.g. for auto-complete).
 *
 * @see ActionInteraction
 */
public sealed interface DataInteraction : Interaction, DataInteractionBehavior {

    override fun withStrategy(strategy: EntitySupplyStrategy<*>): DataInteraction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy