From 418ad164a04f64ab44630952f8d7782971167f03 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 8 Nov 2020 13:54:25 +0100 Subject: [PATCH] Update Message.author_signature docs --- pyrogram/types/messages_and_media/message.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index 1cf05309..4d70206e 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -124,7 +124,8 @@ class Message(Object, Update): The unique identifier of a media message group this message belongs to. author_signature (``str``, *optional*): - 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 + administrator. text (``str``, *optional*): For text messages, the actual UTF-8 text of the message, 0-4096 characters.