Closed aahnik closed 3 years ago
You cannot resend copies of polls because all the data isn't known until you actually choose an option. While it could work then, it's strange it would "works sometimes but not others", so closing.
@Lonami, after little more experimentation,
a poll in quiz mode can be forwarded by hand in the telegram app. so why can't it be forwarded programmatically?
I think it is some bug with Telethon.
seems like a poll with quiz mode is not supported in telethon
Yes, you can forward polls just fine (forward_messages
). What you can't do is resend them as copies reliably (send_message
).
Checklist
related to https://github.com/aahnik/tgcf/issues/50
Code that caused the issue
client.send_message()
caused it. The message had a poll object.Traceback
This error was found while running my program on Termux. (android)
I did not find this error on my computer (Ubuntu 20.04)
python version 3.9 used.
telethon version 1.21.1