# Telegram Username History

{% hint style="info" %}
To use this function in [@BlockFlexBot](https://t.me/BlockFlexBot), simply type in the command '/user @username'

Find out more about the usage limits here
{% endhint %}

This function allows users to scan any Telegram username and retrieve a history of previous usernames associated with the account. This enables users to easily verify project team members on Telegram as part of the process of assessing the team's legitimacy.

In Telegram, each user is assigned a unique numerical ID that remains unchanged throughout the account's active period. As a result, our data is highly accurate, as all information is determined based on the User ID and observed usernames.

### What would our scan results consist?

1. Any previous usernames used by the User ID & Date seen

> If there are no results of any previous usernames, it would not be considered a successful scan. Hence not taking up any of your daily quota.


---

# 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://blockflex.gitbook.io/blockflex/functionalities/telegram-username-history.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.
