mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-29 03:32:49 +01:00
Fix send_sticker() timeout=20 (#1088)
Documentation was correct. Code wasn't.
This commit is contained in:
parent
78fee3c1dc
commit
5ff34fc0ba
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ class Bot(TelegramObject):
|
||||||
disable_notification=False,
|
disable_notification=False,
|
||||||
reply_to_message_id=None,
|
reply_to_message_id=None,
|
||||||
reply_markup=None,
|
reply_markup=None,
|
||||||
timeout=None,
|
timeout=20,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
"""Use this method to send .webp stickers.
|
"""Use this method to send .webp stickers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue