diff --git a/telegram/bot.py b/telegram/bot.py index 1cb2c8b5b..85e7b5049 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -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.