We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191e442 commit bd96771Copy full SHA for bd96771
telegram/bot.py
@@ -415,7 +415,7 @@ def sendDocument(self,
415
chat_id: Unique identifier for the message recipient - Chat id.
416
document: File to send. You can either pass a file_id as String to resend a file that
417
is already on the Telegram servers, or upload a new file using multipart/form-data.
418
- 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
419
you send file generated by temp module, for example).
420
caption (Optional[str]): Document caption (may also be used when resending documents by
421
file_id), 0-200 characters.
0 commit comments