MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputMessagesFilterPhotos.md
2019-12-27 17:48:04 +01: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'}