2024-12-29 17:57:09 +03:00
---
sidebar_position: 6
2025-05-05 11:15:20 +03:00
description: Process Telegram Mini App data and other functions to work with Telegram in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
2025-05-05 09:49:19 +03:00
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, Telegram]
2024-12-29 17:57:09 +03:00
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Process Telegram Mini App data
Processes Telegram Mini App data and determines its validity
`Function ProcessTMAData(Val DataString, Val Token) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| DataString | - | String | ✔ | query from Telegram.WebApp.initData |
| Token | - | String | ✔ | Bot token |
Returns: Map of String - Map of data with the result of verification in the passed field
<br/>
:::caution
**NOCLI:** this method is not available in CLI version
:::
<br/>