entities

@SerializedName(value = "entities")
var entities: Tweet.Entities? = null

Entities which have been parsed out of the text of the Tweet. Additionally see entities in Twitter Objects.

Entities are JSON objects that provide additional information about hashtags, urls, user mentions, and cashtags associated with a Tweet. Reference each respective entity for further details. Please note that all start indices are inclusive. The majority of end indices are exclusive, except for entities.annotations.end, which is currently inclusive. We will be changing this to exclusive with our v3 bump since it is a breaking change.