We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f832df1 commit 418ad16Copy full SHA for 418ad16
1 file changed
pyrogram/types/messages_and_media/message.py
@@ -124,7 +124,8 @@ class Message(Object, Update):
124
The unique identifier of a media message group this message belongs to.
125
126
author_signature (``str``, *optional*):
127
- Signature of the post author for messages in channels.
+ Signature of the post author for messages in channels, or the custom title of an anonymous group
128
+ administrator.
129
130
text (``str``, *optional*):
131
For text messages, the actual UTF-8 text of the message, 0-4096 characters.
0 commit comments