View Source ExTDLib.Method.GetChatInviteLink (ExTDLib v0.0.4)
Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links. Returns object_ptr<ChatInviteLink>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| invite_link | string | Invite link to get. |
More details on telegram's documentation.