mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Add important note to export_chat_invite_link
This commit is contained in:
parent
881f3e479a
commit
cc9bc56391
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue