We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5022b69 commit bd03dfaCopy full SHA for bd03dfa
pyrogram/client/methods/messages/vote_poll.py
@@ -59,7 +59,7 @@ def vote_poll(
59
functions.messages.SendVote(
60
peer=self.resolve_peer(chat_id),
61
msg_id=message_id,
62
- options=[poll.options[option]._data]
+ options=[poll.options[option].data]
63
)
64
65
0 commit comments