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.