From 4cf02c94614599db35eef73ebd18923c188b5eb6 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 20 Jan 2020 00:10:37 -0500 Subject: [PATCH] Update attachment documentation for width/height applying to videos too --- discord/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/message.py b/discord/message.py index 1d9886cb1..bef70341e 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`