--- title: messageActionChatDeletePhoto description: Group profile photo removed. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: messageActionChatDeletePhoto [Back to constructors index](index.md) Group profile photo removed. ### Type: [MessageAction](../types/MessageAction.md) ### Example: ```php $messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto']; ``` Or, if you're into Lua: ```lua messageActionChatDeletePhoto={_='messageActionChatDeletePhoto'} ```