mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Update docstrings
This commit is contained in:
parent
27a96a0df4
commit
859305b744
@ -1050,10 +1050,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1139,10 +1139,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1222,10 +1222,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1290,10 +1290,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1389,10 +1389,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1479,10 +1479,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -1558,10 +1558,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the upload progress.
|
Pass a callback function to view the upload progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes uploaded so far.
|
The amount of bytes uploaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
@ -2566,10 +2566,10 @@ class Client:
|
|||||||
|
|
||||||
progress (:obj:`callable`):
|
progress (:obj:`callable`):
|
||||||
Pass a callback function to view the download progress.
|
Pass a callback function to view the download progress.
|
||||||
The function must accept two arguments (progress, total).
|
The function must accept two arguments (current, total).
|
||||||
|
|
||||||
Other Parameters:
|
Other Parameters:
|
||||||
progress (:obj:`int`):
|
current (:obj:`int`):
|
||||||
The amount of bytes downloaded so far.
|
The amount of bytes downloaded so far.
|
||||||
|
|
||||||
total (:obj:`int`):
|
total (:obj:`int`):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user