24 lines
771 B
Markdown
24 lines
771 B
Markdown
---
|
|
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
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# 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 |
|
|
|----------|---------------|----------|-------------|
|
|
|chat|[chat](../constructors/chat.md) | Yes|The chat|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|