From 1afc9980614513347ffca098d449d63242a04837 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 27 Feb 2021 19:08:44 +0100 Subject: [PATCH] Mention that linked_chat is available only when using get_chat Closes #629 --- pyrogram/types/user_and_chats/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/types/user_and_chats/chat.py b/pyrogram/types/user_and_chats/chat.py index 63433809..75c454b5 100644 --- a/pyrogram/types/user_and_chats/chat.py +++ b/pyrogram/types/user_and_chats/chat.py @@ -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__(