2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 14:55:12 +00:00

Update message.py

This commit is contained in:
kalmengr
2019-07-12 12:13:14 -04:00
committed by GitHub
parent 2095f9fb5e
commit ba47488142

View File

@@ -2957,7 +2957,7 @@ class Message(Object, Update):
return self._client.vote_poll(
chat_id=self.chat.id,
message_id= self.message_id,
message_id=self.message_id,
option=option
)