1
0
Fork 0

DUROV I FUCKING HATE YOU

This commit is contained in:
Casey 2022-09-23 18:21:31 +03:00
parent 248f06be2a
commit cfe26cfd8f
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class TelegramIntegration(BaseIntegration):
chat_id=self.chat_id, chat_id=self.chat_id,
question=f"Poll:{poll.id}", question=f"Poll:{poll.id}",
reply_to_message_id=reply_to, reply_to_message_id=reply_to,
allow_multiple_answers=poll.multiple, allows_multiple_answers=poll.multiple,
options=[opt.title for opt in poll.options], options=[opt.title for opt in poll.options],
) )