aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/message.py b/discord/message.py
index 1d9886cb..bef70341 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -53,9 +53,9 @@ class Attachment:
size: :class:`int`
The attachment size in bytes.
height: Optional[:class:`int`]
- The attachment's height, in pixels. Only applicable to images.
+ The attachment's height, in pixels. Only applicable to images and videos.
width: Optional[:class:`int`]
- The attachment's width, in pixels. Only applicable to images.
+ The attachment's width, in pixels. Only applicable to images and videos.
filename: :class:`str`
The attachment's filename.
url: :class:`str`