Layer 220
ChannelAdminLogEventActionChangeHistoryTtl
The Time-To-Live of messages in this chat was changed
constructor
channelAdminLogEventActionChangeHistoryTTL#6e941a38 prev_value:int new_value:int = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | int | Previous value |
| NewValue | int | New value |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeHistoryTtl constructor obj := &tg.ChannelAdminLogEventActionChangeHistoryTtl{ PrevValue: 0, NewValue: 0, }