Add missing info in forward_from_chat (#632)

Added info regarding supergroup in forward_from_chat
This commit is contained in:
Mystery Boy 2021-03-14 17:12:30 +05:30 committed by GitHub
parent de68f83c1f
commit 9cbbf79972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ class Message(Object, Update):
For messages forwarded from users who have hidden their accounts, name of the user.
forward_from_chat (:obj:`~pyrogram.types.Chat`, *optional*):
For messages forwarded from channels, information about the original channel.
For messages forwarded from channels, information about the original channel. For messages forwarded from anonymous group administrators, information about the original supergroup.
forward_from_message_id (``int``, *optional*):
For messages forwarded from channels, identifier of the original message in the channel.