mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
881 B
881 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionTogglePreHistoryHidden | The hidden prehistory setting was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionTogglePreHistoryHidden
The hidden prehistory setting was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionTogglePreHistoryHidden = ['_' => 'channelAdminLogEventActionTogglePreHistoryHidden', 'new_value' => Bool];