917 B
917 B
title | description | image |
---|---|---|
channelAdminLogEventActionChangePhoto | Change photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangePhoto
Change photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_photo | Photo | Optional | Old photo |
new_photo | Photo | Optional | New photo |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangePhoto = ['_' => 'channelAdminLogEventActionChangePhoto', 'prev_photo' => Photo, 'new_photo' => Photo];
Or, if you're into Lua:
channelAdminLogEventActionChangePhoto={_='channelAdminLogEventActionChangePhoto', prev_photo=Photo, new_photo=Photo}