> For the complete documentation index, see [llms.txt](https://docs.flowbridge.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowbridge.app/documentation/social-integrations/telegram/telegram-specific-variables.md).

# Telegram Specific Variables

As part of FlowBridge Connect functionality, we will populate your flow with specific variable that you can use at your own will. All you need to do is create the variable name in Voiceflow and FlowBridge Connect will automatically populate them with information

Here are the Telegram specific variables you can create:

| Variable Name        | Value   | Description                                                                                                          |
| -------------------- | ------- | -------------------------------------------------------------------------------------------------------------------- |
| user\_name           | String  | The first name of the user's account.                                                                                |
| telegram\_id         | Integer | Telegram session ID (user ID for DMs, formatted for groups)                                                          |
| channel              | String  | the channel the user is communicating on. It will be "telegram" for Telegram conversations                           |
| telegram\_chat\_type | String  | Type of chat: 'private', 'group', 'supergroup', or 'channel'                                                         |
| telegram\_chat\_id   | Integer | <p>Chat ID where message was sent<br>Example:</p><p><code>123456789</code> (DM), <code>-987654321</code> (group)</p> |
| channel\_user\_id    | Integer | Telegram user ID (e.g., `123456789`)                                                                                 |

For more information on the variables, check out the [Automatically Populated Variables page](/documentation/basics/automatically-populated-variables.md)
