From a5c8e98ee787c0f4bc353f37c0c7074744bba04c Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Wed, 6 Dec 2017 15:24:34 +0300 Subject: [PATCH] Fix sendPhoto method description (#919) --- telegram/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/bot.py b/telegram/bot.py index 9cc15b4c0..3c976d31d 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -340,7 +340,7 @@ class Bot(TelegramObject): """Use this method to send photos. Note: - The video argument can be either a file_id, an URL or a file from disk + The photo argument can be either a file_id, an URL or a file from disk ``open(filename, 'rb')`` Args: