Add docstring
This commit is contained in:
parent
d863f68cab
commit
d728c47142
|
@ -532,7 +532,7 @@ class MediaRepository(object):
|
||||||
media_id (str): The media ID of the content. (This is the same as
|
media_id (str): The media ID of the content. (This is the same as
|
||||||
the file_id for local content)
|
the file_id for local content)
|
||||||
file_id (str): Local file ID
|
file_id (str): Local file ID
|
||||||
media_type (str)
|
media_type (str): The content type of the file
|
||||||
url_cache (bool): If we are thumbnailing images downloaded for the URL cache,
|
url_cache (bool): If we are thumbnailing images downloaded for the URL cache,
|
||||||
used exclusively by the url previewer
|
used exclusively by the url previewer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue