mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Update message.py
This commit is contained in:
parent
2095f9fb5e
commit
ba47488142
1 changed files with 1 additions and 1 deletions
|
|
@ -2957,7 +2957,7 @@ class Message(Object, Update):
|
||||||
|
|
||||||
return self._client.vote_poll(
|
return self._client.vote_poll(
|
||||||
chat_id=self.chat.id,
|
chat_id=self.chat.id,
|
||||||
message_id= self.message_id,
|
message_id=self.message_id,
|
||||||
option=option
|
option=option
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue