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>.

NameTypeDescription
chat_idstringChat identifier.
invite_linkstringInvite link to get.

More details on telegram's documentation.