MadelineProtoDocs/old_docs/API_docs_v5/constructors/inputMessagesFilterPhotos.md

545 B

title description image
inputMessagesFilterPhotos Filter for messages containing photos. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessagesFilterPhotos

Back to constructors index

Filter for messages containing photos.

Type: MessagesFilter

Example:

$inputMessagesFilterPhotos = ['_' => 'inputMessagesFilterPhotos'];

Or, if you're into Lua:

inputMessagesFilterPhotos={_='inputMessagesFilterPhotos'}