Skip to content

Commit df1aff0

Browse files
author
Pietro Albini
committed
Fix wrong method name in the docs
1 parent d7a46d2 commit df1aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/telegram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Available Classes
556556
:param int duration: The message duration, in seconds
557557
:param object extra: An extra reply interface object to attach
558558

559-
.. py:method:: send_file(path, [extra=None])
559+
.. py:method:: reply_with_file(path, [extra=None])
560560
561561
Reply with the generic file found in the *path* to the chat. If the file
562562
you're sending is in reply to another message, set *reply_to* to the ID

0 commit comments

Comments
 (0)