matchTweetContainsMedia method

LogicalChannel matchTweetContainsMedia()
inherited

Matches Tweets that contain a media object, such as a photo, GIF, or video, as determined by Twitter.

This will not match on media created with Periscope, or Tweets with links to other media hosting sites.

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsMedia() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasMedia(),
    );