mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix stop_poll() (#339)
This commit is contained in:
parent
42c9bafa0c
commit
78cba0489a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class StopPoll(BaseClient):
|
|||
id=message_id,
|
||||
media=types.InputMediaPoll(
|
||||
poll=types.Poll(
|
||||
id=poll.id,
|
||||
id=int(poll.id),
|
||||
closed=True,
|
||||
question="",
|
||||
answers=[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue