MadelineProto/old_docs/API_docs_v66/constructors/inputMessagesFilterChatPhotos.md
2017-06-30 15:36:33 +02:00

31 lines
476 B
Markdown

---
title: inputMessagesFilterChatPhotos
description: inputMessagesFilterChatPhotos attributes, type and example
---
## Constructor: inputMessagesFilterChatPhotos
[Back to constructors index](index.md)
### Type: [MessagesFilter](../types/MessagesFilter.md)
### Example:
```
$inputMessagesFilterChatPhotos = ['_' => 'inputMessagesFilterChatPhotos', ];
```
Or, if you're into Lua:
```
inputMessagesFilterChatPhotos={_='inputMessagesFilterChatPhotos', }
```