Merge pull request #44 from l1v0n1/docs/add-invite-to-group-to-readme
docs: add invite_to_group function to README
This commit is contained in:
commit
4b077c708e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue