matchTweetContainsImages method

LogicalChannel matchTweetContainsImages()
inherited

Matches Tweets that contain a recognized URL to an image.

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsImages() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasImages(),
    );