--- sidebar_position: 6 --- 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
:::caution **NOCLI:** this method is not available in CLI version :::
```bsl title="1C:Enterprise/OneScript code example" ```