matchUserBio method

LogicalChannel matchUserBio(
  1. String value
)
inherited

Matches a keyword or phrase within the Tweet publisher's bio.

Parameters

  • value: User bio to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchUserBio(final String value) => _buffer.appendOperator(
      _standaloneOperation.createUserBio(value),
    );