1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-05 15:15:50 +02:00

34 lines
462 B
Markdown
Raw Normal View History

---
sidebar_position: 21
---
# 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 KeyAndValue - Fields structure
<br/>
```sh title="CLI command example"
oint bitrix24 GetChatStructure --empty %empty%
```