1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-09 01:59:47 +00:00
This commit is contained in:
InsanusMokrassar
2021-03-17 15:18:37 +00:00
parent 2c1697e770
commit b942627f12
10279 changed files with 78055 additions and 348221 deletions

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>createAccumulatedUpdatesRetrieverFlow</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//createAccumulatedUpdatesRetrieverFlow/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Boolean#kotlin.Boolean#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration//478411773">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="create-accumulated-updates-retriever-flow.html">createAccumulatedUpdatesRetrieverFlow</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>create</span><wbr></wbr><span>Accumulated</span><wbr></wbr><span>Updates</span><wbr></wbr><span>Retriever</span><wbr></wbr><span>Flow</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="create-accumulated-updates-retriever-flow.html">createAccumulatedUpdatesRetrieverFlow</a>(avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<h4 class="">Return</h4><p class="paragraph"><span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">kotlinx.coroutines.flow.Flow</span> which will emit updates to the collector while they will be accumulated. Works the same as <a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a>, but pass <span data-unresolved-link="kotlinx.coroutines.flow/FlowCollector/emit/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/">kotlinx.coroutines.flow.FlowCollector.emit</span> as a callback</p></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,20 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[createAccumulatedUpdatesRetrieverFlow](create-accumulated-updates-retriever-flow.md)
# createAccumulatedUpdatesRetrieverFlow
[common]
Content
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[createAccumulatedUpdatesRetrieverFlow](create-accumulated-updates-retriever-flow.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, 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): <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>
More info
#### Return
which will emit updates to the collector while they will be accumulated. Works the same as [retrieveAccumulatedUpdates](retrieve-accumulated-updates.md), but pass as a callback

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>includeWebhookHandlingInRouteWithFlows</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRouteWithFlows/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.Function1[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter,kotlin.Unit]/PointingToDeclaration//1863048507">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="include-webhook-handling-in-route-with-flows.html">includeWebhookHandlingInRouteWithFlows</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":docs:dokkaHtml/jvmMain">jvm</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>include</span><wbr></wbr><span>Webhook</span><wbr></wbr><span>Handling</span><wbr></wbr><span>In</span><wbr></wbr><span>Route</span><wbr></wbr><span>With</span><wbr></wbr><span>Flows</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <span data-unresolved-link="io.ktor.routing/Route///PointingToDeclaration/">Route</span>.<a href="include-webhook-handling-in-route-with-flows.html">includeWebhookHandlingInRouteWithFlows</a>(scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>.() -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,11 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[includeWebhookHandlingInRouteWithFlows](include-webhook-handling-in-route-with-flows.md)
# includeWebhookHandlingInRouteWithFlows
[jvm]
Content
fun .[includeWebhookHandlingInRouteWithFlows](include-webhook-handling-in-route-with-flows.md)(scope: , exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>includeWebhookHandlingInRoute</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration//1863048507">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="include-webhook-handling-in-route.html">includeWebhookHandlingInRoute</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":docs:dokkaHtml/jvmMain">jvm</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>include</span><wbr></wbr><span>Webhook</span><wbr></wbr><span>Handling</span><wbr></wbr><span>In</span><wbr></wbr><span>Route</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <span data-unresolved-link="io.ktor.routing/Route///PointingToDeclaration/">Route</span>.<a href="include-webhook-handling-in-route.html">includeWebhookHandlingInRoute</a>(scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Allows to include webhook in custom route everywhere in your server</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html">dev.inmo.tgbotapi.updateshandlers.UpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div><h2 class="">Parameters</h2><div data-togglable="Parameters"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="Parameters"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="Parameters"><div class="table" data-togglable="Parameters"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">scope</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">Will be used for mapping of media groups</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">exceptionsHandler</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">Pass this parameter to set custom exception handler for getting updates</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">block</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">Some receiver block like <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter</a></p></div></div></div></div></div></div></div></div></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,40 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[includeWebhookHandlingInRoute](include-webhook-handling-in-route.md)
# includeWebhookHandlingInRoute
[jvm]
Content
fun .[includeWebhookHandlingInRoute](include-webhook-handling-in-route.md)(scope: , exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>)
More info
Allows to include webhook in custom route everywhere in your server
## See also
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.UpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
## Parameters
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>scope| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>Will be used for mapping of media groups<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>exceptionsHandler| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>Pass this parameter to set custom exception handler for getting updates<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>block| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>Some receiver block like [dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md)<br><br>|

View File

@@ -1,232 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>dev.inmo.tgbotapi.extensions.utils.updates.retrieving</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving////PointingToDeclaration//-1953507016">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button><button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":docs:dokkaHtml/jvmMain">jvm</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>Package dev.</span><wbr></wbr><span>inmo.</span><wbr></wbr><span>tgbotapi.</span><wbr></wbr><span>extensions.</span><wbr></wbr><span>utils.</span><wbr></wbr><span>updates.</span><wbr></wbr><span>retrieving</span></h1>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Functions">Functions</button></div>
<div class="tabs-section-body">
<h2 class="">Functions</h2>
<div class="table" data-togglable="Functions"><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FcreateAccumulatedUpdatesRetrieverFlow%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="createAccumulatedUpdatesRetrieverFlow" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FcreateAccumulatedUpdatesRetrieverFlow%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="create-accumulated-updates-retriever-flow.html">createAccumulatedUpdatesRetrieverFlow</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FcreateAccumulatedUpdatesRetrieverFlow%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="create-accumulated-updates-retriever-flow.html">createAccumulatedUpdatesRetrieverFlow</a>(avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="includeWebhookHandlingInRoute" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="include-webhook-handling-in-route.html">includeWebhookHandlingInRoute</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag jvm-like">jvm</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <span data-unresolved-link="io.ktor.routing/Route///PointingToDeclaration/">Route</span>.<a href="include-webhook-handling-in-route.html">includeWebhookHandlingInRoute</a>(scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="includeWebhookHandlingInRoute" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="includeWebhookHandlingInRoute" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRoute%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>Allows to include webhook in custom route everywhere in your server</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRouteWithFlows%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="includeWebhookHandlingInRouteWithFlows" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRouteWithFlows%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="include-webhook-handling-in-route-with-flows.html">includeWebhookHandlingInRouteWithFlows</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FincludeWebhookHandlingInRouteWithFlows%2Fio.ktor.routing.Route%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Long%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag jvm-like">jvm</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <span data-unresolved-link="io.ktor.routing/Route///PointingToDeclaration/">Route</span>.<a href="include-webhook-handling-in-route-with-flows.html">includeWebhookHandlingInRouteWithFlows</a>(scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>.() -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="longPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="long-polling.html">longPolling</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="long-polling.html">longPolling</a>(flowsUpdatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>, timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="longPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="longPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Will <a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a> using incoming <a href="long-polling.html">flowsUpdatesFilter</a>.</div></div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="long-polling.html">longPolling</a>(timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, flowsUpdatesFilterUpdatesKeeperCount: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = 100, flowUpdatesPreset: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>.() -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="longPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="longPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FlongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.Int%23kotlin.Function1%5Bdev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Will enable <a href="long-polling.html">longPolling</a> by creating <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a> with <a href="long-polling.html">flowsUpdatesFilterUpdatesKeeperCount</a> as an argument and applied <a href="long-polling.html">flowUpdatesPreset</a>.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="retrieveAccumulatedUpdates" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FretrieveAccumulatedUpdates%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Boolean%23kotlin.Boolean%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a>(flowsUpdatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>, avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a>(avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null, updatesReceiver: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="setWebhookInfoAndStartListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="set-webhook-info-and-start-listen-webhooks.html">setWebhookInfoAndStartListenWebhooks</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag jvm-like">jvm</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">suspend fun <a href="../dev.inmo.tgbotapi.bot/-requests-executor/index.html#%5Bdev.inmo.tgbotapi.bot%2FRequestsExecutor%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F1863048507">RequestsExecutor</a>.<a href="set-webhook-info-and-start-listen-webhooks.html">setWebhookInfoAndStartListenWebhooks</a>(listenPort: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, engineFactory: <span data-unresolved-link="io.ktor.server.engine/ApplicationEngineFactory///PointingToDeclaration/">ApplicationEngineFactory</span>&lt;*, *&gt;, setWebhookRequest: <a href="../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html">SetWebhookRequest</a>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt; = {}, listenHost: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;0.0.0.0&quot;, listenRoute: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;/&quot;, privateKeyConfig: <a href="../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html">WebhookPrivateKeyConfig</a>? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="io.ktor.server.engine/ApplicationEngine///PointingToDeclaration/">ApplicationEngine</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="setWebhookInfoAndStartListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="setWebhookInfoAndStartListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FsetWebhookInfoAndStartListenWebhooks%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>Setting up ktor server, set webhook info via <a href="../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html">SetWebhookRequest</a> request.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.UpdatesFilter%23kotlin.Int%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlinx.coroutines.CoroutineScope%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="startGettingOfUpdatesByLongPolling" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.UpdatesFilter%23kotlin.Int%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlinx.coroutines.CoroutineScope%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23dev.inmo.tgbotapi.updateshandlers.UpdatesFilter%23kotlin.Int%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlinx.coroutines.CoroutineScope%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartGettingOfUpdatesByLongPolling%2Fdev.inmo.tgbotapi.bot.RequestsExecutor%23kotlin.Int%23kotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%3F%23kotlin.collections.List%5Bkotlin.String%5D%3F%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/-requests-executor/index.html">RequestsExecutor</a>.<a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a>(updatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html">UpdatesFilter</a>, timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default)): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a>(timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null, updatesReceiver: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="startListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="start-listen-webhooks.html">startListenWebhooks</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag jvm-like">jvm</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <a href="start-listen-webhooks.html">startListenWebhooks</a>(listenPort: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, engineFactory: <span data-unresolved-link="io.ktor.server.engine/ApplicationEngineFactory///PointingToDeclaration/">ApplicationEngineFactory</span>&lt;*, *&gt;, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;, listenHost: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;0.0.0.0&quot;, listenRoute: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>? = null, privateKeyConfig: <a href="../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html">WebhookPrivateKeyConfig</a>? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="io.ktor.server.engine/ApplicationEngine///PointingToDeclaration/">ApplicationEngine</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="startListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" anchor-label="startListenWebhooks" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FstartListenWebhooks%2F%23kotlin.Int%23io.ktor.server.engine.ApplicationEngineFactory%5B*%2C*%5D%23kotlin.coroutines.SuspendFunction1%5Bkotlin.Throwable%2Ckotlin.Unit%5D%23kotlin.String%23kotlin.String%3F%23dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig%3F%23kotlinx.coroutines.CoroutineScope%23kotlin.Long%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F1863048507" data-filterable-set=":docs:dokkaHtml/jvmMain"></a>Setting up ktor server</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="updateHandlerWithMediaGroupsAdaptation" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%2C+dev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>.<a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a>(output: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): suspend (<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>) -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="updateHandlerWithMediaGroupsAdaptation" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="updateHandlerWithMediaGroupsAdaptation" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Create <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a> object which will correctly accumulate updates and send into output updates which INCLUDE <a href="../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.html">dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate</a>s.</div></div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>.<a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a>(output: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;, debounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L): <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="updateHandlerWithMediaGroupsAdaptation" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" anchor-label="updateHandlerWithMediaGroupsAdaptation" id="%5Bdev.inmo.tgbotapi.extensions.utils.updates.retrieving%2F%2FupdateHandlerWithMediaGroupsAdaptation%2Fkotlinx.coroutines.CoroutineScope%23kotlin.coroutines.SuspendFunction1%5Bdev.inmo.tgbotapi.types.update.abstracts.Update%2Ckotlin.Unit%5D%23kotlin.Long%2FPointingToDeclaration%2F%5D%2FFunctions%2F478411773" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Create <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a> object which will correctly accumulate updates and send into output updates which INCLUDE <a href="../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.html">dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate</a>s.</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,21 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)
# Package dev.inmo.tgbotapi.extensions.utils.updates.retrieving
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//createAccumulatedUpdatesRetrieverFlow/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Boolean#kotlin.Boolean#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/"></a>[createAccumulatedUpdatesRetrieverFlow](create-accumulated-updates-retriever-flow.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//createAccumulatedUpdatesRetrieverFlow/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Boolean#kotlin.Boolean#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/"></a>[common] <br>Content <br>fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[createAccumulatedUpdatesRetrieverFlow](create-accumulated-updates-retriever-flow.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, 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): <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)> <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[includeWebhookHandlingInRoute](include-webhook-handling-in-route.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRoute/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[jvm] <br>Content <br>fun .[includeWebhookHandlingInRoute](include-webhook-handling-in-route.md)(scope: , exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>) <br>More info <br>Allows to include webhook in custom route everywhere in your server <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRouteWithFlows/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.Function1[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter,kotlin.Unit]/PointingToDeclaration/"></a>[includeWebhookHandlingInRouteWithFlows](include-webhook-handling-in-route-with-flows.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//includeWebhookHandlingInRouteWithFlows/io.ktor.routing.Route#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.Long#kotlin.Function1[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter,kotlin.Unit]/PointingToDeclaration/"></a>[jvm] <br>Content <br>fun .[includeWebhookHandlingInRouteWithFlows](include-webhook-handling-in-route-with-flows.md)(scope: , exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//longPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter#kotlin.Int#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?/PointingToDeclaration/"></a>[longPolling](long-polling.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//longPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter#kotlin.Int#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?/PointingToDeclaration/"></a>[common] <br>Content <br>fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[longPolling](long-polling.md)(flowsUpdatesFilter: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md), timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null): <br>More info <br>Will [startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md) using incoming [flowsUpdatesFilter](long-polling.md). <br><br><br>[common] <br>Content <br>fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[longPolling](long-polling.md)(timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, flowsUpdatesFilterUpdatesKeeperCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 100, flowUpdatesPreset: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): <br>More info <br>Will enable [longPolling](long-polling.md) by creating [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md) with [flowsUpdatesFilterUpdatesKeeperCount](long-polling.md) as an argument and applied [flowUpdatesPreset](long-polling.md). <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//retrieveAccumulatedUpdates/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter#kotlin.Boolean#kotlin.Boolean#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?/PointingToDeclaration/"></a>[retrieveAccumulatedUpdates](retrieve-accumulated-updates.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//retrieveAccumulatedUpdates/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter#kotlin.Boolean#kotlin.Boolean#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?/PointingToDeclaration/"></a>[common] <br>Content <br>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): <br>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)>): <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[setWebhookInfoAndStartListenWebhooks](set-webhook-info-and-start-listen-webhooks.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[jvm] <br>Content <br>suspend fun [RequestsExecutor](../dev.inmo.tgbotapi.bot/-requests-executor/index.md#%5Bdev.inmo.tgbotapi.bot%2FRequestsExecutor%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F745855401).[setWebhookInfoAndStartListenWebhooks](set-webhook-info-and-start-listen-webhooks.md)(listenPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), engineFactory: <*, *>, setWebhookRequest: [SetWebhookRequest](../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.md), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> = {}, listenHost: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "0.0.0.0", listenRoute: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "/", privateKeyConfig: [WebhookPrivateKeyConfig](../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.md)? = null, scope: = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>): <br>More info <br>Setting up ktor server, set webhook info via [SetWebhookRequest](../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.md) request. <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startGettingOfUpdatesByLongPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.UpdatesFilter#kotlin.Int#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlinx.coroutines.CoroutineScope/PointingToDeclaration/"></a>[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startGettingOfUpdatesByLongPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.UpdatesFilter#kotlin.Int#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlinx.coroutines.CoroutineScope/PointingToDeclaration/"></a>[common] <br>Content <br>fun [RequestsExecutor](../dev.inmo.tgbotapi.bot/-requests-executor/index.md).[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)(updatesFilter: [UpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.md), timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, scope: = CoroutineScope(Dispatchers.Default)): <br>fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)(timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, 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)>): <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[startListenWebhooks](start-listen-webhooks.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[jvm] <br>Content <br>fun [startListenWebhooks](start-listen-webhooks.md)(listenPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), engineFactory: <*, *>, exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>, listenHost: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "0.0.0.0", listenRoute: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, privateKeyConfig: [WebhookPrivateKeyConfig](../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.md)? = null, scope: = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>): <br>More info <br>Setting up ktor server <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[common] <br>Content <br>fun .[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)(output: [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)>): suspend ([Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) <br>fun .[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)(output: [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)>, debounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L): [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)> <br>More info <br>Create [UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) object which will correctly accumulate updates and send into output updates which INCLUDE [dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate](../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.md)s. <br><br><br>|

View File

@@ -1,45 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>longPolling</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//longPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter#kotlin.Int#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?/PointingToDeclaration//478411773">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="long-polling.html">longPolling</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>long</span><wbr></wbr><span>Polling</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="long-polling.html">longPolling</a>(flowsUpdatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>, timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Will <a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a> using incoming <a href="long-polling.html">flowsUpdatesFilter</a>. It is assumed that you ALREADY CONFIGURE all updates receivers, because this method will trigger getting of updates and.</p></div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="long-polling.html">longPolling</a>(timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, flowsUpdatesFilterUpdatesKeeperCount: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = 100, flowUpdatesPreset: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>.() -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Will enable <a href="long-polling.html">longPolling</a> by creating <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a> with <a href="long-polling.html">flowsUpdatesFilterUpdatesKeeperCount</a> as an argument and applied <a href="long-polling.html">flowUpdatesPreset</a>. It is assumed that you WILL CONFIGURE all updates receivers in <a href="long-polling.html">flowUpdatesPreset</a>, because of after <a href="long-polling.html">flowUpdatesPreset</a> method calling will be triggered getting of updates.</p></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,28 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[longPolling](long-polling.md)
# longPolling
[common]
Content
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[longPolling](long-polling.md)(flowsUpdatesFilter: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md), timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null):
More info
Will [startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md) using incoming [flowsUpdatesFilter](long-polling.md). It is assumed that you ALREADY CONFIGURE all updates receivers, because this method will trigger getting of updates and.
[common]
Content
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[longPolling](long-polling.md)(timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, scope: = CoroutineScope(Dispatchers.Default), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, flowsUpdatesFilterUpdatesKeeperCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 100, flowUpdatesPreset: [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)):
More info
Will enable [longPolling](long-polling.md) by creating [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md) with [flowsUpdatesFilterUpdatesKeeperCount](long-polling.md) as an argument and applied [flowUpdatesPreset](long-polling.md). It is assumed that you WILL CONFIGURE all updates receivers in [flowUpdatesPreset](long-polling.md), because of after [flowUpdatesPreset](long-polling.md) method calling will be triggered getting of updates.

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>retrieveAccumulatedUpdates</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//retrieveAccumulatedUpdates/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Boolean#kotlin.Boolean#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.collections.List[kotlin.String]?#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration//478411773">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>retrieve</span><wbr></wbr><span>Accumulated</span><wbr></wbr><span>Updates</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a>(avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null, updatesReceiver: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="retrieve-accumulated-updates.html">retrieveAccumulatedUpdates</a>(flowsUpdatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">FlowsUpdatesFilter</a>, avoidInlineQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, avoidCallbackQueries: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> = false, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,12 @@
//[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):

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>setWebhookInfoAndStartListenWebhooks</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration//1863048507">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="set-webhook-info-and-start-listen-webhooks.html">setWebhookInfoAndStartListenWebhooks</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":docs:dokkaHtml/jvmMain">jvm</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>set</span><wbr></wbr><span>Webhook</span><wbr></wbr><span>Info</span><wbr></wbr><span>And</span><wbr></wbr><span>Start</span><wbr></wbr><span>Listen</span><wbr></wbr><span>Webhooks</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">suspend fun <a href="../dev.inmo.tgbotapi.bot/-requests-executor/index.html#%5Bdev.inmo.tgbotapi.bot%2FRequestsExecutor%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F1863048507">RequestsExecutor</a>.<a href="set-webhook-info-and-start-listen-webhooks.html">setWebhookInfoAndStartListenWebhooks</a>(listenPort: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, engineFactory: <span data-unresolved-link="io.ktor.server.engine/ApplicationEngineFactory///PointingToDeclaration/">ApplicationEngineFactory</span>&lt;*, *&gt;, setWebhookRequest: <a href="../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html">SetWebhookRequest</a>, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt; = {}, listenHost: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;0.0.0.0&quot;, listenRoute: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;/&quot;, privateKeyConfig: <a href="../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html">WebhookPrivateKeyConfig</a>? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="io.ktor.server.engine/ApplicationEngine///PointingToDeclaration/">ApplicationEngine</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Setting up ktor server, set webhook info via <a href="../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html">SetWebhookRequest</a> request.</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html">dev.inmo.tgbotapi.updateshandlers.UpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div><h2 class="">Parameters</h2><div data-togglable="Parameters"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="Parameters"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="Parameters"><div class="table" data-togglable="Parameters"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">listenPort</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">port which will be listen by bot</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">listenRoute</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">address to listen by bot</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">scope</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">Scope which will be used for</p></div></div></div></div></div></div></div></div></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,40 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[setWebhookInfoAndStartListenWebhooks](set-webhook-info-and-start-listen-webhooks.md)
# setWebhookInfoAndStartListenWebhooks
[jvm]
Content
suspend fun [RequestsExecutor](../dev.inmo.tgbotapi.bot/-requests-executor/index.md#%5Bdev.inmo.tgbotapi.bot%2FRequestsExecutor%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F745855401).[setWebhookInfoAndStartListenWebhooks](set-webhook-info-and-start-listen-webhooks.md)(listenPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), engineFactory: <*, *>, setWebhookRequest: [SetWebhookRequest](../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.md), exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> = {}, listenHost: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "0.0.0.0", listenRoute: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "/", privateKeyConfig: [WebhookPrivateKeyConfig](../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.md)? = null, scope: = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>):
More info
Setting up ktor server, set webhook info via [SetWebhookRequest](../dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.md) request.
## See also
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.UpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
## Parameters
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>listenPort| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>port which will be listen by bot<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>listenRoute| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>address to listen by bot<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>scope| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//setWebhookInfoAndStartListenWebhooks/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>Scope which will be used for<br><br>|

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>startGettingOfUpdatesByLongPolling</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startGettingOfUpdatesByLongPolling/dev.inmo.tgbotapi.bot.RequestsExecutor#kotlin.Int#kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]?#kotlin.collections.List[kotlin.String]?#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration//478411773">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>start</span><wbr></wbr><span>Getting</span><wbr></wbr><span>Of</span><wbr></wbr><span>Updates</span><wbr></wbr><span>By</span><wbr></wbr><span>Long</span><wbr></wbr><span>Polling</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/index.html#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">TelegramBot</a>.<a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a>(timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default), exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, allowedUpdates: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>&gt;? = null, updatesReceiver: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <a href="../dev.inmo.tgbotapi.bot/-requests-executor/index.html">RequestsExecutor</a>.<a href="start-getting-of-updates-by-long-polling.html">startGettingOfUpdatesByLongPolling</a>(updatesFilter: <a href="../dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html">UpdatesFilter</a>, timeoutSeconds: <a href="../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">Seconds</a> = 30, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Dispatchers.Default)): <span data-unresolved-link="kotlinx.coroutines/Job///PointingToDeclaration/">Job</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,12 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)
# startGettingOfUpdatesByLongPolling
[common]
Content
fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)(timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, 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 [RequestsExecutor](../dev.inmo.tgbotapi.bot/-requests-executor/index.md).[startGettingOfUpdatesByLongPolling](start-getting-of-updates-by-long-polling.md)(updatesFilter: [UpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.md), timeoutSeconds: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) = 30, exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>? = null, scope: = CoroutineScope(Dispatchers.Default)):

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>startListenWebhooks</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration//1863048507">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="start-listen-webhooks.html">startListenWebhooks</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":docs:dokkaHtml/jvmMain">jvm</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>start</span><wbr></wbr><span>Listen</span><wbr></wbr><span>Webhooks</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div class="symbol monospace">fun <a href="start-listen-webhooks.html">startListenWebhooks</a>(listenPort: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, engineFactory: <span data-unresolved-link="io.ktor.server.engine/ApplicationEngineFactory///PointingToDeclaration/">ApplicationEngineFactory</span>&lt;*, *&gt;, exceptionsHandler: <span data-unresolved-link="dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/">ExceptionHandler</span>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>&gt;, listenHost: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = &quot;0.0.0.0&quot;, listenRoute: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>? = null, privateKeyConfig: <a href="../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html">WebhookPrivateKeyConfig</a>? = null, scope: <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span> = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L, block: <span data-unresolved-link="dev.inmo.tgbotapi.updateshandlers/UpdateReceiver///PointingToDeclaration/">UpdateReceiver</span>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): <span data-unresolved-link="io.ktor.server.engine/ApplicationEngine///PointingToDeclaration/">ApplicationEngine</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Setting up ktor server</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html">dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html">dev.inmo.tgbotapi.updateshandlers.UpdatesFilter</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div><h2 class="">Parameters</h2><div data-togglable="Parameters"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="Parameters"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/jvmMain"><div data-togglable="Parameters"><div class="table" data-togglable="Parameters"><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">listenPort</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">port which will be listen by bot</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">listenRoute</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">address to listen by bot. If null - will be set up in root of host</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">scope</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">Scope which will be used for</p></div></div></div></div></div><div class="table-row" data-filterable-current=":docs:dokkaHtml/jvmMain" data-filterable-set=":docs:dokkaHtml/jvmMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">privateKeyConfig</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">If configured - server will be created with <span data-unresolved-link="io.ktor.server.engine//sslConnector/io.ktor.server.engine.ApplicationEngineEnvironmentBuilder#java.security.KeyStore#kotlin.String#kotlin.Function0[kotlin.CharArray]#kotlin.Function0[kotlin.CharArray]#kotlin.Function1[io.ktor.server.engine.EngineSSLConnectorBuilder,kotlin.Unit]/PointingToDeclaration/">sslConnector</span>. <span data-unresolved-link="io.ktor.server.engine//connector/io.ktor.server.engine.ApplicationEngineEnvironmentBuilder#kotlin.Function1[io.ktor.server.engine.EngineConnectorBuilder,kotlin.Unit]/PointingToDeclaration/">connector</span> will be used otherwise</p></div></div></div></div></div></div></div></div></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,41 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[startListenWebhooks](start-listen-webhooks.md)
# startListenWebhooks
[jvm]
Content
fun [startListenWebhooks](start-listen-webhooks.md)(listenPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), engineFactory: <*, *>, exceptionsHandler: <[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>, listenHost: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "0.0.0.0", listenRoute: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, privateKeyConfig: [WebhookPrivateKeyConfig](../dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.md)? = null, scope: = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L, block: <[Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)>):
More info
Setting up ktor server
## See also
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.UpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.md)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|
## Parameters
jvm
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>listenPort| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>port which will be listen by bot<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>listenRoute| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>address to listen by bot. If null - will be set up in root of host<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>scope| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>Scope which will be used for<br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>privateKeyConfig| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//startListenWebhooks/#kotlin.Int#io.ktor.server.engine.ApplicationEngineFactory[*,*]#kotlin.coroutines.SuspendFunction1[kotlin.Throwable,kotlin.Unit]#kotlin.String#kotlin.String?#dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig?#kotlinx.coroutines.CoroutineScope#kotlin.Long#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a><br><br>If configured - server will be created with . will be used otherwise<br><br>|

