Skip to content

Commit

Permalink
Fix missing parameters in reply_poll
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Sep 30, 2024
1 parent 21f13ec commit 163155e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -3000,6 +3000,8 @@ async def reply_poll(
chat_id=self.chat.id,
question=question,
options=options,
question_parse_mode=question_parse_mode,
question_entities=question_entities,
is_anonymous=is_anonymous,
type=type,
allows_multiple_answers=allows_multiple_answers,
Expand Down

0 comments on commit 163155e

Please sign in to comment.