mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Add missing info in forward_from_chat (#632)
Added info regarding supergroup in forward_from_chat
This commit is contained in:
parent
de68f83c1f
commit
9cbbf79972
@ -84,7 +84,7 @@ class Message(Object, Update):
|
|||||||
For messages forwarded from users who have hidden their accounts, name of the user.
|
For messages forwarded from users who have hidden their accounts, name of the user.
|
||||||
|
|
||||||
forward_from_chat (:obj:`~pyrogram.types.Chat`, *optional*):
|
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*):
|
forward_from_message_id (``int``, *optional*):
|
||||||
For messages forwarded from channels, identifier of the original message in the channel.
|
For messages forwarded from channels, identifier of the original message in the channel.
|
||||||
|
Loading…
Reference in New Issue
Block a user