MadelineProto/old_docs/API_docs_v71/constructors/inputMessagesFilterChatPhotos.md
2017-10-14 09:50:46 +00:00

583 B

title description
inputMessagesFilterChatPhotos inputMessagesFilterChatPhotos attributes, type and example

Constructor: inputMessagesFilterChatPhotos

Back to constructors index

Type: MessagesFilter

Example:

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

PWRTelegram json-encoded version:

{"_": "inputMessagesFilterChatPhotos"}

Or, if you're into Lua:

inputMessagesFilterChatPhotos={_='inputMessagesFilterChatPhotos'}