MadelineProtoDocs/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md

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