create_group
Create a new Telegram group or supergroup with specified title, initial members, and optional description. Supports both standard and supergroup types.
Instructions
新建一个群。
Args: title: 群名。 users: 初始成员(@username 或 ID);超级群可以给空列表。 megagroup: True 建超级群(推荐,支持话题/管理日志等);False 建旧式小群。 about: 群简介,仅超级群支持。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| about | No | ||
| title | Yes | ||
| users | Yes | ||
| megagroup | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||