Default Behaviour Context
    class DefaultBehaviourContext(    val bot: TelegramBot,     val scope: CoroutineScope,     broadcastChannelsSize: Int = 100,     onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND,     upstreamUpdatesFlow: Flow<Update>? = null,     val triggersHolder: TriggersHolder = TriggersHolder(),     updatesFilter: BehaviourContextAndTypeReceiver<Boolean, Update>? = null) : AbstractFlowsUpdatesFilter, RequestsExecutor, CoroutineScope, BehaviourContext
Content copied to clipboard
Constructors
Link copied to clipboard
                fun DefaultBehaviourContext(    bot: TelegramBot,     scope: CoroutineScope,     broadcastChannelsSize: Int = 100,     onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND,     upstreamUpdatesFlow: Flow<Update>? = null,     triggersHolder: TriggersHolder = TriggersHolder(),     updatesFilter: BehaviourContextAndTypeReceiver<Boolean, Update>? = null)
Content copied to clipboard
Functions
Link copied to clipboard
                open override fun copy(    bot: TelegramBot,     scope: CoroutineScope,     broadcastChannelsSize: Int,     onBufferOverflow: BufferOverflow,     upstreamUpdatesFlow: Flow<Update>?,     triggersHolder: TriggersHolder): DefaultBehaviourContext
Content copied to clipboard
Link copied to clipboard
                Unsafe execution of incoming request. Can throw almost any exception. So, it is better to use something like dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync or dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe
Properties
Link copied to clipboard
                open override val channelPostMediaGroupsFlow: Flow<ChannelPostMediaGroupUpdate>
Content copied to clipboard
Link copied to clipboard
                open override val chatMemberUpdatesFlow: Flow<CommonChatMemberUpdatedUpdate>
Content copied to clipboard
Link copied to clipboard
                open override val chosenInlineResultsFlow: Flow<ChosenInlineResultUpdate>
Content copied to clipboard
Link copied to clipboard
                open override val editedChannelPostMediaGroupsFlow: Flow<EditChannelPostMediaGroupUpdate>
Content copied to clipboard
Link copied to clipboard
                open override val editedMessageMediaGroupsFlow: Flow<EditMessageMediaGroupUpdate>
Content copied to clipboard
Link copied to clipboard
                open override val myChatMemberUpdatesFlow: Flow<MyChatMemberUpdatedUpdate>
Content copied to clipboard