Skip to content

Commit 4ffe8eb

Browse files
authored
fix: stop_poll.py (#302)
Closes #303
1 parent 24fc30a commit 4ffe8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/messages/stop_poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def stop_poll(
6666
poll=raw.types.Poll(
6767
id=int(poll.id),
6868
question=raw.types.TextWithEntities(text="", entities=[]),
69-
answers=[]
69+
answers=[],
7070
hash=0,
7171
closed=True,
7272
),

0 commit comments

Comments
 (0)