searchMessagesFilterPhotoAndVideo property
Returns only photo and video messages
Implementation
SearchMessagesFilterPhotoAndVideo? get searchMessagesFilterPhotoAndVideo {
  if (this is SearchMessagesFilterPhotoAndVideo) {
    return this as SearchMessagesFilterPhotoAndVideo;
  }
  return null;
}