mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +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.
|
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:
|
Args:
|
||||||
chat_id (``int`` | ``str``):
|
chat_id (``int`` | ``str``):
|
||||||
Unique identifier for the target chat or username of the target channel/supergroup
|
Unique identifier for the target chat or username of the target channel/supergroup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user