matchRetweetOf method

LogicalChannel matchRetweetOf(
  1. String tweetId
)
inherited

Deliver only explicit (or native) Retweets of the specified Tweet.

Note that the status ID used should be the ID of an original Tweet and not a Retweet.

Deliver only explicit Replies to the specified Tweet.

Parameters

  • tweetId: Tweet ID to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchRetweetOf(final String tweetId) => _buffer.appendOperator(
      _standaloneOperation.createRetweetsOf(tweetId),
    );