matchReply method

LogicalChannel matchReply()
inherited

Deliver only explicit replies that match a rule.

Can also be negated to exclude replies that match a rule from delivery.

When used with the filtered stream, this operator matches on replies to an original Tweet, replies in quoted Tweets and replies in Retweets.

Type

Availability

  • Essential

Implementation

LogicalChannel matchReply() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createIsReply(),
    );