Mention that linked_chat is available only when using get_chat
Closes #629
This commit is contained in:
parent
d7f2bd9030
commit
1afc998061
@ -116,6 +116,7 @@ class Chat(Object):
|
|||||||
|
|
||||||
linked_chat (:obj:`~pyrogram.types.Chat`, *optional*):
|
linked_chat (:obj:`~pyrogram.types.Chat`, *optional*):
|
||||||
The linked discussion group (in case of channels) or the linked channel (in case of supergroups).
|
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__(
|
def __init__(
|
||||||
|
Loading…
Reference in New Issue
Block a user