//[docs](../../../index.md)/[dev.inmo.tgbotapi.extensions.behaviour_builder](../index.md)/[BehaviourContext](index.md)/[BehaviourContext](-behaviour-context.md) # BehaviourContext [common] Content fun [BehaviourContext](-behaviour-context.md)(bot: [TelegramBot](../../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), scope: , flowsUpdatesFilter: [FlowsUpdatesFilter](../../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md) = FlowsUpdatesFilter()) More info ## Parameters common | | | |---|---| | scope|

This param will be used for creating of some subscriptions inside of methods, updates listening and different other things in context of working with and coroutines.

| | flowsUpdatesFilter|

This parameter will be used to subscribe on different types of update

|