MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputMessagesFilterChatPhot...

553 B

title description image
inputMessagesFilterChatPhotos Return only chat photo changes https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessagesFilterChatPhotos

Back to constructors index

Return only chat photo changes

Type: MessagesFilter

Example:

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

Or, if you're into Lua:

inputMessagesFilterChatPhotos={_='inputMessagesFilterChatPhotos'}