MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionC...

1.0 KiB

title description image
channelAdminLogEventActionChangeLocation Channel location changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeLocation

Back to constructors index

Channel location changed

Attributes:

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

Type: ChannelAdminLogEventAction

Example:

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

Or, if you're into Lua:

channelAdminLogEventActionChangeLocation={_='channelAdminLogEventActionChangeLocation', prev_value=ChannelLocation, new_value=ChannelLocation}