From 2ac8b9365037bce01342db6ad6955ca44b89723d Mon Sep 17 00:00:00 2001 From: anonim <70073044+l1v0n1@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:39:16 +0300 Subject: [PATCH] docs: add invite_to_group function to README Add invite_to_group function to the Chat & Group Management section of the README. This function exists in main.py with @mcp.tool() decorator but was missing from the documentation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eaf46a..2f56cfe 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This MCP server exposes a huge suite of Telegram tools. **Every major Telegram/T - **list_chats(chat_type, limit)**: List chats with metadata and filtering - **get_chat(chat_id)**: Detailed info about a chat - **create_group(title, user_ids)**: Create a new group +- **invite_to_group(group_id, user_ids)**: Invite users to a group or channel - **create_channel(title, about, megagroup)**: Create a channel or supergroup - **edit_chat_title(chat_id, title)**: Change chat/group/channel title - **delete_chat_photo(chat_id)**: Remove chat/group/channel photo