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