1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-18 23:48:56 +02:00
OpenIntegrations/docs/en/md/Bitrix24/Chats-and-dialogs-managment/Get-chat-structure.md

34 lines
463 B
Markdown
Raw Normal View History

---
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 |
2024-07-15 21:16:10 +02:00
Returns: Structure of KeyAndValue - Fields structure
<br/>
```sh title="CLI command example"
oint bitrix24 GetChatStructure --empty %empty%
```