mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
f20e6ca0bd
commit
c42b7e4b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2933,7 +2933,7 @@ class Message(base.TelegramObject):
|
|||
question=self.poll.question,
|
||||
options=[option.text for option in self.poll.options],
|
||||
is_anonymous=self.poll.is_anonymous,
|
||||
allows_multiple_answers=self.poll.allows_multiple_answers
|
||||
allows_multiple_answers=self.poll.allows_multiple_answers,
|
||||
**kwargs,
|
||||
)
|
||||
elif self.dice:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue