Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeHistoryTTL

Back to constructors index

The Time-To-Live of messages in this chat was changed

Attributes:

NameTypeRequiredDescription
prev_valueintYesPrevious value
new_valueintYesNew value

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeHistoryTTL = ['_' => 'channelAdminLogEventActionChangeHistoryTTL', 'prev_value' => int, 'new_value' => int];