MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeHistoryTTL.md

31 lines
915 B
Markdown
Raw Normal View History

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