View Source ExTDLib.Object.ChatInviteLinkMember (ExTDLib v0.0.4)
Describes a chat member joined a chat via an invite link.
| Name | Type | Description |
|---|---|---|
| user_id | string | User identifier. |
| joined_chat_date | number | Point in time (Unix timestamp) when the user joined the chat. |
| via_chat_folder_invite_link | bool | True, if the user has joined the chat using an invite link for a chat folder. |
| approver_user_id | string | User identifier of the chat administrator, approved user join request. |
More details on telegram's documentation.