mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-01 08:56:27 +01:00
Fix typo
This commit is contained in:
parent
191e442e59
commit
bd96771a7a
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ class Bot(TelegramObject):
|
|||
chat_id: Unique identifier for the message recipient - Chat id.
|
||||
document: File to send. You can either pass a file_id as String to resend a file that
|
||||
is already on the Telegram servers, or upload a new file using multipart/form-data.
|
||||
filename (Optional[str]): File name that shows in telegram message (it is usefull when
|
||||
filename (Optional[str]): File name that shows in telegram message (it is useful when
|
||||
you send file generated by temp module, for example).
|
||||
caption (Optional[str]): Document caption (may also be used when resending documents by
|
||||
file_id), 0-200 characters.
|
||||
|
|
Loading…
Reference in a new issue