mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-17 22:03:48 +00:00
1.9 KiB
1.9 KiB
//docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieveAccumulatedUpdates
retrieveAccumulatedUpdates
[common]
Content
fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <Unit>? = null, allowedUpdates: List<String>? = null, updatesReceiver: UpdateReceiver<Update>):
fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <Unit>? = null):