get_chat_admins_with_invite_links()¶
-
Client.
get_chat_admins_with_invite_links
()¶ Get the list of the administrators that have exported invite links in a chat.
You must be the owner of a chat for this to work.
- Parameters
chat_id (
int
|str
) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username).- Returns
List of
ChatAdminWithInviteLink
– On success, the list of admins that have exported invite links is returned.