MadelineProtoDocs/docs/TD_docs/methods/createNewGroupChat.md

25 lines
767 B
Markdown

---
title: createNewGroupChat
description: Creates new group chat and send corresponding messageGroupChatCreate, returns created chat
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: createNewGroupChat
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new group chat and send corresponding messageGroupChatCreate, returns created chat
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|user\_ids|Array of [int](../types/int.md) | Identifiers of users to add to the group | Yes|
|title|[string](../types/string.md) | Title of new group chat, 1-255 characters | Yes|
### Return type: [Chat](../types/Chat.md)