diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 1851b04..b09b050 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -543,7 +543,7 @@ Media dicts | |||
543 | # Returns the following dictionary: | 543 | # Returns the following dictionary: |
544 | { | 544 | { |
545 | 'id': # The ID of the attachment. | 545 | 'id': # The ID of the attachment. |
546 | 'type': # Media type: 'image', 'video', 'gifv' or 'unknown'. | 546 | 'type': # Media type: 'image', 'video', 'gifv', 'audio' or 'unknown'. |
547 | 'url': # The URL for the image in the local cache | 547 | 'url': # The URL for the image in the local cache |
548 | 'remote_url': # The remote URL for the media (if the image is from a remote instance) | 548 | 'remote_url': # The remote URL for the media (if the image is from a remote instance) |
549 | 'preview_url': # The URL for the media preview | 549 | 'preview_url': # The URL for the media preview |