MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeAbout.md

31 lines
877 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "channelAdminLogEventActionChangeAbout"
description: "The description was changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionChangeAbout
[Back to constructors index](/API_docs/constructors/index.html)
The description was changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|prev\_value|[string](/API_docs/types/string.html) | Yes|Previous description|
|new\_value|[string](/API_docs/types/string.html) | Yes|New description|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionChangeAbout = ['_' => 'channelAdminLogEventActionChangeAbout', 'prev_value' => 'string', 'new_value' => 'string'];
```