mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
34 lines
461 B
Markdown
34 lines
461 B
Markdown
---
|
|
sidebar_position: 18
|
|
---
|
|
|
|
# Get chats structure
|
|
Get chat fields structure
|
|
|
|
|
|
|
|
`Function GetChatStructure(Val Clear = False) Export`
|
|
|
|
| Parameter | CLI option | Type | Destination |
|
|
|-|-|-|-|
|
|
| Clear | --empty | Boolean | True > structure with empty values, False > field types at values |
|
|
|
|
|
|
Returns: Structure of Key-Value - Fields structure
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
|
|
|
oint bitrix24 GetChatStructure --empty %empty%
|
|
|
|
```
|
|
|
|
|