2024-08-13 10:24:12 +00:00
|
|
|
---
|
|
|
|
sidebar_position: 21
|
|
|
|
---
|
|
|
|
|
|
|
|
# Get chats structure
|
|
|
|
Get chat fields structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`Function GetChatStructure(Val Clear = False) Export`
|
|
|
|
|
2024-08-13 15:52:26 +03:00
|
|
|
| Parameter | CLI option | Type | Description |
|
|
|
|
|-|-|-|-|
|
|
|
|
| Clear | --empty | Boolean | True > structure with empty values, False > field types at values |
|
2024-08-13 10:24:12 +00:00
|
|
|
|
2024-08-13 15:52:26 +03:00
|
|
|
|
|
|
|
Returns: Structure of KeyAndValue - Fields structure
|
2024-08-13 10:24:12 +00:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-08-13 15:52:26 +03:00
|
|
|
```bsl title="Code example"
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2024-08-13 10:24:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
2024-08-13 15:52:26 +03:00
|
|
|
|
|
|
|
oint bitrix24 GetChatStructure --empty %empty%
|
2024-08-13 10:24:12 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
|
2024-08-13 15:52:26 +03:00
|
|
|
```json title="Result"
|
2024-08-13 10:24:12 +00:00
|
|
|
|
2024-08-13 15:52:26 +03:00
|
|
|
```
|