mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-10 08:34:52 +00:00
flake8 errors
This commit is contained in:
parent
17a2589891
commit
9687ef2820
1 changed files with 5 additions and 6 deletions
|
|
@ -18,12 +18,11 @@
|
||||||
|
|
||||||
import pyrogram
|
import pyrogram
|
||||||
from pyrogram.api import types
|
from pyrogram.api import types
|
||||||
from .photo import Photo
|
|
||||||
from ..object import Object
|
from ..object import Object
|
||||||
|
|
||||||
|
|
||||||
class WebPage(Object):
|
class WebPage(Object):
|
||||||
#TODO: hash, cached_page
|
# TODO: hash, cached_page
|
||||||
"""A webpage preview
|
"""A webpage preview
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
@ -110,7 +109,7 @@ class WebPage(Object):
|
||||||
embed_height: int = None,
|
embed_height: int = None,
|
||||||
duration: int = None,
|
duration: int = None,
|
||||||
author: str = None
|
author: str = None
|
||||||
) -> "pyrogram.WebPage" :
|
) -> "pyrogram.WebPage":
|
||||||
super().__init__(client)
|
super().__init__(client)
|
||||||
|
|
||||||
self.id = id
|
self.id = id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue