MadelineProto/old_docs/API_docs_v68/constructors/inputMessagesFilterChatPhotos.md
2017-07-23 17:44:01 +02: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'}