mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
fix for poll channels skipping in FlowsUpdatesFilter
This commit is contained in:
parent
495a063f61
commit
d0e0158a5d
@ -39,7 +39,8 @@ class FlowsUpdatesFilter {
|
|||||||
inlineQueryChannel.createUpdateReceiver(),
|
inlineQueryChannel.createUpdateReceiver(),
|
||||||
callbackQueryChannel.createUpdateReceiver(),
|
callbackQueryChannel.createUpdateReceiver(),
|
||||||
shippingQueryChannel.createUpdateReceiver(),
|
shippingQueryChannel.createUpdateReceiver(),
|
||||||
preCheckoutQueryChannel.createUpdateReceiver()
|
preCheckoutQueryChannel.createUpdateReceiver(),
|
||||||
|
pollChannel.createUpdateReceiver()
|
||||||
)
|
)
|
||||||
|
|
||||||
val messageFlow: Flow<MessageUpdate> = messageChannel.asFlow()
|
val messageFlow: Flow<MessageUpdate> = messageChannel.asFlow()
|
||||||
|
Loading…
Reference in New Issue
Block a user