Module: helpers/isReply

Checks a tweet to see if it has been been retweeted already.

Parameters:
Name Type Description
tweet object

Twitter message being brought in for evaluation.

Source:
Returns:

If any of the reply checks come back as true then return false otherwise return true that it is a reply.

Type
Boolean