From 3fe43f8413769a446c4d34f120258eaba682a661 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 17 Mar 2021 18:11:18 +0100 Subject: [PATCH] Update ChatInviteLink docs --- pyrogram/types/user_and_chats/chat_invite_link.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyrogram/types/user_and_chats/chat_invite_link.py b/pyrogram/types/user_and_chats/chat_invite_link.py index cee80dd4..f4803b6a 100644 --- a/pyrogram/types/user_and_chats/chat_invite_link.py +++ b/pyrogram/types/user_and_chats/chat_invite_link.py @@ -29,7 +29,8 @@ class ChatInviteLink(Object): Parameters: invite_link (``str``): - The invite link. + The invite link. If the link was created by another chat administrator, then the second part of the + link will be replaced with "...". date (``int``): The date in Unix timestamp when the link was created.