MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionTogglePreHistoryHidden.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

1.0 KiB

title description image
channelAdminLogEventActionTogglePreHistoryHidden Previous history hidden https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionTogglePreHistoryHidden

Back to constructors index

Previous history hidden

Attributes:

Name Type Required Description
new_value Bool Yes New value

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionTogglePreHistoryHidden = ['_' => 'channelAdminLogEventActionTogglePreHistoryHidden', 'new_value' => Bool];

PWRTelegram json-encoded version:

{"_": "channelAdminLogEventActionTogglePreHistoryHidden", "new_value": Bool}

Or, if you're into Lua:

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