View Source ExTDLib.Object.ChatPosition (ExTDLib v0.0.4)
Describes a position of a chat in a chat list.
| Name | Type | Description |
|---|---|---|
| list | ChatList | The chat list. |
| order | string | A parameter used to determine order of the chat in the chat list. Chats must be sorted by the pair (order, chat.id) in descending order. |
| is_pinned | bool | True, if the chat is pinned in the chat list. |
| source | ChatSource | Source of the chat in the chat list; may be null. |
More details on telegram's documentation.