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 279aadb commit ed638e1Copy full SHA for ed638e1
1 file changed
pyrogram/methods/messages/stop_poll.py
@@ -65,10 +65,11 @@ async def stop_poll(
65
media=raw.types.InputMediaPoll(
66
poll=raw.types.Poll(
67
id=int(poll.id),
68
- closed=True,
69
question=raw.types.TextWithEntities(text="", entities=[]),
70
answers=[]
71
- )
+ hash=0,
+ closed=True,
72
+ ),
73
),
74
reply_markup=await reply_markup.write(self) if reply_markup else None
75
)
0 commit comments