mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 21:44:51 +00:00
Fix wrong reported type
This commit is contained in:
parent
3f17e88836
commit
2046768a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class SendCachedMedia(BaseClient):
|
|||
A valid file reference obtained by a recently fetched media message.
|
||||
To be used in combination with a file id in case a file reference is needed.
|
||||
|
||||
caption (``bool``, *optional*):
|
||||
caption (``str``, *optional*):
|
||||
Media caption, 0-1024 characters.
|
||||
|
||||
parse_mode (``str``, *optional*):
|
||||
|
|
|
|||
Loading…
Reference in a new issue