View Source ExTDLib.Object.ChatFolderInfo (ExTDLib v0.0.4)
Contains basic information about a chat folder.
| Name | Type | Description |
|---|---|---|
| id | number | Unique chat folder identifier. |
| title | string | The title of the folder; 1-12 characters without line feeds. |
| icon | chatFolderIcon | The chosen or default icon for the chat folder. |
| is_shareable | bool | True, if at least one link has been created for the folder. |
| has_my_invite_links | bool | True, if the chat folder has invite links created by the current user. |
More details on telegram's documentation.