2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)