MadelineProto/docs/TD_docs/constructors/updateNewChat.md

23 lines
698 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: updateNewChat
description: New chat has been loaded/created. This update is guaranteed to come before chat identifier is returned to the client. Chat field changes will be reported through separate updates
---
## Constructor: updateNewChat
[Back to constructors index](index.md)
New chat has been loaded/created. This update is guaranteed to come before chat identifier is returned to the client. Chat field changes will be reported through separate updates
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat|[chat](../constructors/chat.md) | Yes|The chat|
2017-08-25 15:05:53 +02:00
### Type: [Update](../types/Update.md)