View File

@@ -1,39 +0,0 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>updateHandlerWithMediaGroupsAdaptation</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]#kotlin.Long/PointingToDeclaration//478411773">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">docs</a>/<a href="index.html">dev.inmo.tgbotapi.extensions.utils.updates.retrieving</a>/<a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>update</span><wbr></wbr><span>Handler</span><wbr></wbr><span>With</span><wbr></wbr><span>Media</span><wbr></wbr><span>Groups</span><wbr></wbr><span>Adaptation</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">fun <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>.<a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a>(output: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;, debounceTimeMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 1000L): <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span>.<a href="update-handler-with-media-groups-adaptation.html">updateHandlerWithMediaGroupsAdaptation</a>(output: <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a>&lt;<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>&gt;): suspend (<a href="../dev.inmo.tgbotapi.types.update.abstracts/-update/index.html">Update</a>) -&gt; <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<p class="paragraph">Create <a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">UpdateReceiver</a> object which will correctly accumulate updates and send into output updates which INCLUDE <a href="../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.html">dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate</a>s.</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="../dev.inmo.tgbotapi.updateshandlers/index.html#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F478411773">dev.inmo.tgbotapi.updateshandlers.UpdateReceiver</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,48 @@
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.updates.retrieving](index.md)/[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)
# updateHandlerWithMediaGroupsAdaptation
[common]
Content
fun .[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)(output: [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)>, debounceTimeMillis: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) = 1000L): [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)>
More info
Create [UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) object which will correctly accumulate updates and send into output updates which INCLUDE [dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate](../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.md)s.
## See also
common
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]#kotlin.Long/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]#kotlin.Long/PointingToDeclaration/"></a>|
[common]
Content
fun .[updateHandlerWithMediaGroupsAdaptation](update-handler-with-media-groups-adaptation.md)(output: [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)>): suspend ([Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
More info
Create [UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) object which will correctly accumulate updates and send into output updates which INCLUDE [dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdate](../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.md)s.
## See also
common
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.updateshandlers.UpdateReceiver](../dev.inmo.tgbotapi.updateshandlers/index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)| <a name="dev.inmo.tgbotapi.extensions.utils.updates.retrieving//updateHandlerWithMediaGroupsAdaptation/kotlinx.coroutines.CoroutineScope#kotlin.coroutines.SuspendFunction1[dev.inmo.tgbotapi.types.update.abstracts.Update,kotlin.Unit]/PointingToDeclaration/"></a>|