From 5ff34fc0ba4e8dc4c868f9d650311a4042678d9d Mon Sep 17 00:00:00 2001 From: Igor Strebezhev Date: Tue, 1 May 2018 22:48:31 +0300 Subject: [PATCH] Fix send_sticker() timeout=20 (#1088) Documentation was correct. Code wasn't. --- telegram/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/bot.py b/telegram/bot.py index a940e686d..0abd853d2 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -545,7 +545,7 @@ class Bot(TelegramObject): disable_notification=False, reply_to_message_id=None, reply_markup=None, - timeout=None, + timeout=20, **kwargs): """Use this method to send .webp stickers.