diff --git a/pyrogram/client/types/messages_and_media/message.py b/pyrogram/client/types/messages_and_media/message.py index 19bdd067..2c7a97ff 100644 --- a/pyrogram/client/types/messages_and_media/message.py +++ b/pyrogram/client/types/messages_and_media/message.py @@ -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 `, *optional*): New members that were added to the group or supergroup and information about them