Fix send_sticker() timeout=20 (#1088)

Documentation was correct. Code wasn't.
This commit is contained in:
Igor Strebezhev 2018-05-01 22:48:31 +03:00 committed by Noam Meltzer
parent 78fee3c1dc
commit 5ff34fc0ba

View file

@ -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.