mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Add missing info in forward_from_chat (#632)
Added info regarding supergroup in forward_from_chat
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user