diff --git a/telegram/bot.py b/telegram/bot.py index dc32493aa33..1c94a76d483 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -3435,7 +3435,7 @@ def send_poll(self, data['type'] = type if allows_multiple_answers: data['allows_multiple_answers'] = allows_multiple_answers - if correct_option_id: + if correct_option_id is not None: data['correct_option_id'] = correct_option_id if is_closed: data['is_closed'] = is_closed