Layer 220
constructor
channelAdminLogEventActionToggleSlowMode#53909779 prev_value:int new_value:int = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue int Previous slow mode value
NewValue int New slow mode value

Gogram Example

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