2023-03-04 15:25:22 +00:00
<!doctype html>
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" charset = "UTF-8" >
< title > dev.inmo.tgbotapi.extensions.behaviour_builder< / title >
< link href = "../../images/logo-icon.svg" rel = "icon" type = "image/svg" > < script > var pathToRoot = "../../" ; < / script > < script > c o n s t s t o r a g e = l o c a l S t o r a g e . g e t I t e m ( " d o k k a - d a r k - m o d e " )
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia & & window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
< / script >
< script type = "text/javascript" src = "../../scripts/sourceset_dependencies.js" async > < / script >
< link href = "../../styles/style.css" rel = "Stylesheet" >
< link href = "../../styles/jetbrains-mono.css" rel = "Stylesheet" >
< link href = "../../styles/main.css" rel = "Stylesheet" >
< link href = "../../styles/prism.css" rel = "Stylesheet" >
< link href = "../../styles/logo-styles.css" rel = "Stylesheet" >
< script type = "text/javascript" src = "../../scripts/clipboard.js" async > < / script >
< script type = "text/javascript" src = "../../scripts/navigation-loader.js" async > < / script >
< script type = "text/javascript" src = "../../scripts/platform-content-handler.js" async > < / script >
< script type = "text/javascript" src = "../../scripts/main.js" defer > < / script >
< script type = "text/javascript" src = "../../scripts/prism.js" async > < / script >
< script type = "text/javascript" src = "../../scripts/symbol-parameters-wrapper_deferred.js" defer > < / script > < / head >
< body >
< div class = "navigation-wrapper" id = "navigation-wrapper" >
< div id = "leftToggler" > < span class = "icon-toggler" > < / span > < / div >
< div class = "library-name" >
< a href = "../../index.html" >
2023-05-19 17:03:00 +00:00
< span > ktgbotapi< / span > < / a > < / div >
2023-03-04 15:25:22 +00:00
< div >
< / 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 = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > common< / button >
< / div >
< button id = "theme-toggle-button" > < span id = "theme-toggle" > < / span > < / button >
< div id = "searchBar" > < / div >
< / div >
< / div >
< div id = "container" >
< div id = "leftColumn" >
< div id = "sideMenu" > < / div >
< / div >
< div id = "main" >
< div class = "main-content" data-page-type = "package" id = "content" pageids = "tgbotapi.behaviour_builder.fsm::dev.inmo.tgbotapi.extensions.behaviour_builder////PointingToDeclaration//983072464" >
< div class = "breadcrumbs" > < a href = "../index.html" > tgbotapi.behaviour_builder.fsm< / a > < span class = "delimiter" > /< / span > < span class = "current" > dev.inmo.tgbotapi.extensions.behaviour_builder< / span > < / div >
< div class = "cover " >
< h1 class = "cover" > < span > < span > Package-level< / span > < / span > < span > < span > declarations< / span > < / span > < / h1 >
< / div >
< div class = "tabbedcontent" >
< div class = "tabs-section" tabs-section = "tabs-section" > < button class = "section-tab" data-active = "" data-togglable = "TYPE" > Types< / button > < button class = "section-tab" data-togglable = "FUNCTION,EXTENSION_FUNCTION" > Functions< / button > < / div >
< div class = "tabs-section-body" >
< div data-togglable = "TYPE" >
< h2 class = "" > Types< / h2 >
< div class = "table" > < a data-name = "2123182527%2FClasslikes%2F983072464" anchor-label = "BehaviourContextWithFSM" id = "2123182527%2FClasslikes%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-behaviour-context-with-f-s-m/index.html" > < span > Behaviour< / span > < wbr > < span > Context< / span > < wbr > < span > With< / span > < wbr > < span > < span > FSM< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "2123182527%2FClasslikes%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > interface < / span > < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > : < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html" > BehaviourContext< / a > , < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesMachine///PointingToDeclaration/" > StatesMachine< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < / div > < div class = "brief " > < p class = "paragraph" > Interface which combine < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html" > BehaviourContext< / a > and < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesMachine///PointingToDeclaration/" > StatesMachine< / span > . Subcontext of triggers and states contexts must have one common flow of updates and must not lose updates between updates< / p > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
< a data-name = "-1968170779%2FClasslikes%2F983072464" anchor-label = "BehaviourWithFSMStateHandler" id = "-1968170779%2FClasslikes%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > < span > Behaviour< / span > < wbr > < span > With< / span > < wbr > < span > FSMState< / span > < wbr > < span > < span > Handler< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1968170779%2FClasslikes%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > fun < / span > < span class = "token keyword" > interface < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > I< / a > < span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > O< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > : < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesHandler///PointingToDeclaration/" > StatesHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > O< / a > < span class = "token operator" > > < / span > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
< a data-name = "-382933607%2FClasslikes%2F983072464" anchor-label = "BehaviourWithFSMStateHandlerHolder" id = "-382933607%2FClasslikes%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > < span > Behaviour< / span > < wbr > < span > With< / span > < wbr > < span > FSMState< / span > < wbr > < span > Handler< / span > < wbr > < span > < span > Holder< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-382933607%2FClasslikes%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > class < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > I< / a > < span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > inputKlass< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html" > KClass< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > I< / a > < span class = "token operator" > > < / span > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > strict< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html" > Boolean< / a > < span class = "token operator" > = < / span > < span class = "token boolean" > false< / span > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > delegateTo< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token operator" > > < / span > < / span > < / span > < span class = "token punctuation" > )< / span > : < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/CheckableHandlerHolder///PointingToDeclaration/" > CheckableHandlerHolder< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token operator" > > < / span > , < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > O< / a > < span class = "token operator" > > < / span > < / div > < div class = "brief " > < p class = "paragraph" > Special holder for < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > . This holder helps < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > to understand whether it can handle input < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > with < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/delegate-to.html" > delegateTo< / a > or not< / p > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
< a data-name = "-621405132%2FClasslikes%2F983072464" anchor-label = "DefaultBehaviourContextWithFSM" id = "-621405132%2FClasslikes%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-default-behaviour-context-with-f-s-m/index.html" > < span > Default< / span > < wbr > < span > Behaviour< / span > < wbr > < span > Context< / span > < wbr > < span > With< / span > < wbr > < span > < span > FSM< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-621405132%2FClasslikes%2F983072464" > < / 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 = "title" >
2023-04-19 17:05:55 +00:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > class < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > DefaultBehaviourContextWithFSM< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > behaviourContext< span class = "token operator" > : < / span > < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html" > BehaviourContext< / a > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > statesManager< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesManager///PointingToDeclaration/" > StatesManager< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > handlers< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token operator" > *< / span > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > > < / span > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > fallbackHandler< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > onStateHandlingErrorHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common.utils/StateHandlingErrorHandler///PointingToDeclaration/" > StateHandlingErrorHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > defaultStateHandlingErrorHandler()< / span > < / span > < span class = "token punctuation" > )< / span > : < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html" > BehaviourContext< / a > , < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-default-behaviour-context-with-f-s-m/index.html" > T< / a > < span class = "token operator" > > < / span > < / div > < div class = "brief " > < p class = "paragraph" > Default realization of < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > . It uses < a href = "../../tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/behaviour-context.html" > behaviourContext< / a > as a base for this obj
2023-03-04 15:25:22 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div data-togglable = "FUNCTION" >
< h2 class = "" > Functions< / h2 >
< div class = "table" > < a data-name = "-70742833%2FFunctions%2F983072464" anchor-label = "BehaviourWithFSMStateHandlerHolder" id = "-70742833%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > < span > Behaviour< / span > < wbr > < span > With< / span > < wbr > < span > FSMState< / span > < wbr > < span > Handler< / span > < wbr > < span > < span > Holder< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-70742833%2FFunctions%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > inline < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > I< / a > < span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > O< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > < span class = "token function" > BehaviourWithFSMStateHandlerHolder< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > strict< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html" > Boolean< / a > < span class = "token operator" > = < / span > < span class = "token boolean" > false< / span > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > delegateTo< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > O< / a > < span class = "token operator" > > < / span > < / span > < / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder.html" > O< / a > < span class = "token operator" > > < / span > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
2023-04-19 17:05:55 +00:00
< a data-name = "1845388975%2FFunctions%2F983072464" anchor-label = "buildBehaviourWithFSM" id = "1845388975%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
2023-03-04 15:25:22 +00:00
< div class = "table-row" data-togglable = "EXTENSION_FUNCTION" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "build-behaviour-with-f-s-m.html" > < span > build< / span > < wbr > < span > Behaviour< / span > < wbr > < span > With< / span > < wbr > < span > < span > FSM< / span > < / span > < / a > < / div >
2023-04-19 17:05:55 +00:00
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1845388975%2FFunctions%2F983072464" > < / span >
2023-03-04 15:25:22 +00:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2023-04-19 17:05:55 +00:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html" > TelegramBot< / a > < span class = "token punctuation" > .< / span > < a href = "build-behaviour-with-f-s-m.html" > < span class = "token function" > buildBehaviourWithFSM< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > flowUpdatesFilter< span class = "token operator" > : < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html" > FlowsUpdatesFilter< / a > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > scope< span class = "token operator" > : < / span > < span data-unresolved-link = "kotlinx.coroutines/CoroutineScope///PointingToDeclaration/" > CoroutineScope< / span > < span class = "token operator" > = < / span > defaultCoroutineScopeProvider()< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > defaultExceptionsHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/" > ExceptionHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > statesManager< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesManager///PointingToDeclaration/" > StatesManager< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > DefaultStatesManager(InMemoryDefaultStatesManagerRepo())< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > presetHandlers< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token operator" > *< / span > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > listOf()< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > fallbackHandler< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m.html" > T< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > onStateHandlingErrorHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common.utils/StateHandlingErrorHandler///PointingToDeclaration/" > StateHandlingErrorHandler< /s
2023-03-04 15:25:22 +00:00
< / div >
< / div >
< / div >
< / div >
2023-04-19 17:05:55 +00:00
< a data-name = "-1830076370%2FFunctions%2F983072464" anchor-label = "buildBehaviourWithFSMAndStartLongPolling" id = "-1830076370%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
2023-03-04 15:25:22 +00:00
< div class = "table-row" data-togglable = "EXTENSION_FUNCTION" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > < span > build< / span > < wbr > < span > Behaviour< / span > < wbr > < span > With< / span > < wbr > < span > FSMAnd< / span > < wbr > < span > Start< / span > < wbr > < span > Long< / span > < wbr > < span > < span > Polling< / span > < / span > < / a > < / div >
2023-04-19 17:05:55 +00:00
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1830076370%2FFunctions%2F983072464" > < / span >
2023-03-04 15:25:22 +00:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2023-04-19 17:05:55 +00:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html" > TelegramBot< / a > < span class = "token punctuation" > .< / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > < span class = "token function" > buildBehaviourWithFSMAndStartLongPolling< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > scope< span class = "token operator" > : < / span > < span data-unresolved-link = "kotlinx.coroutines/CoroutineScope///PointingToDeclaration/" > CoroutineScope< / span > < span class = "token operator" > = < / span > defaultCoroutineScopeProvider()< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > defaultExceptionsHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/" > ExceptionHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > statesManager< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesManager///PointingToDeclaration/" > StatesManager< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > DefaultStatesManager(InMemoryDefaultStatesManagerRepo())< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > presetHandlers< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token operator" > *< / span > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > listOf()< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > fallbackHandler< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "build-behaviour-with-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > onStateHandlingErrorHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common.utils/StateHandlingErrorHandler///PointingToDeclaration/" > StateHandlingErrorHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "bu
2023-03-04 15:25:22 +00:00
< / div >
< / div >
< / div >
< / div >
< a data-name = "-962940286%2FFunctions%2F983072464" anchor-label = "onStateOrSubstate" id = "-962940286%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-togglable = "EXTENSION_FUNCTION" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "on-state-or-substate.html" > < span > on< / span > < wbr > < span > State< / span > < wbr > < span > Or< / span > < wbr > < span > < span > Substate< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-962940286%2FFunctions%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > inline < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "on-state-or-substate.html" > I< / a > < span class = "token operator" > : < / span > < a href = "on-state-or-substate.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "on-state-or-substate.html" > O< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "on-state-or-substate.html" > O< / a > < span class = "token operator" > > < / span > < span class = "token punctuation" > .< / span > < a href = "on-state-or-substate.html" > < span class = "token function" > onStateOrSubstate< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > handler< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "on-state-or-substate.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "on-state-or-substate.html" > O< / a > < span class = "token operator" > > < / span > < / span > < / span > < span class = "token punctuation" > )< / span > < / div > < div class = "brief " > < p class = "paragraph" > Add NON STRICT < a href = "on-state-or-substate.html" > handler< / a > to list of available in future < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > . Non strict means that for input < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > will be used < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/is-instance.html" > KClass.isInstance< / a > and any inheritor of kClass will pass this requirement< / p > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
< a data-name = "2139316995%2FFunctions%2F983072464" anchor-label = "strictlyOn" id = "2139316995%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-togglable = "EXTENSION_FUNCTION" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "strictly-on.html" > < span > strictly< / span > < wbr > < span > < span > On< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "2139316995%2FFunctions%2F983072464" > < / 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 = "title" >
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > inline < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "strictly-on.html" > I< / a > < span class = "token operator" > : < / span > < a href = "strictly-on.html" > O< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "strictly-on.html" > O< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "strictly-on.html" > O< / a > < span class = "token operator" > > < / span > < span class = "token punctuation" > .< / span > < a href = "strictly-on.html" > < span class = "token function" > strictlyOn< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > handler< span class = "token operator" > : < / span > < a href = "-behaviour-with-f-s-m-state-handler/index.html" > BehaviourWithFSMStateHandler< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "strictly-on.html" > I< / a > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "strictly-on.html" > O< / a > < span class = "token operator" > > < / span > < / span > < / span > < span class = "token punctuation" > )< / span > < / div > < div class = "brief " > < p class = "paragraph" > Add STRICT < a href = "strictly-on.html" > handler< / a > to list of available in future < a href = "-behaviour-context-with-f-s-m/index.html" > BehaviourContextWithFSM< / a > . Strict means that for input < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > will be used < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > ::class == kClass and any < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > with exactly the same type will pass requirements< / p > < / div > < / div > < / div >
< / div >
< / div >
< / div >
< / div >
2023-04-19 17:05:55 +00:00
< a data-name = "-626820930%2FFunctions%2F983072464" anchor-label = "telegramBotWithBehaviourAndFSM" id = "-626820930%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
2023-03-04 15:25:22 +00:00
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "telegram-bot-with-behaviour-and-f-s-m.html" > < span > telegram< / span > < wbr > < span > Bot< / span > < wbr > < span > With< / span > < wbr > < span > Behaviour< / span > < wbr > < span > And< / span > < wbr > < span > < span > FSM< / span > < / span > < / a > < / div >
2023-04-19 17:05:55 +00:00
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-626820930%2FFunctions%2F983072464" > < / span >
2023-03-04 15:25:22 +00:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2023-04-19 17:05:55 +00:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m.html" > < span class = "token function" > telegramBotWithBehaviourAndFSM< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > token< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > flowsUpdatesFilter< span class = "token operator" > : < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html" > FlowsUpdatesFilter< / a > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > scope< span class = "token operator" > : < / span > < span data-unresolved-link = "kotlinx.coroutines/CoroutineScope///PointingToDeclaration/" > CoroutineScope< / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > apiUrl< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > < span class = "token operator" > = < / span > telegramBotAPIDefaultUrl< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > builder< span class = "token operator" > : < / span > < span class = "token keyword" > < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html" > KtorRequestsExecutorBuilder< / a > < span class = "token punctuation" > .< / span > < span class = "token punctuation" > (< / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > -> < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > = < / span > {}< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > defaultExceptionsHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/" > ExceptionHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > statesManager< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesManager///PointingToDeclaration/" > StatesManager< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > DefaultStatesManager(InMemoryDefaultStatesManagerRepo())< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > presetHandlers< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token operator" > *< / span > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f
2023-03-04 15:25:22 +00:00
< / div >
< / div >
< / div >
< / div >
2023-04-19 17:05:55 +00:00
< a data-name = "-1348344575%2FFunctions%2F983072464" anchor-label = "telegramBotWithBehaviourAndFSMAndStartLongPolling" id = "-1348344575%2FFunctions%2F983072464" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < / a >
2023-03-04 15:25:22 +00:00
< div class = "table-row" data-filterable-current = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" data-filterable-set = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" >
< div > < a href = "telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html" > < span > telegram< / span > < wbr > < span > Bot< / span > < wbr > < span > With< / span > < wbr > < span > Behaviour< / span > < wbr > < span > And< / span > < wbr > < span > FSMAnd< / span > < wbr > < span > Start< / span > < wbr > < span > Long< / span > < wbr > < span > < span > Polling< / span > < / span > < / a > < / div >
2023-04-19 17:05:55 +00:00
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1348344575%2FFunctions%2F983072464" > < / span >
2023-03-04 15:25:22 +00:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2023-04-19 17:05:55 +00:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-dependent-content" data-active = "" data-togglable = ":tgbotapi.behaviour_builder.fsm:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/State///PointingToDeclaration/" > State< / span > < span class = "token operator" > > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html" > < span class = "token function" > telegramBotWithBehaviourAndFSMAndStartLongPolling< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "parameters " > < span class = "parameter " > token< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > < span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > scope< span class = "token operator" > : < / span > < span data-unresolved-link = "kotlinx.coroutines/CoroutineScope///PointingToDeclaration/" > CoroutineScope< / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > apiUrl< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > < span class = "token operator" > = < / span > telegramBotAPIDefaultUrl< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > builder< span class = "token operator" > : < / span > < span class = "token keyword" > < / span > < a href = "../../tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html" > KtorRequestsExecutorBuilder< / a > < span class = "token punctuation" > .< / span > < span class = "token punctuation" > (< / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > -> < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > = < / span > {}< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > defaultExceptionsHandler< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.coroutines/ExceptionHandler///PointingToDeclaration/" > ExceptionHandler< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token operator" > > < / span > < span class = "token operator" > ?< / span > < span class = "token operator" > = < / span > null< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > statesManager< span class = "token operator" > : < / span > < span data-unresolved-link = "dev.inmo.micro_utils.fsm.common/StatesManager///PointingToDeclaration/" > StatesManager< / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > DefaultStatesManager(InMemoryDefaultStatesManagerRepo())< span class = "token punctuation" > , < / span > < / span > < span class = "parameter " > presetHandlers< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "-behaviour-with-f-s-m-state-handler-holder/index.html" > BehaviourWithFSMStateHandlerHolder< / a > < span class = "token operator" > < < / span > < span class = "token operator" > *< / span > < span class = "token punctuation" > , < / span > < span class = "token keyword" > < / span > < a href = "telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html" > T< / a > < span class = "token operator" > > < / span > < span class = "token operator" > > < / span > < span class = "token operator" > = < / span > li
2023-03-04 15:25:22 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "footer" >
< span class = "go-to-top-icon" > < a href = "#content" id = "go-to-top-link" > < / a > < / span > < span > © 2023 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 >