MadelineProto/docs/TD_docs/constructors/chatEventTitleChanged.md

24 lines
486 B
Markdown
Raw Normal View History

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