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.
This commit is contained in:
anonim 2025-12-25 22:39:16 +03:00
parent 66ae9f6f8e
commit 2ac8b93650

View file

@ -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 - **list_chats(chat_type, limit)**: List chats with metadata and filtering
- **get_chat(chat_id)**: Detailed info about a chat - **get_chat(chat_id)**: Detailed info about a chat
- **create_group(title, user_ids)**: Create a new group - **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 - **create_channel(title, about, megagroup)**: Create a channel or supergroup
- **edit_chat_title(chat_id, title)**: Change chat/group/channel title - **edit_chat_title(chat_id, title)**: Change chat/group/channel title
- **delete_chat_photo(chat_id)**: Remove chat/group/channel photo - **delete_chat_photo(chat_id)**: Remove chat/group/channel photo