Skip to content

Commit

Permalink
pyrofork: Fix stop_poll method
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <git@yasir.id>
  • Loading branch information
yasirarism committed Jan 3, 2025
1 parent e622c0e commit b5fcfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/stop_poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def stop_poll(
poll=raw.types.Poll(
id=int(poll.id),
closed=True,
question="",
question=raw.types.TextWithEntities(text="", entities=[]),
answers=[]
)
),
Expand Down

0 comments on commit b5fcfb3

Please sign in to comment.