How to Moderate a Telegram Group with an AI Bot
Learn how a telegram group moderation bot handles spam, off-topic posts, and repeat questions automatically. Step-by-step setup with TeleClaw.
TeleClaw Team
June 15, 2026
A telegram group moderation bot handles the work that burns out volunteer admins: deleting spam, enforcing rules, answering the same questions, and keeping conversations on topic. Manual moderation breaks down once a group passes a few hundred active members. Messages arrive across every timezone, and one missed scam link can cost you member trust.
This guide walks through how AI-powered moderation works, what to configure first, and how to set up @claw in your group without writing code. If you have never added a bot before, start with our step-by-step guide to adding a bot to a Telegram group.
Key takeaways
- Moderation bots need Delete Messages and Ban Users permissions to act without manual admin clicks.
- Rule-based filters catch obvious spam fast. AI moderation catches context-dependent scams and handles member Q&A in the same bot.
- Start conservative: warn first, review flagged messages for a week, then tighten auto-delete rules.
- Humans stay in the loop for conflicts, sensitive complaints, and policy exceptions.
- One bot beats three: combining moderation, welcome messages, and FAQ answers in TeleClaw reduces bot clutter in your group.
What a Telegram group moderation bot actually does
Moderation is more than deleting spam. A full telegram group moderation bot covers five jobs that active communities need every day.
- Spam and scam removal: Deletes phishing links, crypto scams, and bot floods before most members see them.
- Rule enforcement: Removes off-topic posts, unauthorized promotions, and repeated violations after warnings.
- New member screening: CAPTCHA challenges, account-age checks, and link restrictions for fresh joins.
- Welcome and onboarding: Sends rules, key links, and first-step instructions to new members automatically.
- FAQ deflection: Answers repeat questions from your knowledge base so admins stop typing the same reply.
Dedicated rule-based bots like Rose or Shieldy handle the first three items well. They struggle with the last two because they cannot hold a conversation or pull answers from your documentation.
TeleClaw covers all five in one bot. That matters because Telegram groups work better with fewer bots. Stacking a spam bot, a welcome bot, and an AI assistant creates command conflicts and confuses members. Our best Telegram bots roundup explains why all-in-one tools win for growing communities.
Rule-based moderation vs AI moderation
Most admins start with Telegram’s built-in tools and a rule-based bot. That combination works for small groups. It stops scaling when spammers adapt their wording and when repeat questions eat admin hours.
| Approach | Strengths | Weaknesses |
|---|---|---|
| Telegram native tools | Slow mode, word filters, join approval. Free and simple. | No semantic understanding. Admins must configure every pattern manually. |
| Rule-based bots | Fast keyword and link blocking. CAPTCHA for new joins. Battle-tested filters. | Misses reworded scams. Cannot answer questions. Many false positives on link rules. |
| AI moderation | Reads message context. Catches novel spam patterns. Answers FAQs from your docs. | Needs a knowledge base for accurate Q&A. Requires periodic review of edge cases. |
The practical approach is layered. Use hard rules for obvious patterns: block known scam domains, restrict links from accounts younger than 24 hours, require CAPTCHA on join. Let AI handle everything that needs context.
For example, a rule-based filter might block any message containing “guaranteed returns.” An AI moderation layer recognizes the same scam when someone writes “risk-free 10x in a week” with no banned keywords. That gap is where most growing groups lose quality.
If spam is your main pain point today, our dedicated Telegram anti-spam bot guide covers filter configuration in depth. This article focuses on the full moderation workflow beyond spam alone.
Try TeleClaw for group moderation: add @claw as an admin, upload your group rules to the TeleClaw dashboard, and enable default spam protection in under five minutes.
Step 1: Add the bot with the right permissions
Before any rules take effect, the bot must be a group admin with the correct permissions.
- Open your group and tap the group name to open settings.
- Go to Administrators and tap Add Administrator.
- Search for @claw and select it.
- Enable these permissions:
- Delete messages (required for auto-removal)
- Ban users (required for repeat offenders)
- Restrict members (required for mutes and new-member limits)
- Leave Add new admins and Change group info disabled unless you have a specific reason.
TeleClaw also needs to read messages to evaluate them. That permission is enabled by default for admin bots.
Test the setup by sending /start in the group. The bot should respond with a confirmation message. If it stays silent, check that privacy mode is not blocking group messages. See the troubleshooting section in our add bot guide if responses fail.
Step 2: Enable default moderation rules
Once @claw is admin, open the TeleClaw dashboard and navigate to Moderation. Default rules are already active for common spam patterns.
Start with these defaults before customizing:
- Auto-delete obvious spam: Enabled. Catches link floods, known scam phrases, and duplicate message spam.
- New member link restriction: 24 hours. Fresh accounts cannot post external links immediately after joining.
- CAPTCHA on join: Optional but recommended for public groups. Stops automated bot floods at the door.
- Admin alerts: Send a private message when the bot deletes content or mutes a user.
Run the group normally for seven days with alerts enabled. Review what the bot flags before turning on auto-ban for borderline cases. This calibration period prevents aggressive rules from frustrating legitimate members.

