Layer 220
ChannelAdminLogEventActionTogglePreHistoryHidden
The hidden prehistory setting was changed
constructor
channelAdminLogEventActionTogglePreHistoryHidden#5f5c95f1 new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | New value |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionTogglePreHistoryHidden constructor obj := &tg.ChannelAdminLogEventActionTogglePreHistoryHidden{ NewValue: true, }