1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-23 10:38:43 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.md

12 lines
1.3 KiB
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling](index.md)/[onVideoNote](on-video-note.md)
# onVideoNote
[common]
Content
suspend fun [BehaviourContext](../dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.md).[onVideoNote](on-video-note.md)(includeFilterByChatInBehaviourSubContext: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true, additionalFilter: [CommonMessageFilter](index.md#%5Bdev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling%2FCommonMessageFilter%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[VideoNoteContent](../dev.inmo.tgbotapi.types.message.content.media/-video-note-content/index.md)>? = null, scenarioReceiver: [BehaviourContextAndTypeReceiver](../dev.inmo.tgbotapi.extensions.behaviour_builder/index.md#%5Bdev.inmo.tgbotapi.extensions.behaviour_builder%2FBehaviourContextAndTypeReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html), [CommonMessage](../dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.md)<[VideoNoteContent](../dev.inmo.tgbotapi.types.message.content.media/-video-note-content/index.md)>>):