Tweets

Search tweets by query, Tweet ID, X status URL, or account date window

Results include author, text, engagement counts, and URL. Use q, limit, and queryType. Add minLikes for an engagement threshold. Omit mode for maximum coverage. Keep inputs unchanged when following next_cursor.

get/api/v1/x/tweets/search

Query parameters

qstring required

Query, Tweet ID, or URL. Hyphens negate terms. Use exactPhrase for literals. Valid bounds apply per page.

queryType'Latest' | 'Top'

Latest is chronological; Top ranks engagement. Aliases: result_type, sort_order.

mode'standard' | 'coverage'

Omit mode for resumable maximum coverage. Standard keeps legacy pagination. Coverage returns diagnostics once and rejects cursors.

cursorstring

Cursor from the previous response. Xquik cursors resume automatic coverage. Existing unprefixed cursors keep legacy standard behavior.

sinceTimestring

Inclusive ISO bound for Tweet creation time.

untilTimestring

Exclusive ISO bound for Tweet creation time.

limitinteger

Unique result upper bound. Omit it for a 20-row page. Explicit coverage defaults to 2000 and accepts up to 10000. Paid usage follows returned rows. Remaining credits may reduce results. Zero affordable results returns 402. pageSize, count, and max_results are aliases.

fromUserstring

Filter by author username.

toUserstring

Filter replies sent to a username.

mentioningstring

Filter tweets mentioning a username.

languagestring

Filter by language. Alias lang is accepted.

sinceDatestring date

Start date in YYYY-MM-DD format.

untilDatestring date

End date in YYYY-MM-DD format.

mediaType'images' | 'videos' | 'gifs' | 'media' | 'links' | 'none'

Filter media. Aliases: has_video, has_media.

minLikesinteger

Minimum likes. Aliases: minFaves, min_likes, min_faves.

minRetweetsinteger

Minimum retweets threshold.

minRepliesinteger

Minimum replies threshold.

minQuotesinteger

Minimum quote count threshold.

minViewsinteger

Minimum view count threshold.

minBookmarksinteger

Minimum bookmark count threshold.

maxFavesinteger

Maximum likes threshold. maxLikes is also accepted.

maxRetweetsinteger

Maximum retweets threshold.

maxRepliesinteger

Maximum replies threshold.

maxQuotesinteger

Maximum quotes threshold.

blueVerifiedOnlyboolean

Only return tweets from Blue-verified authors.

cardNamestring

Match the Tweet card name.

sourcestring

Match the source application.

excludeSourcestring

Exclude a source application.

geocodestring

Match latitude, longitude, and radius.

sinceIdstring

Return Tweets newer than this Tweet ID.

maxIdstring

Return Tweets older than this Tweet ID.

nearstring

Match a place name.

withinstring

Set the radius for the near filter.

withinTimestring

Match Tweets inside a recent time window.

nativeRetweetsboolean

Only return native reposts.

safeboolean

Enable the safe-search filter.

newsboolean

Only return news results.

verifiedOnlyboolean

Only return tweets from verified authors.

replies'include' | 'exclude' | 'only'

Only when the caller requests a reply mode.

retweets'include' | 'exclude' | 'only'

Only when the caller requests a repost mode.

quotes'include' | 'exclude' | 'only'

Only when the caller requests a quote mode.

exactPhrasestring

Match this literal phrase, including any hyphens.

excludeWordsstring

Words or quoted phrases to exclude. Separate with spaces, commas, or lines.

anyWordsstring

Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.

hashtagsstring

Hashtags separated by spaces, commas, or lines.

cashtagsstring

Cashtags separated by spaces, commas, or lines.

urlstring

URL substring or domain filter.

conversationIdstring

Conversation ID filter.

inReplyToTweetIdstring

Only replies to this tweet ID.

quotesOfTweetIdstring

Only quotes of this tweet ID.

retweetsOfTweetIdstring

Only retweets of this tweet ID.

listIdstring

Search within a list ID.

placestring

Search within a place ID.

placeCountrystring

Search within a country code.

pointRadiusstring

Geo point radius, e.g. -73.99 40.73 25mi.

boundingBoxstring

Geo bounding box, e.g. -74.1 40.6 -73.9 40.8.

advancedQuerystring

Raw advanced search query appended as-is.

Response

Search results

OR

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}

Changes

Changed in 13 of the 20 revisions of this API.603721663

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

  • 18302a60cfee36776See the full diff
    • the oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2]/allOf[subschema #2]/ response's property type/format changed from / to object/ for status 401

      response-property-type-changed

    • the oneOf[subschema #4]/allOf[subschema #2]/ response's property type/format changed from / to object/ for status 402

      response-property-type-changed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/id from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/text from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/id from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/text from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/complete from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/cursorFailureCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/deadlineReached from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/duplicateCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/failedStrategyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/malformedCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/pagesFetched from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/partitioned from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/responseTruncated from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/resultLimitReached from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/returnedTweets from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/stalledStrategyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/strategies from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/strategyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic/uniqueTweets from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter minFaves

      request-parameter-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/tombstone from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewState from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/tombstone from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewState from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter minLikes

      new-optional-request-parameter

    • added CoverageDiagnosticBase subschema #2 to the oneOf[TweetSearchCoverageResponse]/allOf[subschema #2]/diagnostic response property allOf list for the response status 200

      response-property-all-of-added

    • added TweetPublicDataBase subschema #2 to the oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added TweetPublicDataBase subschema #2 to the oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added 'propertyNames' constraint to the oneOf[subschema #2]/allOf[subschema #2]/ response property for the status 401

      response-property-property-names-added

    • added 'propertyNames' constraint to the oneOf[subschema #4]/allOf[subschema #2]/ response property for the status 402

      response-property-property-names-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/filtered_count to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/filtered_count to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/coverMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/platform to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/coverMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/platform to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

  • d850227d329818602See the full diff
    • the oneOf[PaginatedTweets]/tweets/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/id from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/text from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[PaginatedTweets]/tweets/items/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/id from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/text from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/author from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[PaginatedTweets]/tweets/items/viewState from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/author from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/viewState from the response with the 200 status

      response-optional-property-removed

    • added TweetPublicData subschema #2 to the oneOf[PaginatedTweets]/tweets/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • added TweetPublicData subschema #2 to the oneOf[TweetSearchCoverageResponse]/allOf[PaginatedTweets]/tweets/items/ response property allOf list for the response status 200

      response-property-all-of-added