mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23:04:51 +00:00
Add a note hinting about basic support for web pages
This commit is contained in:
parent
2d1a7871ea
commit
ac8fc58a06
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ class Message(Object):
|
||||||
|
|
||||||
web_page (``bool``, *optional*):
|
web_page (``bool``, *optional*):
|
||||||
Message was sent with a webpage preview.
|
Message was sent with a webpage preview.
|
||||||
|
**Note:** Support for web pages is still basic; a simple boolean is set in case the message contains a
|
||||||
|
web page preview. In future versions this property could turn into a full web page object that contains
|
||||||
|
more details.
|
||||||
|
|
||||||
new_chat_members (List of :obj:`User <pyrogram.User>`, *optional*):
|
new_chat_members (List of :obj:`User <pyrogram.User>`, *optional*):
|
||||||
New members that were added to the group or supergroup and information about them
|
New members that were added to the group or supergroup and information about them
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue