Mention that linked_chat is available only when using get_chat

Closes #629
This commit is contained in:
Dan 2021-02-27 19:08:44 +01:00
parent d7f2bd9030
commit 1afc998061

View File

@ -116,6 +116,7 @@ class Chat(Object):
linked_chat (:obj:`~pyrogram.types.Chat`, *optional*):
The linked discussion group (in case of channels) or the linked channel (in case of supergroups).
Returned only in :meth:`~pyrogram.Client.get_chat`.
"""
def __init__(