Create a Group
View All Telegram Messaging API APIs →Create a basic Telegram group with a title and an initial set of participants. Send a JSON body with name and participants (an array of peer strings resolving to users, e.g. ["@alice","+8613800138000"]). Returns the created chat's peer ids for immediate follow-up operations.
API Features
One-call creation Create a named group and seed it with participants in a single request
Returns chat ids Get the new group's peer ids for immediate follow-up
Bulk seeding Provide multiple participants at once via the participants array
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
POST
/api/project/telegram-messaging/create-group API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Spin up support or project groups on demand from your app
- Create cohort or campaign groups seeded with a known audience
- Automate onboarding by grouping a customer with their account team