Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangePhoto

Back to constructors index

The channel/supergroup’s picture was changed

Attributes:

NameTypeRequiredDescription
prev_photoPhotoOptionalPrevious picture
new_photoPhotoOptionalNew picture

Type: ChannelAdminLogEventAction

Example:

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