mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-18 06:13:47 +00:00
13 lines
1.9 KiB
Markdown
13 lines
1.9 KiB
Markdown
|
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[retrieveAccumulatedUpdates](retrieve-accumulated-updates.md)
|
||
|
|
||
|
|
||
|
|
||
|
# retrieveAccumulatedUpdates
|
||
|
[common]
|
||
|
Content
|
||
|
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[retrieveAccumulatedUpdates](retrieve-accumulated-updates.md)(avoidInlineQueries: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, avoidCallbackQueries: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, allowedUpdates: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, updatesReceiver: [UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>):
|
||
|
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[retrieveAccumulatedUpdates](retrieve-accumulated-updates.md)(flowsUpdatesFilter: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md), avoidInlineQueries: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, avoidCallbackQueries: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null):
|
||
|
|
||
|
|
||
|
|