mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add more types in WebPage docs
This commit is contained in:
parent
d363a18e84
commit
dfffa9510a
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ class WebPage(Object):
|
|||
Display URL for this webpage.
|
||||
|
||||
type (``str``, *optional*):
|
||||
Type of webpage preview, known types (at the time of writing) are `article`, `photo`, `gif`, `video` and `document`.
|
||||
Type of webpage preview, known types (at the time of writing) are:
|
||||
`article`, `photo`, `gif`, `video` and `document`,
|
||||
`telegram_user`, `telegram_bot`, `telegram_channel`, `telegram_megagroup`.
|
||||
|
||||
site_name (``str``, *optional*):
|
||||
Webpage site name.
|
||||
|
|
|
|||
Loading…
Reference in a new issue