diff --git a/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/updateshandlers/FlowsUpdatesFilter.kt b/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/updateshandlers/FlowsUpdatesFilter.kt index 5fa8b96d1a..6efc1d9abf 100644 --- a/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/updateshandlers/FlowsUpdatesFilter.kt +++ b/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/updateshandlers/FlowsUpdatesFilter.kt @@ -39,7 +39,8 @@ class FlowsUpdatesFilter { inlineQueryChannel.createUpdateReceiver(), callbackQueryChannel.createUpdateReceiver(), shippingQueryChannel.createUpdateReceiver(), - preCheckoutQueryChannel.createUpdateReceiver() + preCheckoutQueryChannel.createUpdateReceiver(), + pollChannel.createUpdateReceiver() ) val messageFlow: Flow = messageChannel.asFlow()