We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed638e1 commit c8d4b32Copy full SHA for c8d4b32
1 file changed
pyrogram/methods/messages/send_poll.py
@@ -233,7 +233,7 @@ async def send_poll(
233
id=self.rnd_id(),
234
question=await question.write(self),
235
answers=[await answer.write(self) for answer in answers],
236
- hash=self.rnd_id(),
+ hash=0,
237
closed=is_closed,
238
public_voters=not is_anonymous,
239
multiple_choice=True if correct_option_ids and len(correct_option_ids) > 1 else allows_multiple_answers,
0 commit comments