docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.bot.settings.limiters
/
PowLimiter
/
PowLimiter
Pow
Limiter
fun
PowLimiter
(
minAwaitTime
:
MilliSeconds
=
0
,
maxAwaitTime
:
MilliSeconds
=
10000
,
powValue
:
Double
=
4.0
,
powK
:
Double
=
1.6
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)