mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-23 10:38:43 +00:00
1.1 KiB
1.1 KiB
//docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/onMyChatMemberUpdated
onMyChatMemberUpdated
[common]
Content
suspend fun BehaviourContext.onMyChatMemberUpdated(includeFilterByChatInBehaviourSubContext: Boolean = true, additionalFilter: suspend (ChatMemberUpdated) -> Boolean? = null, scenarioReceiver: BehaviourContextAndTypeReceiver<Unit, ChatMemberUpdated>):