diff --git a/telegram/bot.py b/telegram/bot.py index 22dab24de..b2f2ed505 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -797,7 +797,7 @@ class Bot(TelegramObject): data = {'inline_query_id': inline_query_id, 'results': results} - if cache_time: + if cache_time or cache_time == 0: data['cache_time'] = int(cache_time) if is_personal: data['is_personal'] = bool(is_personal)