MadelineProto/docs/TD_docs/constructors/chatEventTitleChanged.md

24 lines
494 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: chatEventTitleChanged
2017-12-21 21:08:25 +01:00
description: Chat title was changed
2017-08-25 15:05:53 +02:00
---
## Constructor: chatEventTitleChanged
[Back to constructors index](index.md)
2017-12-21 21:08:25 +01:00
Chat title was changed
2017-08-25 15:05:53 +02:00
### 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)