MadelineProto/docs/TD_docs/constructors/messageGroupChatCreate.md

24 lines
545 B
Markdown
Raw Normal View History

---
title: messageGroupChatCreate
description: New group chat created
---
## Constructor: messageGroupChatCreate
[Back to constructors index](index.md)
New group chat created
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|title|[string](../types/string.md) | Yes|Title of created group chat|
2017-09-29 15:50:59 +02:00
|member\_user\_ids|Array of [int](../types/int.md) | Yes|User identifiers of members of created group chat|
### Type: [MessageContent](../types/MessageContent.md)