MadelineProtoDocs/old_docs/API_docs_v24/constructors/inputMessagesFilterPhotos.md
2020-06-16 17:50:25 +02:00

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'}