tg_create_group
Create a Telegram supergroup or channel, and optionally invite users right away using their IDs, usernames, or exact titles.
Instructions
Create a supergroup or a channel and optionally invite people right away.
Args: title: name of the new chat. users: who to invite (ids, @usernames or exact titles). kind: "group" (supergroup) or "channel" (broadcast). about: description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | group | |
| about | No | ||
| title | Yes | ||
| users | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |