View Source ExTDLib.Object.ChatInviteLink (ExTDLib v0.0.4)

Contains a chat invite link.

NameTypeDescription
invite_linkstringChat invite link.
namestringName of the link.
creator_user_idstringUser identifier of an administrator created the link.
datenumberPoint in time (Unix timestamp) when the link was created.
edit_datenumberPoint in time (Unix timestamp) when the link was last edited; 0 if never or unknown.
expiration_datenumberPoint in time (Unix timestamp) when the link will expire; 0 if never.
member_limitnumberThe maximum number of members, which can join the chat using the link simultaneously; 0 if not limited. Always 0 if the link requires approval.
member_countnumberNumber of chat members, which joined the chat using the link.
pending_join_request_countnumberNumber of pending join requests created using this link.
creates_join_requestboolTrue, if the link only creates join request. If true, total number of joining members will be unlimited.
is_primaryboolTrue, if the link is primary. Primary invite link can't have name, expiration date, or usage limit. There is exactly one primary invite link for each administrator with can_invite_users right at a given time.
is_revokedboolTrue, if the link was revoked.

More details on telegram's documentation.