MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeLocation.md
2024-05-01 14:53:46 +02:00

955 B

title description nav_exclude image
channelAdminLogEventActionChangeLocation The geogroup location was changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeLocation

Back to constructors index

The geogroup location was changed

Attributes:

Name Type Required Description
prev_value ChannelLocation Optional Previous location
new_value ChannelLocation Optional New location

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeLocation = ['_' => 'channelAdminLogEventActionChangeLocation', 'prev_value' => ChannelLocation, 'new_value' => ChannelLocation];