isMentions method

bool isMentions()

Implementation

bool isMentions() {
  return isText() && isTruthy(attributes.mentions);
}