Skip to content

Commit ba47488

Browse files
authored
Update message.py
1 parent 2095f9f commit ba47488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pyrogram/client/types/messages_and_media

pyrogram/client/types/messages_and_media/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2957,7 +2957,7 @@ def vote(
29572957

29582958
return self._client.vote_poll(
29592959
chat_id=self.chat.id,
2960-
message_id= self.message_id,
2960+
message_id=self.message_id,
29612961
option=option
29622962
)
29632963

0 commit comments

Comments
 (0)