mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Fix stop_poll method
This commit is contained in:
parent
0f525362eb
commit
a5d8737426
@ -66,7 +66,7 @@ class StopPoll:
|
|||||||
poll=raw.types.Poll(
|
poll=raw.types.Poll(
|
||||||
id=int(poll.id),
|
id=int(poll.id),
|
||||||
closed=True,
|
closed=True,
|
||||||
question="",
|
question=raw.types.TextWithEntities(text="", entities=[]),
|
||||||
answers=[]
|
answers=[]
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user