invoke

operator fun invoke(data: BehaviourContextData)


open suspend operator override fun invoke(p1: BC, p2: U): R

Registers the internal bot info provider in BehaviourContext.data and then delegates to wrapperReceiver.

The provider is stored under BOT_INFO_RECEIVER key, enabling calls to BehaviourContext.botInfo within the wrapped behaviour.