BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.durations
/
timeout
timeout
fun
<
T
:
RestAction
<
*
>
>
T
.
timeout
(
duration
:
Duration
)
:
T
(
source
)
See also
RestAction.
timeout
fun
<
E
:
GenericEvent
>
Once.Builder
<
E
>
.
timeout
(
timeout
:
Duration
)
:
Once.Builder
<
E
>
(
source
)
fun
<
E
:
GenericEvent
>
Once.Builder
<
E
>
.
timeout
(
timeout
:
Duration
,
timeoutCallback
:
Runnable
)
:
Once.Builder
<
E
>
(
source
)
See also
Once.
Builder.
timeout