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 24fc30a commit 4ffe8ebCopy full SHA for 4ffe8eb
1 file changed
pyrogram/methods/messages/stop_poll.py
@@ -66,7 +66,7 @@ async def stop_poll(
66
poll=raw.types.Poll(
67
id=int(poll.id),
68
question=raw.types.TextWithEntities(text="", entities=[]),
69
- answers=[]
+ answers=[],
70
hash=0,
71
closed=True,
72
),
0 commit comments