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

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

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