Layer 220
constructor
channelAdminLogEventActionChangeLocation#e6b76ae prev_value:ChannelLocation new_value:ChannelLocation = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue ChannelLocation Previous location
NewValue ChannelLocation New location

Gogram Example

// Creating ChannelAdminLogEventActionChangeLocation constructor
obj := &tg.ChannelAdminLogEventActionChangeLocation{
    PrevValue: &tg.ChannelLocation{},
    NewValue: &tg.ChannelLocation{},
}