Class TweetEntities

The different types parsed entities like urls, media, mentions, hashtags, etc.

Hierarchy

  • TweetEntities

Constructors

Properties

Constructors

Properties

hashtags: string[] = []

The list of hashtags mentioned in the tweet.

mentionedUsers: string[] = []

The list of IDs of users mentioned in the tweet.

urls: string[] = []

The list of urls mentioned in the tweet.

Generated using TypeDoc