InteractionPredicate
Types
Link copied to clipboard
Link copied to clipboard
class Button<out PredicateData : Any>(another: InteractionPredicate<PredicateData, Interaction.Data.Component>) : InteractionPredicate<PredicateData, Interaction.Data.Component>
Link copied to clipboard
class ExactId<in Data : Interaction.Data>(val customId: String) : InteractionPredicate<String, Data>
Link copied to clipboard
class RegexId<in Data : Interaction.Data>(val regexId: Regex) : InteractionPredicate<MatchResult, Data>
Link copied to clipboard
class SelectMenu<out PredicateData : Any>(another: InteractionPredicate<PredicateData, Interaction.Data.Component>) : InteractionPredicate<PredicateData, Interaction.Data.Component>