> For the complete documentation index, see [llms.txt](https://docs.nextcli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nextcli.com/en/cloud/telegram-bot/telegram-group-channel-management-bot.md).

# Telegram Group/Channel Management Bot

{% hint style="danger" %}

#### Introduction

* Group management bot [@TGHelp](https://t.me/tghelp) is **free and unlimited**!
* [Telegram Group/Channel Management Bot](/en/cloud/telegram-bot/telegram-group-channel-management-bot.md)’s feature set references best practices from the industry. Unlike [Telegram Customer Service Bot](/en/cloud/telegram-bot/telegram-customer-service-bot.md) and [CryptoCurrency Notification Bot](/en/cloud/telegram-bot/cryptocurrency-notification-bot.md), the group‑management bot focuses on assisting admins with **group moderation**, detecting/removing **violations**, **banning spammers**, **custom welcome messages**, **keyword auto‑replies**, and more — all **free**!
  {% endhint %}

{% hint style="success" %}
**How to Use**

Add [@TGHelp](https://t.me/tghelp) to the target group, set it as **Administrator**, and grant all relevant permissions (at least **Delete messages** / **Ban users** / **Unpin**).
{% endhint %}

### Featured Capabilities

{% hint style="info" %}

#### Exclusive Features <a href="#features" id="features"></a>

* **Force follow a channel before speaking in group** — supports multiple groups! Requires the bot to be both **group admin** and **channel admin**.
* **Auto‑unpin posts from linked channels** — when a channel is linked to a group, Telegram auto‑pins synced posts; the bot can auto‑unpin them.
* **Violation scanning skips visible/anonymous admins and the group’s linked channel**, but not ordinary members using their own channels to post.
* **Keyword replies**: <mark style="color:orange;">supports validity periods — great for timed promotions or ads</mark>!
* **Daily/Weekly report** — in development.
* Robust built‑in violation keyword lists; you can also enable/disable categories per your needs.

**Other capabilities**:

* **Join verification**: CAPTCHA / arithmetic / simple acceptance
* **Welcome message**: emoji & button styles supported
* **Keyword auto‑replies**: show rules, promote products, etc.
* **Content protection**:
  * Detect batch joins / flooding / long nicknames / long content / spam users / edits / forwards / forward+reply / content containing @username / content with links / nickname violation terms…
* **Ad‑blocking**: your custom blacklist + optional official lists
* **Protection presets**: anti mass‑join, anti flood, long nickname/content
* **Member management**: manage/export members on the website
* **Whitelist**: whitelisted users bypass protections & keyword checks
* “Hiring, guaranteed 100k/month” — audit logs available for moderator actions

💡Feedback / feature requests [<mark style="color:purple;">@NextCLiCLoud</mark>](https://t.me/NextCLiCLoud)
{% endhint %}

### Get Channel Link ID <a href="#get-channel-link" id="get-channel-link"></a>

Click the channel name → right‑click on the channel ID to **copy link**. Fill the ID after `t.me/` (e.g., `nextcli`) into **Cloud Console → Channel Whitelist**.

<div align="left"><figure><img src="/files/lfwZQqo5Fc4KTJUFXKnb" alt="" width="375"><figcaption></figcaption></figure></div>

### Commands

[@TGHelp Telegram BOT Overview](/en/cloud/telegram-bot/tghelp.md#command-list)

For questions or feature requests, please contact [<mark style="color:purple;">**@NextCLiCloudBOT**</mark>](https://t.me/NextCLiCloudBOT)

End.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nextcli.com/en/cloud/telegram-bot/telegram-group-channel-management-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
