mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +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%
|
||
|
|
||
|
```
|
||
|
|
||
|
|