MadelineProto/old_docs/API_docs_v53/constructors/inputMessagesFilterChatPhotos.md
2017-07-23 16:11:02 +02:00

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