delete_chat_admin_invite_links()#
- Client.delete_chat_admin_invite_links()#
Delete all revoked invite links of an administrator.
Usable by Users Bots- Parameters:
chat_id (
int
|str
) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username).admin_id (
int
|str
) – Unique identifier (int) or username (str) of the target user. For you yourself you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).
- Returns:
bool
– On successTrue
is returned.