buildBehaviour
suspend fun <Error class: unknown class>.buildBehaviour(flowUpdatesFilter: <Error class: unknown class> = FlowsUpdatesFilter(), scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: <Error class: unknown class><Unit>? = null, subcontextInitialAction: CustomBehaviourContextAndTypeReceiver<BehaviourContext, Unit, <Error class: unknown class>> = {}, useDefaultSubcontextInitialAction: Boolean = true, block: BehaviourContextReceiver<Unit>): BehaviourContext
Use this method in case you wish to make some additional actions with flowUpdatesFilter.
WARNING This method WILL NOT launch any listening of updates. Use something like startGettingOfUpdatesByLongPolling or tools for work with webhooks
See also
startGettingOfUpdatesByLongPolling