get_chat_invite_link()¶
- Client.get_chat_invite_link(chat_id: int | str, invite_link: str) ChatInviteLink¶
Get detailed information about a chat invite link.
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).invite_link (str) – The invite link.
- Returns:
ChatInviteLink– On success, the invite link is returned.