Skip to content

Commit 5571888

Browse files
authored
Add mentioned docstrings
1 parent 0943761 commit 5571888

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • pyrogram/client/types/messages_and_media

pyrogram/client/types/messages_and_media/message.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ class Message(Object):
5555
For replies, the original message. Note that the Message object in this field will not contain
5656
further reply_to_message fields even if it itself is a reply.
5757
58+
mentioned (``bool``, *optional*):
59+
The message contains a mention.
60+
5861
edit_date (``int``, *optional*):
5962
Date the message was last edited in Unix time.
6063

0 commit comments

Comments
 (0)