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:
parent
881f3e479a
commit
cc9bc56391
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user