mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +00:00
Add filename attribute for single videos
This commit is contained in:
parent
ed449ece9b
commit
a2d435b25f
1 changed files with 2 additions and 1 deletions
|
|
@ -985,7 +985,8 @@ class Client:
|
|||
duration=duration,
|
||||
w=width,
|
||||
h=height
|
||||
)
|
||||
),
|
||||
types.DocumentAttributeFilename(os.path.basename(video))
|
||||
]
|
||||
),
|
||||
silent=disable_notification or None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue