mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
915 B
915 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeHistoryTTL | The Time-To-Live of messages in this chat was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeHistoryTTL
The Time-To-Live of messages in this chat was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | int | Yes | Previous value |
new_value | int | Yes | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeHistoryTTL = ['_' => 'channelAdminLogEventActionChangeHistoryTTL', 'prev_value' => int, 'new_value' => int];