kiscord
0.6.0
kiscord-interactions
/
kiscord.interactions
/
ComponentHandle
Component
Handle
interface
ComponentHandle
<
PredicateData
:
Any
>
(
source
)
Functions
Properties
Inheritors
Functions
handle
Link copied to clipboard
abstract
infix
fun
handle
(
block
:
suspend
InteractionCall
<
Interaction.Data.Component
>
.
(
PredicateData
)
->
Unit
)
:
ComponentHandle
<
PredicateData
>
Properties
handler
Link copied to clipboard
abstract
val
handler
:
suspend
InteractionCall
<
Interaction.Data.Component
>
.
(
PredicateData
)
->
Unit
predicate
Link copied to clipboard
abstract
val
predicate
:
InteractionPredicate
<
PredicateData
,
Interaction.Data.Component
>
Inheritors
DefaultComponentHandle
Link copied to clipboard