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