What is TelegramBot?
TelegramBot is Telegram's web crawler that fetches webpage content to generate Instant View pages and link previews for users, enabling rich content display directly within the messaging app. Agent Analytics can track when it visits your website.
Overview
| Operated By | Telegram |
| Source | Official Website |
| Expected To Follow Robots.txt | No |
| Insights Last Updated | August 11, 2026 |
Do you operate this agent? Contact us to suggest an update.
Category
Expected Behavior
TelegramBot usually makes a single request within seconds of a URL being shared, without crawling further. Traffic rises and falls with sharing activity, so a widely circulated link can produce a sharp burst of fetches.
TelegramBot's User Agent
| User Agent | TelegramBot (like TwitterBot) |
How To Block TelegramBot With Robots.txt
Add this rule to your robots.txt file to request that TelegramBot not access your website, or use Automatic Robots.txt to request the same of all fetchers at once. You can customize which pages are blocked by swapping out / for a different path.
User-agent: TelegramBot # https://knownagents.com/agents/telegrambot
Disallow: /
Global Statistics for TelegramBot
As of August 11, 2026, this data reflects agent visits measured across thousands of websites using Agent Analytics, combined with daily scans of the top 1000 websites and their robots.txt files.
Robots.txt Blocked Percentage
Country of Origin
Robots.txt Blocking Trend
2% of top websites block TelegramBot in their robots.txt files.
Overall Fetcher Traffic
2.6% of all web traffic came from fetchers.
Top Visited Website Categories
The types of websites most frequently visited by TelegramBot.
Frequently Asked Questions
Should I Block TelegramBot?
Usually not. Blocking TelegramBot may leave shared links without a title or image, making them less inviting to click. If it begins fetching at unexpected volume, try rate limiting before blocking it outright. For context, 2% of the top websites we track currently have robots.txt rules for TelegramBot.
Does TelegramBot Follow Robots.txt Rules?
No. TelegramBot is not expected to follow robots.txt directives, so a disallow rule only communicates your preference. Enforce the block with firewall or server rules, then use Agent Analytics to verify that its requests stop.
Does TelegramBot Access Private Content?
No. TelegramBot has no credentials and should access only the public URL and assets needed for a preview. It does not continue through the rest of your site.
Why Is TelegramBot Visiting My Website?
Someone shared a link to your page. TelegramBot fetched it to build a preview card, and each new share may trigger another request. A spike often means your content is circulating more widely.
How Can I Tell if TelegramBot Is Visiting My Website?
Agent Analytics tracks TelegramBot visits in real time alongside every other known AI agent, crawler, and scraper. You can also check your server logs for requests whose user-agent string contains "TelegramBot". Look for a page and its preview assets being requested without follow-up navigation. Because TelegramBot does not publish a verification method, any client can claim its identity and a log match is only a clue.