From bd96771a7ae99886d459d6c764ccd4e26a0c8dfe Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sat, 7 Jan 2017 23:05:58 +0200 Subject: [PATCH] Fix typo --- telegram/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.