Language: English | Русский | Español | Português | Türkçe | Deutsch | Français | Bahasa Indonesia | العربية | فارسی | Oʻzbek | हिन्दी | 中文 | اردو | Tagalog | አማርኛ

← Home

Forwarded sender ID hidden in Telegram: reasons and limits

When you forward a message to @print_id_bot, you may see “ID hidden” instead of the sender’s Telegram user ID. Here is why and what you can do.

Why “ID hidden” appears

Telegram lets users control who can see their identity when messages are forwarded. In Settings → Privacy and Security → Forwarded Messages, users can set:

When the sender chooses “Nobody” or restricts it to contacts, the bot cannot show their numeric ID. You see: “ID hidden. The sender can enable forwarding in Telegram privacy settings.”

What the bot shows

Forward sourceWhat you see
User (forwarding allowed)Sender name and User ID
User (forwarding restricted)“ID hidden”
ChannelChannel name and channel ID
Chat (group)Chat name and chat_id

Channel and chat IDs are usually available. User IDs depend on the sender’s privacy settings.

What you cannot do

Developer note

In the update, forward_origin.type can be user, hidden_user, chat, or channel. For hidden_user, only a display name may be present; the numeric ID is not available. Use /dump in @print_id_bot to inspect the structure.

FAQ

Can the sender change settings so I can see their ID?

Yes. If they set “Forwarded Messages” to “Everyone,” the bot can show their ID when you forward. That is their choice.

Does “ID hidden” apply to channels?

No. Channel IDs are typically available when you forward a channel post. Only user identity can be hidden.

Why does the bot show a name but not an ID?

For hidden_user, Telegram may provide a display name (e.g. “John”) but not the numeric ID. Privacy settings block the ID.

Is this a bug in the bot?

No. The bot shows what Telegram provides. Privacy settings limit the data.

Can I use a different bot to get the ID?

No. All bots receive the same update structure. If Telegram hides the ID, no bot can show it.


Forward a message to @print_id_bot to see when ID is available or hidden.

Open @print_id_bot


Related pages