voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

[Feature Request] Any ways to exclude poll forwarding? #23

Closed gengstergile closed 3 years ago

gengstergile commented 3 years ago

Hi, any ways we can exclude poll from besing forward?

voidbar commented 3 years ago

You'd probably have to filter out polls by invoking .poll function on the message object: (https://docs.telethon.dev/en/latest/modules/custom.html#telethon.tl.custom.message.Message.poll)