PageRelatedArticle¶
-
class
pyrogram.api.types.
PageRelatedArticle
(url: str, webpage_id: int, title: str = None, description: str = None, photo_id: int = None, author: str = None, published_date: int = None)¶ -
ID
¶ 0xb390dc08
Parameters: - url –
str
- webpage_id –
int
64-bit
- title (optional) –
str
- description (optional) –
str
- photo_id (optional) –
int
64-bit
- author (optional) –
str
- published_date (optional) –
int
32-bit
-