searchMessagesFilterPhotoAndVideo property

SearchMessagesFilterPhotoAndVideo? searchMessagesFilterPhotoAndVideo

Returns only photo and video messages

Implementation

SearchMessagesFilterPhotoAndVideo? get searchMessagesFilterPhotoAndVideo {
  if (this is SearchMessagesFilterPhotoAndVideo) {
    return this as SearchMessagesFilterPhotoAndVideo;
  }
  return null;
}