Layer 220
constructor
channelAdminLogEventActionChangeHistoryTTL#6e941a38 prev_value:int new_value:int = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue int Previous value
NewValue int New value

Gogram Example

// Creating ChannelAdminLogEventActionChangeHistoryTtl constructor
obj := &tg.ChannelAdminLogEventActionChangeHistoryTtl{
    PrevValue: 0,
    NewValue: 0,
}