893 B
893 B
title | description | image |
---|---|---|
channelAdminLogEventActionTogglePreHistoryHidden | Previous history hidden | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionTogglePreHistoryHidden
Previous history hidden
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionTogglePreHistoryHidden = ['_' => 'channelAdminLogEventActionTogglePreHistoryHidden', 'new_value' => Bool];
Or, if you're into Lua:
channelAdminLogEventActionTogglePreHistoryHidden={_='channelAdminLogEventActionTogglePreHistoryHidden', new_value=Bool}