2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Small fixes on webpage.py

This commit is contained in:
Dan 2019-12-30 10:54:49 +01:00
parent d71d9686d7
commit 0e9c7af2e5

View File

@ -77,7 +77,7 @@ class WebPage(Object):
Embedded content height.
duration (``int``, *optional*):
Uknown at the time of writing.
Unknown at the time of writing.
author (``str``, *optional*):
Author of the webpage, eg the Twitter user for a tweet, or the author in an article.
@ -105,7 +105,7 @@ class WebPage(Object):
embed_height: int = None,
duration: int = None,
author: str = None
) -> "pyrogram.WebPage":
):
super().__init__(client)
self.id = id