MadelineProto/docs/TD_docs/constructors/chatEventDescriptionChanged.md

24 lines
542 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: chatEventDescriptionChanged
2017-12-21 21:08:25 +01:00
description: Chat description was changed
2017-08-25 15:05:53 +02:00
---
## Constructor: chatEventDescriptionChanged
[Back to constructors index](index.md)
2017-12-21 21:08:25 +01:00
Chat description was changed
2017-08-25 15:05:53 +02:00
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|old\_description|[string](../types/string.md) | Yes|Old description value|
|new\_description|[string](../types/string.md) | Yes|New description value|
### Type: [ChatEventAction](../types/ChatEventAction.md)