MadelineProto/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md

476 B

title description
inputMessagesFilterChatPhotos inputMessagesFilterChatPhotos attributes, type and example

Constructor: inputMessagesFilterChatPhotos

Back to constructors index

Type: MessagesFilter

Example:

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

Or, if you're into Lua:

inputMessagesFilterChatPhotos={_='inputMessagesFilterChatPhotos', }