MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionT...

1.0 KiB

title description image
channelAdminLogEventActionTogglePreHistoryHidden The hidden prehistory setting was [changed](../methods/channels.togglePreHistoryHidden.md) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionTogglePreHistoryHidden

Back to constructors index

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

Or, if you're into Lua:

channelAdminLogEventActionTogglePreHistoryHidden={_='channelAdminLogEventActionTogglePreHistoryHidden', new_value=Bool}