mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +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,
|
id=message_id,
|
||||||
media=types.InputMediaPoll(
|
media=types.InputMediaPoll(
|
||||||
poll=types.Poll(
|
poll=types.Poll(
|
||||||
id=poll.id,
|
id=int(poll.id),
|
||||||
closed=True,
|
closed=True,
|
||||||
question="",
|
question="",
|
||||||
answers=[]
|
answers=[]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue