MadelineProto/docs/TD_docs/constructors/searchMessagesFilterPhotoAndVideo.md
2017-07-23 16:33:46 +02:00

764 B

title description
searchMessagesFilterPhotoAndVideo Return only photo and video messages

Constructor: searchMessagesFilterPhotoAndVideo

Back to constructors index

Return only photo and video messages

Attributes:

Name Type Required Description

Type: SearchMessagesFilter

Example:

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

PWRTelegram json-encoded version:

{"_": "searchMessagesFilterPhotoAndVideo"}

Or, if you're into Lua:

searchMessagesFilterPhotoAndVideo={_='searchMessagesFilterPhotoAndVideo'}