MadelineProtoDocs/old_docs/API_docs_v73/constructors/channelAdminLogEventActionC...

1018 B

title description image
channelAdminLogEventActionChangePhoto The channel/supergroup's picture was changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangePhoto

Back to constructors index

The channel/supergroup's picture was changed

Attributes:

Name Type Required Description
prev_photo ChatPhoto Optional Previous photo
new_photo ChatPhoto Optional New photo

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangePhoto = ['_' => 'channelAdminLogEventActionChangePhoto', 'prev_photo' => ChatPhoto, 'new_photo' => ChatPhoto];

Or, if you're into Lua:

channelAdminLogEventActionChangePhoto={_='channelAdminLogEventActionChangePhoto', prev_photo=ChatPhoto, new_photo=ChatPhoto}