1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-17 22:03:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.md
2021-03-17 15:18:37 +00:00

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):