1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:56:55 +01:00
MadelineProto/docs/TD_docs/constructors/updateChatTitle.md
2017-08-25 14:43:29 +02:00

24 lines
458 B
Markdown

---
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 |
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|title|[string](../types/string.md) | Yes|New chat title|
### Type: [Update](../types/Update.md)