Step 3: Write clear group rules the bot can enforce
Bots enforce what you define. Vague rules produce vague automation. Write your rules in plain language and map each one to a bot action.
Example rule set for a product community:
- No unsolicited promotion: First offense = warning. Second = 24-hour mute. Third = ban.
- Stay on topic: Off-topic posts in the main group get a gentle redirect to the off-topic thread.
- No personal attacks: Immediate delete plus warning. Repeat = mute.
- Search before asking: The bot answers common questions automatically. Admins link to docs instead of retyping.
Paste these rules into your pinned message and into the TeleClaw knowledge base. When a member breaks a rule, the bot can cite the specific rule in its warning rather than sending a generic “please follow the rules” message.
Warn first for minor violations. Mute on repeat within 7 days. Ban only after two mutes or one severe violation like phishing. Document this ladder in your bot settings so enforcement stays consistent even when no human admin is online.
Step 4: Connect your knowledge base for FAQ moderation
Repeat questions are a moderation problem disguised as a support problem. When the same pricing question appears twenty times a day, admins either ignore it or burn out answering it.
Connect TeleClaw to your FAQ, documentation, or Notion pages. When a member asks “What is the refund policy?”, the bot responds immediately with the accurate answer. When someone asks something outside scope, the bot says it will flag an admin rather than guessing.
This reduces off-topic noise because members get answers without starting new threads. It also cuts down on low-quality responses from well-meaning members who answer from memory instead of official policy.
For broader community workflows beyond moderation, see our Telegram community management guide.
Step 5: Configure welcome messages and onboarding
New members cause more moderation load than tenured members. They post links before reading rules. They ask questions that were answered in the pinned message yesterday.
Set an automated welcome flow:
- Immediate DM on join: Rules summary, key links, and where to ask questions.
- First-message prompt: If the new member has not posted within 48 hours, send a gentle nudge with a starter question.
- First question handling: Route their first group message through the FAQ bot so they get a fast, accurate answer.
Welcome automation is not strictly moderation, but it prevents the chaos that creates moderation work later.
When to let the bot act vs when to step in
Not every violation should be automated. Use this decision framework:
- Auto-delete: Obvious spam, phishing links, duplicate flood messages, banned slurs.
- Auto-warn: Off-topic posts, mild self-promotion, first-time rule breaks.
- Flag for admin review: Borderline content, disputes between members, messages mentioning competitors.
- Human only: Account security issues, harassment claims, refund disputes, anything involving personal data.
Configure TeleClaw to ping you privately when content lands in the “flag for review” bucket. Reply in the admin thread to override the bot’s decision. That feedback loop improves accuracy over time.

Common mistakes when setting up moderation bots
These errors show up in almost every group that struggles with bot moderation:
- Too many bots: Three overlapping bots create duplicate deletes and confused members. One capable bot beats a stack of single-purpose tools.
- Aggressive link blocking on day one: Blocking all URLs produces false positives for legitimate resource sharing. Start with new-member link restrictions instead of global blocks.
- No review period: Turning on auto-ban before reviewing a week of flagged messages leads to angry members and lost trust.
- Rules not in the knowledge base: The bot cannot enforce or explain rules it has never seen. Upload your rule document.
- Admin accounts without 2FA: Compromised admin accounts are a major spam vector. Require two-factor authentication for every human admin.
Measuring whether moderation is working
Track these metrics weekly for the first month:
- Spam messages reaching the group: Should drop sharply after bot activation. Target under 5% of incoming messages getting past filters.
- Admin hours on moderation: Time spent deleting spam and answering repeat questions. Most groups report a 50 to 70 percent reduction within 30 days.
- False positive rate: Legitimate messages removed by mistake. Review admin alerts and adjust rules if this exceeds 2 to 3 percent.
- Member retention after join: Welcome flow quality shows up here. Rising 7-day retention means onboarding is working.
If spam volume stays high after two weeks, tighten new-member restrictions before adding more keyword filters. Most persistent spam comes from fresh accounts, not established members.
Frequently asked questions
Get moderation running today
A telegram group moderation bot turns an unmanageable message stream into a community your members want to stay in. Start with default spam protection, add your rules to the knowledge base, and review flagged messages for one week before tightening auto-ban settings.
If you want moderation, welcome flows, and AI-powered Q&A in a single bot, add @claw to your Telegram group and enable moderation in the dashboard. No code required. Most admins have protection active within five minutes.
FAQ
Frequently Asked Questions
What permissions does a Telegram group moderation bot need?
Can an AI moderation bot replace human admins entirely?
How is AI moderation different from rule-based bots like Rose?
Will a moderation bot delete legitimate messages by mistake?
How long does it take to set up a Telegram group moderation bot?
More Reading
Keep Reading
How to Create a Guardian Bot for Your Telegram Group Chat
Telegram Guardian bots screen join requests and enforce group rules with AI. Learn how to build one with TeleClaw in a few prompts, or manually with webhooks.
TeleClaw vs ChatGPT Telegram Bot: Which Should You Use in 2026?
Compare TeleClaw with a ChatGPT Telegram bot for groups and support. See setup time, costs, moderation, and when each option fits in 2026.