MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeHistoryTTL.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];