diff --git a/pyrogram/client/methods/chats/export_chat_invite_link.py b/pyrogram/client/methods/chats/export_chat_invite_link.py index b84b1d3c..16f5bc01 100644 --- a/pyrogram/client/methods/chats/export_chat_invite_link.py +++ b/pyrogram/client/methods/chats/export_chat_invite_link.py @@ -31,6 +31,13 @@ class ExportChatInviteLink(BaseClient): You must be an administrator in the chat for this to work and have the appropriate admin rights. + .. note :: + + Each administrator in a chat generates their own invite links. Bots can't use invite links generated by + other administrators. If you want your bot to work with invite links, it will need to generate its own link + using this method – after this the link will become available to the bot via the :meth:`get_chat` method. + If your bot needs to generate a new invite link replacing its previous one, use this method again. + Args: chat_id (``int`` | ``str``): Unique identifier for the target chat or username of the target channel/supergroup