--- title: inputMessagesFilterPhotos description: Filter for messages containing photos. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputMessagesFilterPhotos [Back to constructors index](index.md) Filter for messages containing photos. ### Type: [MessagesFilter](../types/MessagesFilter.md) ### Example: ```php $inputMessagesFilterPhotos = ['_' => 'inputMessagesFilterPhotos']; ``` Or, if you're into Lua: ```lua inputMessagesFilterPhotos={_='inputMessagesFilterPhotos'} ```