Is There an Open-Source Anonymous Message Bot for Telegram?
If you're searching for an open-source anonymous message bot, you're probably after a way to verify what a bot actually does with your messages, rather than trusting a description on a website. That's a reasonable thing to want, so it's worth being upfront: AnonInboxProBot's source code isn't published publicly — you can't read the implementation yourself to verify it line by line.
What you can do instead is check what it discloses about its own data handling in plain terms, and judge whether that's specific enough to trust — rather than a vague "we respect your privacy" line with nothing behind it.
AnonInboxProBot's privacy page states exactly what's stored: incoming messages (owner id, sender id, body) so you can read and reply, a session marker while you're mid-conversation, a link-open counter, and a block list. That's a specific, checkable claim, even without the source code to go with it.
Steps
- Decide what you actually need verified. If auditable source code is a hard requirement, AnonInboxProBot won't meet it — its code isn't public.
- Read the plain-language privacy disclosure instead. The bot's privacy page lists exactly what's stored per message and per account, in specific terms rather than vague reassurance.
- Check what's not stored. The sender's Telegram identity is never shown to the message owner on the free tier — Pro adds limited hints, not full identity — and that's stated directly rather than implied.
- Use it with that trade-off in mind. If a specific, plain-language disclosure is enough for your use case, set up your link with /link on @AnonInboxProBot; if you specifically require an auditable open-source codebase, this isn't that.
Good to know
- AnonInboxProBot's code is not open source or publicly published — there's no repository to review yourself.
- The bot's privacy page describes what's stored in specific terms: message rows, session state, link-open counts, and a block list — not just a general privacy statement.
- The sender's identity is never shown to the recipient on the free tier; Pro adds hints, not full identity — stated directly, not left ambiguous.
- Messages are capped at 1,000 characters and 20 per hour to limit abuse, which is also part of what's disclosed rather than hidden.
- There's no third-party analytics SDK or ad network wired into the bot — usage tracking, where it exists, is internal product-event logging described on the privacy page, not sold or shared externally.
FAQ
- Is AnonInboxProBot open source?
- No — its source code isn't published publicly, so you can't personally audit the implementation. What you can review instead is its plain-language privacy disclosure of exactly what's stored.
- How do I know it won't reveal who sent a message?
- The privacy disclosure states directly that a sender's identity is never shown to the recipient on the free tier, and that Pro only adds limited hints — not the sender's full identity.
- Is there a way to see the bot's code before trusting it?
- Not currently — there's no public repository. If an auditable codebase is a strict requirement for you, this bot won't satisfy it.
- What does it actually store about me?
- For messages you send: the message body and your sender id, so the recipient can read and reply. For your own account: your Telegram id, username, and Pro status. Nothing more, per its privacy page.