mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-31 16:40:53 +01:00
Fix sendPhoto method description (#919)
This commit is contained in:
parent
40113bb3ad
commit
a5c8e98ee7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue