2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 04:48:06 +00:00

Add important note to export_chat_invite_link

This commit is contained in:
Dan 2019-04-30 11:29:54 +02:00
parent 881f3e479a
commit cc9bc56391

View File

@ -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