docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.bot.settings.limiters
/
PowLimiter
/
PowLimiter
Pow
Limiter
constructor
(
minAwaitTime
:
MilliSeconds
=
0
,
maxAwaitTime
:
MilliSeconds
=
10000
,
powValue
:
Double
=
4.0
,
powK
:
Double
=
1.6
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)
(
source
)