TDLib v0.0.2 TDLib.Object.ChatInviteLinkInfo View Source
Contains information about a chat invite link.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the invite link; 0 if the user is not a member of this chat. |
| type | ChatType | Contains information about the type of the chat. |
| title | string | Title of the chat. |
| photo | chatPhoto | Chat photo; may be null. |
| member_count | number | Number of members. |
| member_user_ids | number[] | User identifiers of some chat members that may be known to the current user. |
| is_public | bool | True, if the chat is a public supergroup or channel with a username. |
More details on telegram’s documentation.