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

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