diff --git a/pyrogram/client/types/messages_and_media/message.py b/pyrogram/client/types/messages_and_media/message.py index de2f51b1..8dc05661 100644 --- a/pyrogram/client/types/messages_and_media/message.py +++ b/pyrogram/client/types/messages_and_media/message.py @@ -186,6 +186,9 @@ class Message(PyrogramType, Update): web page preview. In future versions this property could turn into a full web page object that contains more details. + poll (:obj:`Poll `, *optional*): + Message is a native poll, information about the poll. + new_chat_members (List of :obj:`User `, *optional*): New members that were added to the group or supergroup and information about them (the bot itself may be one of these members).