toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.pagination
/
TimeoutInfo
Timeout
Info
data
class
TimeoutInfo
<
T
:
AbstractPagination
<
T
>
>
(
val
timeout
:
Duration
,
val
onTimeout
:
suspend
(
T
)
->
Unit
?
)
(
source
)
Members
Constructors
Timeout
Info
Link copied to clipboard
constructor
(
timeout
:
Duration
,
onTimeout
:
suspend
(
T
)
->
Unit
?
)
Properties
on
Timeout
Link copied to clipboard
val
onTimeout
:
suspend
(
T
)
->
Unit
?
timeout
Link copied to clipboard
val
timeout
:
Duration