Layer 220
ChannelAdminLogEventActionChangeLocation
The geogroup location was changed
constructor
channelAdminLogEventActionChangeLocation#e6b76ae prev_value:ChannelLocation new_value:ChannelLocation = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | ChannelLocation | Previous location |
| NewValue | ChannelLocation | New location |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeLocation constructor obj := &tg.ChannelAdminLogEventActionChangeLocation{ PrevValue: &tg.ChannelLocation{}, NewValue: &tg.ChannelLocation{}, }