View Source ExTDLib.Object.ChatInviteLinkInfo (ExTDLib v0.0.4)
Contains information about a chat invite link.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the invite link; 0 if the user has no access to the chat before joining. |
| accessible_for | number | If non-zero, the amount of time for which read access to the chat will remain available, in seconds. |
| type | InviteLinkChatType | Type of the chat. |
| title | string | Title of the chat. |
| photo | chatPhotoInfo | Chat photo; may be null. |
| accent_color_id | number | Identifier of the accent color for chat title and background of chat photo. |
| description | string | Chat description. |
| member_count | number | Number of members in the chat. |
| member_user_ids | string | User identifiers of some chat members that may be known to the current user. |
| creates_join_request | bool | True, if the link only creates join request. |
| is_public | bool | True, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup. |
| is_verified | bool | True, if the chat is verified. |
| is_scam | bool | True, if many users reported this chat as a scam. |
| is_fake | bool | True, if many users reported this chat as a fake account. |
More details on telegram's documentation.