# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowbridge.app/documentation/social-integrations/telegram/telegram-specific-variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
