mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-23 10:38:43 +00:00
1.4 KiB
1.4 KiB
//docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/waitVideoGallery
waitVideoGallery
[common]
Content
suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<>? = null, errorFactory: NullableRequestBuilder<> = { null }, count: Int = 1, filter: suspend (List<MediaGroupMessage<VideoContent>>) -> Boolean? = null): List<List<VideoContent>>