mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Add a note hinting about basic support for web pages
This commit is contained in:
parent
2d1a7871ea
commit
ac8fc58a06
@ -136,6 +136,9 @@ class Message(Object):
|
||||
|
||||
web_page (``bool``, *optional*):
|
||||
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 members that were added to the group or supergroup and information about them
|
||||
|
Loading…
x
Reference in New Issue
Block a user