Skip to content

Commit bd03dfa

Browse files
authored
Update vote_poll.py
1 parent 5022b69 commit bd03dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/methods/messages/vote_poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def vote_poll(
5959
functions.messages.SendVote(
6060
peer=self.resolve_peer(chat_id),
6161
msg_id=message_id,
62-
options=[poll.options[option]._data]
62+
options=[poll.options[option].data]
6363
)
6464
)
6565

0 commit comments

Comments
 (0)