View Source ExTDLib.Method.GetChatInviteLinks (ExTDLib v0.0.4)

Returns invite links for a chat created by specified administrator. 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<ChatInviteLinks>.

NameTypeDescription
chat_idstringChat identifier.
creator_user_idstringUser identifier of a chat administrator. Must be an identifier of the current user for non-owner.
is_revokedboolPass true if revoked links needs to be returned instead of active or expired.
offset_datenumberCreation date of an invite link starting after which to return invite links; use 0 to get results from the beginning.
offset_invite_linkstringInvite link starting after which to return invite links; use empty string to get results from the beginning.
limitnumberThe maximum number of invite links to return; up to 100.

More details on telegram's documentation.