Open a Telegram chat with any username or phone number without adding the contact. Free click-to-chat link generator — instant, private, no signup, no app install required.
The Tooloogle Direct Telegram tool turns any Telegram username (such as ``@durov``) or phone number with country code (such as ``+919876543210``) into a tappable ``t.me`` link that opens a chat with that person — without first saving them to your contacts and without exposing your address book to the Telegram app. Type the username or number, optionally type a message to pre-fill, hit Open in Telegram, and the chat appears in Telegram Web, Telegram Desktop, or the Telegram mobile app. No signup, no API key, no third-party server in the middle — the link is generated entirely in your browser. Ideal for businesses publishing one-tap chat links on landing pages, customer-support agents pinging a one-off contact, freelancers letting clients reach them without leaking a personal handle, and anyone who'd rather not pollute their phone's contact list with every number they message once.
Telegram's public deep-link format is ``https://t.me/{username}`` for username chats and ``https://t.me/+{international_phone}`` for phone-number chats. Tap either URL on a device with Telegram installed and the app opens directly to that conversation; on the desktop, Telegram Web or Telegram Desktop handles the URL. The Tooloogle tool builds that URL for you: it auto-detects whether you typed a username (5–32 letters/digits/underscores starting with a letter, with or without a leading ``@``) or a phone number (digits with optional ``+``, ``-``, or spaces), normalises the input, optionally appends an URL-encoded ``?text=…`` parameter for a pre-filled message draft, and navigates to the resulting ``t.me`` URL when you submit the form. The whole conversion happens in your browser using a tiny piece of JavaScript — nothing about your input is logged, sold, or sent to a Tooloogle server.
Username or phone — one input field accepts either format. The tool auto-detects which one you typed and builds the correct URL.
Optional pre-filled message — type a draft in the second box and Telegram opens with that text already in the message composer (works best on Telegram Web and Telegram Desktop; the Android and iOS apps respect the parameter on most recent versions).
Country-code phone support — spaces and dashes are stripped automatically, so ``+91 98765 43210`` and ``+91-98765-43210`` and ``+919876543210`` all produce the same valid link.
No contact saved — you never need to add the recipient to your phone book. Useful for one-off conversations and for keeping your contact list clean.
No signup, no API key — works without a Telegram Bot API token, without OAuth, without any account beyond your own Telegram login.
Browser-only — the URL is built in your browser. No phone numbers, usernames, or message drafts ever reach Tooloogle servers. Verify with the DevTools Network tab.
Works everywhere Telegram works — Telegram Web (web.telegram.org), Telegram Desktop (Windows, macOS, Linux), Telegram Android, Telegram iOS, and even Telegram X — all handle ``t.me`` deep links.
Shareable links — the generated URL can be copied from your browser's address bar after submit and pasted into emails, websites, business cards, QR codes, NFC tags, or marketing campaigns.
Type the username or phone number. Usernames can be entered with or without the leading ``@`` (e.g. ``@durov`` or ``durov``). Phone numbers must include the country code and a leading ``+`` (e.g. ``+15551234567``); spaces and dashes are removed automatically.
Optionally type a message. The message will appear pre-typed in Telegram's message composer; the recipient won't see anything until you actually press send inside Telegram.
Click Open in Telegram. The browser navigates to the appropriate ``t.me/{username}`` or ``t.me/+{phone}`` URL. If Telegram Desktop or the Telegram mobile app is installed, the OS prompts to open it; otherwise Telegram Web takes over in the same tab.
Send the message in Telegram. The chat is now open. If you typed a draft, edit or send it as-is; otherwise compose a fresh message. The recipient sees your normal Telegram identity (display name and, if set, your username) — not your phone number, unless they already have you saved.
Username (``@something``) is the preferred and more reliable identifier. It's the user's public handle on Telegram and works regardless of whether either party has the other's phone number. Username links never expire and never leak your phone number. They also produce the most predictable behavior across Telegram clients. Use a username link whenever the recipient has set one (most public-facing accounts, businesses, channels, and bots do).
Phone number links work for any Telegram user, even one without a public username. They're ideal for sales teams who collect leads by phone number but don't want sales reps to add every prospect to their personal contacts, for community organisers contacting members listed in a roster, and for one-off transactional conversations. The phone number must be the one the recipient registered with Telegram — if they registered with a different number, the link will fail. Telegram's phone-number lookup is rate-limited per account, so high-volume use of phone-number links from a single Telegram account can trigger temporary restrictions; usernames don't have that limitation.
Customer-support agents at SaaS companies who handle Telegram inquiries from a shared inbox and don't want every customer permanently saved to the support phone's contact list. Sales reps following up on a lead by phone number captured from a web form, where the goal is a single conversation rather than a long-term contact relationship. Marketing teams putting a one-tap Chat with us on Telegram button on a landing page or in an email campaign — the generated ``t.me`` link can be embedded in any HTML ```` tag, used as the destination of a QR code, or written to an NFC tag. Freelancers, consultants, and content creators who want to give followers a chat link without revealing the personal phone number behind the Telegram account. Community moderators welcoming new members of a public channel or group with a one-on-one onboarding chat. Recruiters reaching out to candidates listed by phone number without bloating their personal address book. Event organisers messaging speakers, sponsors, or attendees through a temporary one-off conversation. Cross-border business communication where saving an international number to the local phone book would clutter the contact list and trigger SIM-roaming surprises. Internal IT and DevOps teams pinging an on-call engineer by phone number from a runbook without adding everyone's pager number to their personal phone. Affiliate marketers and influencers publishing a single shareable Telegram link in a bio (Instagram, X, TikTok, LinkedIn) that opens a direct chat for paid promotions or fan questions.
Once you understand the underlying URLs, you can build them by hand or automate generation in any language. The Tooloogle tool wraps these formats with input validation and a clean UI:
Username chat: ``https://t.me/{username}`` — opens a one-on-one chat with the user whose public username is ``{username}``. Example: ``https://t.me/durov``.
Phone-number chat: ``https://t.me/+{international_phone_digits}`` — opens a one-on-one chat with the user registered under the phone number. Example: ``https://t.me/+15551234567``. The leading ``+`` is required and digits only after it.
Pre-filled message: append ``?text={URL_encoded_message}``. Example: ``https://t.me/durov?text=Hello%20world``. The recipient does not see the message until you actually press send in Telegram.
Channel or group: ``https://t.me/{channelname}`` — opens a public channel or group. Use the channel's public link, not a username, for a private invite link of the form ``https://t.me/+abcDEF123``.
Bot start command: ``https://t.me/{botname}?start={start_payload}`` — opens a chat with the bot and triggers the ``/start`` command with a deep-link payload. Out of scope for this tool; use the Telegram Bot API for advanced flows.
Share a URL via Telegram: ``https://t.me/share/url?url={URL}&text={text}`` — opens Telegram's "forward to" picker rather than a direct chat with a specific person. Use the Tooloogle tool for direct chats; use ``share/url`` when you want the user to choose a recipient.
Prefer username-based links over phone-number links whenever the recipient has a public username — they're more reliable and don't leak phone numbers. When publishing a chat link on a public website or social media, use a username link only; phone-number links are best kept private. Always test the generated link from a device that doesn't have the recipient saved as a contact, to confirm the chat opens correctly and your identity displays the way you expect (display name, username, and profile photo). When pre-filling a message, keep it short and friendly — long pre-filled messages get truncated by some Telegram clients and look spammy. URL-encoding is handled by the tool, but if you build the URL by hand, remember to encode spaces as ``%20``, newlines as ``%0A``, and special characters via ``encodeURIComponent``. For business landing pages, pair the chat link with a privacy notice ("Tap to chat with us on Telegram") and a fallback contact channel (email or web form) for users who don't use Telegram. For QR-code campaigns, generate the QR from the same ``t.me`` URL using the Tooloogle Barcode Generator — one tap on the camera opens Telegram directly. Avoid sending unsolicited bulk messages via phone-number links: Telegram's anti-spam systems can rate-limit or restrict your account.
The Tooloogle Direct Telegram tool builds the ``t.me`` URL entirely in your browser. The username, phone number, and pre-filled message you type never leave your device — no Tooloogle server sees them, no analytics events carry them, no third-party tracker is involved. Open your browser's DevTools Network tab while typing into the form: you'll see zero outbound network traffic. The only network call happens when you click Open in Telegram, at which point your browser navigates to the ``t.me`` URL — and that request goes straight to Telegram, not through Tooloogle. This makes the tool safe for confidential business contacts, sensitive sales leads, journalist–source communication, and any other context where a third-party logging service would be unacceptable. The recipient's privacy is also preserved: nothing about them is sent anywhere either, and they will only learn you contacted them when you actually send a message inside Telegram.
One field, two formats — type a username or a phone number and the tool figures out the right URL. Optional pre-filled message saves the recipient (and you) a few seconds and works across Telegram Web, Telegram Desktop, and the modern mobile apps. Browser-only generation means your inputs are private and the tool works offline once the page has loaded. No signup, no API key, no Bot API plumbing — just the clean ``t.me`` link Telegram itself documents. Bookmark the page next to your CRM, your support inbox, your email signature template, and your QR-code generator. Pair the generated link with the Tooloogle QR Code Generator to print a chat-on-Telegram QR code for business cards, posters, and packaging. If you're building a similar one-tap link for WhatsApp instead, see the Tooloogle Direct WhatsApp Message tool. For broader social-share buttons, see the Tooloogle Email Template Generator. For URL safety and shortening before publishing your link, see the rest of the Tooloogle Web & Communication toolkit.
How to Use Send Direct Telegram Message Without Saving Number
Enter or paste the content you want to process using the send direct telegram message without saving number.
Adjust any available settings or options to customize the output.
View, copy, or download your processed results instantly.
Open a Telegram chat with any username or phone number without adding the contact. Free click-to-chat link generator — instant, private, no signup, no app install required.
Tool Use:
3Type:
Free ToolPrivacy:
Client SideSend a WhatsApp message to any number without saving it to your contacts. Free, instant, no signup — perfect for businesses and one-off chats.
Generate custom QR codes for URLs, vCards, Wi-Fi, text, and more — high-resolution PNG and SVG download, free.
Validate email addresses online with strict format and TLD checks. Free browser-based email validator and verifier — instant, accurate, no signup.
Convert dates between DD/MM/YYYY, MM/DD/YYYY, YYYY-MM-DD, and 20+ other date formats. Free online date format converter with custom format support and one-click copy.
Calculate the purity percentage and pure gold weight of any jewellery using its karat rating — free and instant.