|
|
@ -63,7 +63,7 @@ class File(Item[V]): |
|
|
|
media: Union[:class:`str`, :class:`.UnfurledMediaItem`] |
|
|
|
This file's media. If this is a string it must point to a local |
|
|
|
file uploaded within the parent view of this item, and must |
|
|
|
meet the ``attachment://file-name.extension`` structure. |
|
|
|
meet the ``attachment://filename.extension`` structure. |
|
|
|
spoiler: :class:`bool` |
|
|
|
Whether to flag this file as a spoiler. Defaults to ``False``. |
|
|
|
row: Optional[:class:`int`] |
|
|
|