matchRetweet method

LogicalChannel matchRetweet()
inherited

Matches on Retweets that match the rest of the specified rule.

This operator looks only for true Retweets (for example, those generated using the Retweet button).

Quote Tweets will not be matched by this operator.

Type

Availability

  • Essential

Implementation

LogicalChannel matchRetweet() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createIsRetweet(),
    );