@@ -36,10 +36,10 @@ class WebPage(Object):
3636 Display URL for this webpage.
3737
3838 type (``str``, *optional*):
39- Type of webpage, can be `article`, `photo`, `gif`, `video` or `document` afaik. #TODO
39+ Type of webpage preview, known types (at the time of writing) are `article`, `photo`, `gif`, `video` and `document`.
4040
4141 site_name (``str``, *optional*):
42- Site name.
42+ Webpage site name.
4343
4444 title (``str``, *optional*):
4545 Title of this webpage.
@@ -48,25 +48,25 @@ class WebPage(Object):
4848 Description of this webpage.
4949
5050 audio (:obj:`Audio`, *optional*):
51- Webpage is an audio file, information about the file.
51+ Webpage preview is an audio file, information about the file.
5252
5353 document (:obj:`Document`, *optional*):
54- Webpage is a general file, information about the file.
54+ Webpage preview is a general file, information about the file.
5555
5656 photo (:obj:`Photo`, *optional*):
57- Webpage is a photo, information about the photo.
57+ Webpage preview is a photo, information about the photo.
5858
5959 animation (:obj:`Animation`, *optional*):
60- Webpage is an animation, information about the animation.
60+ Webpage preview is an animation, information about the animation.
6161
6262 video (:obj:`Video`, *optional*):
63- Webpage is a video, information about the video.abs
63+ Webpage preview is a video, information about the video.
6464
6565 embed_url (``str``, *optional*):
6666 Embedded content URL.
6767
6868 embed_type (``str``, *optional*):
69- Embedded content type, can be `iframe` #TODO
69+ Embedded content type, like `iframe`
7070
7171 embed_width (``int``, *optional*):
7272 Embedded content width.
@@ -75,10 +75,10 @@ class WebPage(Object):
7575 Embedded content height.
7676
7777 duration (``int``, *optional*):
78- :shrug:
78+ Uknown at the time of writing.
7979
8080 author (``str``, *optional*):
81- Author of the webpage, eg the Twitter user.
81+ Author of the webpage, eg the Twitter user for a tweet, or the author in an article .
8282 """
8383
8484 __slots__ = [
0 commit comments