MadelineProto/docs/TD_docs/constructors/chatEventTitleChanged.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

24 lines
494 B
Markdown

---
title: chatEventTitleChanged
description: Chat title was changed
---
## Constructor: chatEventTitleChanged
[Back to constructors index](index.md)
Chat title was changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|old\_title|[string](../types/string.md) | Yes|Old title value|
|new\_title|[string](../types/string.md) | Yes|New title value|
### Type: [ChatEventAction](../types/ChatEventAction.md)