diff --git a/mastoposter/integrations/telegram.py b/mastoposter/integrations/telegram.py index 03beba4..a67bfde 100644 --- a/mastoposter/integrations/telegram.py +++ b/mastoposter/integrations/telegram.py @@ -137,7 +137,7 @@ class TelegramIntegration(BaseIntegration): chat_id=self.chat_id, question=f"Poll:{poll.id}", reply_to_message_id=reply_to, - allow_multiple_answers=poll.multiple, + allows_multiple_answers=poll.multiple, options=[opt.title for opt in poll.options], )