DEV Community

Michael Lip
Michael Lip

Posted on

An Anonymous Suggestion Box for a Telegram Group in Under a Minute

Every group organizer eventually needs honest input, and the honest input never arrives through the main chat. Ask "any thoughts on how we run events?" in the thread and you get silence, because the answer people actually hold is one they will not attach their name to. The standard fix is a survey form, which costs you a link-out, an app switch, and usually most of your responses. There is a Telegram-native version: AnonInboxProBot gives each member a personal anonymous inbox link, and members write to you through the bot without their username ever appearing.

The mechanics are simple. You DM the bot and run /link, which produces a t.me link tied to your account. Post or pin that link in the group. Anyone who opens it lands in a chat with the bot, writes their message, and it reaches your inbox with no identity attached. The group chat never sees the exchange, because it never touches the group; it all happens in DMs with the bot. If an answer is worth sharing, the Reply button sends your response back anonymously, and you can turn a question into a public-answer card that shows your reply without ever showing who asked.

Setup is under a minute because nothing gets installed. You do not add the bot to the group, you do not need admin rights, and you do not change a single group setting. The link is just a personal DM gateway; the anonymous inbox guide walks through each step with screenshots. Mentioning the bot inline in a group also produces a one-tap card members can use instead of the pinned link.

Abuse controls matter here, and they are built in rather than bolted on. Sending is capped at 1,000 characters and 20 messages per hour per sender on both tiers. If someone misuses the link, Block silently stops their future messages and they get no notice. On the free tier you can reply to 3 messages a day; Pro is a one-time 150 Stars payment, roughly $3, for unlimited replies plus sender hints that give you partial context without ever exposing a full identity. The trade is deliberate: this is anonymous by design, so if you need attributed feedback, use a poll in the group instead.

What makes it work as a suggestion box specifically is that the loop closes inside Telegram. A member taps the pinned link, writes a suggestion, and gets a reply in the same app minutes later, no email address required. Compare that with a Google Form where answers sit in a spreadsheet nobody reads. For organizers running recurring feedback rounds, asking anonymous questions in a group covers the question-style variant, and posting anonymously covers the case where you as the organizer want to post into your own group without your name attached.

The rate cap deserves a second look because it shapes what the box is for. Twenty messages an hour is far above any legitimate suggestion flow, so the cap only ever bites spammers, and combined with silent Block it means a pinned link stays safe in even a 500-member group. There is no moderation queue to babysit, no settings screen, and no third-party dashboard: the inbox lives where your other DMs live.

The same link works in several groups at once, and it never expires. Someone opening it from a pinned message and someone opening it from your bio look identical to the bot, so you can reuse one inbox everywhere. For deeper variants, the anonymous confession guide covers high-volume confession groups, and the AnonInboxProBot page lists tier limits side by side. If you are building out a full toolkit, the main site indexes every bot in the fleet, each with the same one-time Stars pricing and no subscriptions, and the RSVP bot page if attendance is your next headache.

Timezones and turn-taking are non-issues too, unlike a scheduled feedback call. Members write when they think of something, which is usually within minutes of the meeting or decision that prompted the thought, and delay is where candor dies. The inbox pattern captures the thought while it is still fresh, without asking anyone to compose in public.

One honest limitation: anonymous inboxes only work where the group trusts the organizer not to retaliate, and no bot can manufacture that. What the bot can do is remove the technical excuse. With a pinned link, silence in your next feedback round is a culture signal, not a tooling problem.

Top comments (0)