BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
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