MadelineProto/old_docs/API_docs_v65/constructors/inputMessagesFilterChatPhotos.md

31 lines
476 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
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', }
```