isHasMentions method

bool isHasMentions()

Checks if only messages with mentions are fetched. Android Reference: MessagesRequest.isHasMentions()

Implementation

bool isHasMentions() => hasMentions ?? false;