delete_chat_invite_link()

Delete an already revoked invite link.

Usable by Users Bots
  • chat_id (int | str) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username). You can also use chat public link in form of t.me/<username> (str).

  • invite_link (str) – The revoked invite link to delete.

bool – On success True is returned.