MadelineProto/docs/TD_docs/constructors/updateChatTitle.md

24 lines
458 B
Markdown
Raw Normal View History

---
title: updateChatTitle
description: Title of chat was changed
---
## Constructor: updateChatTitle
[Back to constructors index](index.md)
Title of chat was changed
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|title|[string](../types/string.md) | Yes|New chat title|
### Type: [Update](../types/Update.md)