Skip to content

Commit 9cbbf79

Browse files
authored
Add missing info in forward_from_chat (#632)
Added info regarding supergroup in forward_from_chat
1 parent de68f83 commit 9cbbf79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/types/messages_and_media/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Message(Object, Update):
8484
For messages forwarded from users who have hidden their accounts, name of the user.
8585
8686
forward_from_chat (:obj:`~pyrogram.types.Chat`, *optional*):
87-
For messages forwarded from channels, information about the original channel.
87+
For messages forwarded from channels, information about the original channel. For messages forwarded from anonymous group administrators, information about the original supergroup.
8888
8989
forward_from_message_id (``int``, *optional*):
9090
For messages forwarded from channels, identifier of the original message in the channel.

0 commit comments

Comments
 (0)