MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputMessagesFilterChatPhotos.md
2019-06-24 15:45:02 +02:00

547 B

title description image
inputMessagesFilterChatPhotos Messages filter chat photos https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessagesFilterChatPhotos

Back to constructors index

Messages filter chat photos

Type: MessagesFilter

Example:

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

Or, if you're into Lua:

inputMessagesFilterChatPhotos={_='inputMessagesFilterChatPhotos'}