models/api/v1/tweet library

Classes

TweetV1Response
docs are from https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object Tweets are the basic atomic building block of all things Twitter. Tweets are also known as “status updates.” The Tweet object has a long list of ‘root-level’ attributes, including fundamental attributes such as id, created_at, and text. Tweet objects are also the ‘parent’ object to several child objects. Tweet child objects include user, entities, and extended_entities. Tweets that are geo-tagged will have a place child object.