ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
RetryAfterError
Retry
After
Error
data
class
RetryAfterError
(
val
seconds
:
Seconds
,
val
startCountingMillis
:
Long
)
:
RequestError
Members
Constructors
Retry
After
Error
Link copied to clipboard
constructor
(
seconds
:
Seconds
,
startCountingMillis
:
Long
)
Properties
can
Continue
Link copied to clipboard
val
canContinue
:
Long
left
To
Retry
Link copied to clipboard
val
leftToRetry
:
Long
seconds
Link copied to clipboard
val
seconds
:
Seconds
start
Counting
Millis
Link copied to clipboard
val
startCountingMillis
:
Long