matchTweetContainsLinks method

LogicalChannel matchTweetContainsLinks()
inherited

This operator matches Tweets which contain links and media in the Tweet body.

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsLinks() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasLinks(),
    );