mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-12 19:33:50 +00:00
18 lines
365 B
Markdown
18 lines
365 B
Markdown
|
//[docs](../../../index.md)/[dev.inmo.tgbotapi.bot.settings.limiters](../index.md)/[RequestLimiter](index.md)/[limit](limit.md)
|
||
|
|
||
|
|
||
|
|
||
|
# limit
|
||
|
[common]
|
||
|
Content
|
||
|
abstract suspend fun <[T](limit.md)> [limit](limit.md)(block: suspend () -> [T](limit.md)): [T](limit.md)
|
||
|
More info
|
||
|
|
||
|
|
||
|
Use limit for working of block (like delay between or after, for example)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|