@book000/twitterts 0.72.0 → 0.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/converter.d.ts.map +1 -1
  2. package/dist/converter.js +12 -1
  3. package/dist/converter.js.map +1 -1
  4. package/dist/generate-schema.js +57 -45
  5. package/dist/generate-schema.js.map +1 -1
  6. package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
  7. package/dist/generate-types/custom-types-generator.js +53 -20
  8. package/dist/generate-types/custom-types-generator.js.map +1 -1
  9. package/dist/generate-types.js +64 -38
  10. package/dist/generate-types.js.map +1 -1
  11. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +9084 -11062
  12. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
  13. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +272 -2480
  14. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
  15. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +5193 -6639
  16. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
  17. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +1216 -3804
  18. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
  19. package/dist/models/responses/custom/custom-tweet-object.d.ts +6461 -10867
  20. package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
  21. package/dist/models/responses/custom/custom-user-legacy-object.d.ts +10 -17
  22. package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
  23. package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts +737 -1008
  24. package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts.map +1 -1
  25. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +2849 -10563
  26. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
  27. package/dist/models/responses/endpoints.d.ts +112 -32
  28. package/dist/models/responses/endpoints.d.ts.map +1 -1
  29. package/dist/models/responses/graphql/get/affiliates-query-success.d.ts +9 -0
  30. package/dist/models/responses/graphql/get/affiliates-query-success.d.ts.map +1 -0
  31. package/dist/models/responses/graphql/get/affiliates-query-success.js +4 -0
  32. package/dist/models/responses/graphql/get/affiliates-query-success.js.map +1 -0
  33. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +1255 -918
  34. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
  35. package/dist/models/responses/graphql/get/authenticate-periscope-success.d.ts +7 -0
  36. package/dist/models/responses/graphql/get/authenticate-periscope-success.d.ts.map +1 -0
  37. package/dist/models/responses/graphql/get/authenticate-periscope-success.js +4 -0
  38. package/dist/models/responses/graphql/get/authenticate-periscope-success.js.map +1 -0
  39. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts +205 -132
  40. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts.map +1 -1
  41. package/dist/models/responses/graphql/get/carousel-query-success.d.ts +21 -0
  42. package/dist/models/responses/graphql/get/carousel-query-success.d.ts.map +1 -0
  43. package/dist/models/responses/graphql/get/carousel-query-success.js +4 -0
  44. package/dist/models/responses/graphql/get/carousel-query-success.js.map +1 -0
  45. package/dist/models/responses/graphql/get/communities-create-button-query-success.d.ts +13 -0
  46. package/dist/models/responses/graphql/get/communities-create-button-query-success.d.ts.map +1 -0
  47. package/dist/models/responses/graphql/get/communities-create-button-query-success.js +4 -0
  48. package/dist/models/responses/graphql/get/communities-create-button-query-success.js.map +1 -0
  49. package/dist/models/responses/graphql/get/communities-explore-timeline-success.d.ts +1275 -0
  50. package/dist/models/responses/graphql/get/communities-explore-timeline-success.d.ts.map +1 -0
  51. package/dist/models/responses/graphql/get/communities-explore-timeline-success.js +4 -0
  52. package/dist/models/responses/graphql/get/communities-explore-timeline-success.js.map +1 -0
  53. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts +440 -0
  54. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts.map +1 -0
  55. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.js +4 -0
  56. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.js.map +1 -0
  57. package/dist/models/responses/graphql/get/communities-ranked-timeline-success.d.ts +378 -0
  58. package/dist/models/responses/graphql/get/communities-ranked-timeline-success.d.ts.map +1 -0
  59. package/dist/models/responses/graphql/get/communities-ranked-timeline-success.js +4 -0
  60. package/dist/models/responses/graphql/get/communities-ranked-timeline-success.js.map +1 -0
  61. package/dist/models/responses/graphql/get/delegated-account-list-query-success.d.ts +9 -0
  62. package/dist/models/responses/graphql/get/delegated-account-list-query-success.d.ts.map +1 -0
  63. package/dist/models/responses/graphql/get/delegated-account-list-query-success.js +4 -0
  64. package/dist/models/responses/graphql/get/delegated-account-list-query-success.js.map +1 -0
  65. package/dist/models/responses/graphql/get/explore-page-success.d.ts +1703 -0
  66. package/dist/models/responses/graphql/get/explore-page-success.d.ts.map +1 -0
  67. package/dist/models/responses/graphql/get/explore-page-success.js +4 -0
  68. package/dist/models/responses/graphql/get/explore-page-success.js.map +1 -0
  69. package/dist/models/responses/graphql/get/fetch-draft-tweets-success.d.ts +11 -0
  70. package/dist/models/responses/graphql/get/fetch-draft-tweets-success.d.ts.map +1 -0
  71. package/dist/models/responses/graphql/get/fetch-draft-tweets-success.js +4 -0
  72. package/dist/models/responses/graphql/get/fetch-draft-tweets-success.js.map +1 -0
  73. package/dist/models/responses/graphql/get/fetch-scheduled-tweets-success.d.ts +9 -0
  74. package/dist/models/responses/graphql/get/fetch-scheduled-tweets-success.d.ts.map +1 -0
  75. package/dist/models/responses/graphql/get/fetch-scheduled-tweets-success.js +4 -0
  76. package/dist/models/responses/graphql/get/fetch-scheduled-tweets-success.js.map +1 -0
  77. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts +5 -5
  78. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts.map +1 -1
  79. package/dist/models/responses/graphql/get/grok-home-success.d.ts +58 -0
  80. package/dist/models/responses/graphql/get/grok-home-success.d.ts.map +1 -0
  81. package/dist/models/responses/graphql/get/grok-home-success.js +4 -0
  82. package/dist/models/responses/graphql/get/grok-home-success.js.map +1 -0
  83. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +2377 -10066
  84. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
  85. package/dist/models/responses/graphql/get/home-timeline-success.d.ts +9905 -11528
  86. package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
  87. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts +7 -0
  88. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts.map +1 -0
  89. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.js +4 -0
  90. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.js.map +1 -0
  91. package/dist/models/responses/graphql/get/is-eligible-for-vo-button-upsell-query-success.d.ts +14 -0
  92. package/dist/models/responses/graphql/get/is-eligible-for-vo-button-upsell-query-success.d.ts.map +1 -0
  93. package/dist/models/responses/graphql/get/is-eligible-for-vo-button-upsell-query-success.js +4 -0
  94. package/dist/models/responses/graphql/get/is-eligible-for-vo-button-upsell-query-success.js.map +1 -0
  95. package/dist/models/responses/graphql/get/likes-success.d.ts +651 -922
  96. package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -1
  97. package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts +758 -4048
  98. package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts.map +1 -1
  99. package/dist/models/responses/graphql/get/lists-management-page-timeline-success.d.ts +108 -94
  100. package/dist/models/responses/graphql/get/lists-management-page-timeline-success.d.ts.map +1 -1
  101. package/dist/models/responses/graphql/get/notifications-timeline-success.d.ts +64 -0
  102. package/dist/models/responses/graphql/get/notifications-timeline-success.d.ts.map +1 -0
  103. package/dist/models/responses/graphql/get/notifications-timeline-success.js +4 -0
  104. package/dist/models/responses/graphql/get/notifications-timeline-success.js.map +1 -0
  105. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts +32 -37
  106. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts.map +1 -1
  107. package/dist/models/responses/graphql/get/premium-content-query-success.d.ts +58 -0
  108. package/dist/models/responses/graphql/get/premium-content-query-success.d.ts.map +1 -0
  109. package/dist/models/responses/graphql/get/premium-content-query-success.js +4 -0
  110. package/dist/models/responses/graphql/get/premium-content-query-success.js.map +1 -0
  111. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +35 -177
  112. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
  113. package/dist/models/responses/graphql/get/search-timeline-success.d.ts +2318 -3273
  114. package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
  115. package/dist/models/responses/graphql/get/topic-carousel-query-success.d.ts +16 -0
  116. package/dist/models/responses/graphql/get/topic-carousel-query-success.d.ts.map +1 -0
  117. package/dist/models/responses/graphql/get/topic-carousel-query-success.js +4 -0
  118. package/dist/models/responses/graphql/get/topic-carousel-query-success.js.map +1 -0
  119. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +1005 -9916
  120. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
  121. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts +101 -1839
  122. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts.map +1 -1
  123. package/dist/models/responses/graphql/get/use-fetch-product-subscriptions-query-success.d.ts +7 -0
  124. package/dist/models/responses/graphql/get/use-fetch-product-subscriptions-query-success.d.ts.map +1 -0
  125. package/dist/models/responses/graphql/get/use-fetch-product-subscriptions-query-success.js +4 -0
  126. package/dist/models/responses/graphql/get/use-fetch-product-subscriptions-query-success.js.map +1 -0
  127. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts +14 -0
  128. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts.map +1 -0
  129. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.js +4 -0
  130. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.js.map +1 -0
  131. package/dist/models/responses/graphql/get/use-prices-query-success.d.ts +21 -0
  132. package/dist/models/responses/graphql/get/use-prices-query-success.d.ts.map +1 -0
  133. package/dist/models/responses/graphql/get/use-prices-query-success.js +4 -0
  134. package/dist/models/responses/graphql/get/use-prices-query-success.js.map +1 -0
  135. package/dist/models/responses/graphql/get/use-product-sku-query-success.d.ts +9 -0
  136. package/dist/models/responses/graphql/get/use-product-sku-query-success.d.ts.map +1 -0
  137. package/dist/models/responses/graphql/get/use-product-sku-query-success.js +4 -0
  138. package/dist/models/responses/graphql/get/use-product-sku-query-success.js.map +1 -0
  139. package/dist/models/responses/graphql/get/use-relay-delegate-data-pending-query-success.d.ts +9 -0
  140. package/dist/models/responses/graphql/get/use-relay-delegate-data-pending-query-success.d.ts.map +1 -0
  141. package/dist/models/responses/graphql/get/use-relay-delegate-data-pending-query-success.js +4 -0
  142. package/dist/models/responses/graphql/get/use-relay-delegate-data-pending-query-success.js.map +1 -0
  143. package/dist/models/responses/graphql/get/use-subscription-product-details-query-success.d.ts +20 -0
  144. package/dist/models/responses/graphql/get/use-subscription-product-details-query-success.d.ts.map +1 -0
  145. package/dist/models/responses/graphql/get/use-subscription-product-details-query-success.js +4 -0
  146. package/dist/models/responses/graphql/get/use-subscription-product-details-query-success.js.map +1 -0
  147. package/dist/models/responses/graphql/get/use-verified-org-feature-helper-query-success.d.ts +18 -0
  148. package/dist/models/responses/graphql/get/use-verified-org-feature-helper-query-success.d.ts.map +1 -0
  149. package/dist/models/responses/graphql/get/use-verified-org-feature-helper-query-success.js +4 -0
  150. package/dist/models/responses/graphql/get/use-verified-org-feature-helper-query-success.js.map +1 -0
  151. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +32 -88
  152. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
  153. package/dist/models/responses/graphql/get/user-by-screen-name-success.js +1 -1
  154. package/dist/models/responses/graphql/get/user-by-screen-name-success.js.map +1 -1
  155. package/dist/models/responses/graphql/get/user-preferences-success.d.ts +10 -0
  156. package/dist/models/responses/graphql/get/user-preferences-success.d.ts.map +1 -0
  157. package/dist/models/responses/graphql/get/user-preferences-success.js +4 -0
  158. package/dist/models/responses/graphql/get/user-preferences-success.js.map +1 -0
  159. package/dist/models/responses/graphql/get/user-tweets-success.d.ts +8032 -20731
  160. package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
  161. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts +5 -6
  162. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -1
  163. package/dist/models/responses/graphql/get/viewer-user-query-success.d.ts +19 -0
  164. package/dist/models/responses/graphql/get/viewer-user-query-success.d.ts.map +1 -0
  165. package/dist/models/responses/graphql/get/viewer-user-query-success.js +4 -0
  166. package/dist/models/responses/graphql/get/viewer-user-query-success.js.map +1 -0
  167. package/dist/models/responses/graphql/get/vocards-query-success.d.ts +34 -0
  168. package/dist/models/responses/graphql/get/vocards-query-success.d.ts.map +1 -0
  169. package/dist/models/responses/graphql/get/vocards-query-success.js +4 -0
  170. package/dist/models/responses/graphql/get/vocards-query-success.js.map +1 -0
  171. package/dist/models/responses/graphql/post/delete-retweet-success.d.ts +1 -6
  172. package/dist/models/responses/graphql/post/delete-retweet-success.d.ts.map +1 -1
  173. package/dist/models/responses/graphql/post/delete-retweet-success.js +1 -1
  174. package/dist/models/responses/graphql/post/delete-retweet-success.js.map +1 -1
  175. package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +2192 -10075
  176. package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts.map +1 -1
  177. package/dist/models/responses/graphql/post/home-timeline-success.d.ts +10637 -11657
  178. package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
  179. package/dist/parser/user-tweets.d.ts.map +1 -1
  180. package/dist/parser/user-tweets.js +9 -3
  181. package/dist/parser/user-tweets.js.map +1 -1
  182. package/dist/saving-responses/index.d.ts.map +1 -1
  183. package/dist/saving-responses/index.js +7 -2
  184. package/dist/saving-responses/index.js.map +1 -1
  185. package/dist/tsconfig.build.tsbuildinfo +1 -1
  186. package/dist/twitter.d.ts.map +1 -1
  187. package/dist/twitter.js +4 -0
  188. package/dist/twitter.js.map +1 -1
  189. package/package.json +1 -1
@@ -9,10 +9,10 @@ export interface CustomSearchTimelineEntry {
9
9
  itemType: string;
10
10
  __typename: string;
11
11
  tweet_results: {
12
- result?: {
12
+ result: {
13
13
  __typename: string;
14
- rest_id?: string;
15
- core?: {
14
+ rest_id: string;
15
+ core: {
16
16
  user_results: {
17
17
  result: {
18
18
  __typename: string;
@@ -20,7 +20,7 @@ export interface CustomSearchTimelineEntry {
20
20
  rest_id: string;
21
21
  affiliates_highlighted_label: {
22
22
  label?: {
23
- url?: {
23
+ url: {
24
24
  url: string;
25
25
  urlType: string;
26
26
  };
@@ -29,33 +29,15 @@ export interface CustomSearchTimelineEntry {
29
29
  };
30
30
  description: string;
31
31
  userLabelType: string;
32
- userLabelDisplayType?: string;
33
- longDescription?: {
34
- text: string;
35
- entities: {
36
- fromIndex: number;
37
- toIndex: number;
38
- ref: {
39
- type: string;
40
- screen_name: string;
41
- mention_results: {
42
- result: {
43
- __typename: string;
44
- legacy: {
45
- screen_name: string;
46
- };
47
- rest_id: string;
48
- };
49
- };
50
- };
51
- }[];
52
- };
32
+ userLabelDisplayType: string;
53
33
  };
54
34
  };
55
35
  has_graduated_access: boolean;
36
+ parody_commentary_fan_label: string;
56
37
  is_blue_verified: boolean;
57
38
  profile_image_shape: string;
58
39
  legacy: {
40
+ following: boolean;
59
41
  can_dm: boolean;
60
42
  can_media_tag: boolean;
61
43
  created_at: string;
@@ -102,9 +84,18 @@ export interface CustomSearchTimelineEntry {
102
84
  url?: string;
103
85
  verified: boolean;
104
86
  want_retweets: boolean;
105
- withheld_in_countries: string[];
87
+ withheld_in_countries: unknown[];
88
+ needs_phone_verification?: boolean;
106
89
  verified_type?: string;
107
- following?: boolean;
90
+ followed_by?: boolean;
91
+ protected?: boolean;
92
+ };
93
+ tipjar_settings: {
94
+ is_enabled?: boolean;
95
+ bitcoin_handle?: string;
96
+ ethereum_handle?: string;
97
+ venmo_handle?: string;
98
+ patreon_handle?: string;
108
99
  };
109
100
  professional?: {
110
101
  rest_id: string;
@@ -116,18 +107,11 @@ export interface CustomSearchTimelineEntry {
116
107
  }[];
117
108
  };
118
109
  super_follow_eligible?: boolean;
119
- has_nft_avatar?: boolean;
120
110
  };
121
111
  };
122
112
  };
123
- unmention_data?: {
124
- hydrate?: {
125
- unmentioned_users_results: {
126
- rest_id: string;
127
- }[];
128
- };
129
- };
130
- edit_control?: {
113
+ unmention_data: {};
114
+ edit_control: {
131
115
  edit_tweet_ids?: string[];
132
116
  editable_until_msecs?: string;
133
117
  is_edit_eligible?: boolean;
@@ -140,13 +124,13 @@ export interface CustomSearchTimelineEntry {
140
124
  edits_remaining: string;
141
125
  };
142
126
  };
143
- is_translatable?: boolean;
144
- views?: {
127
+ is_translatable: boolean;
128
+ views: {
145
129
  count?: string;
146
130
  state: string;
147
131
  };
148
- source?: string;
149
- legacy?: {
132
+ source: string;
133
+ legacy: {
150
134
  bookmark_count: number;
151
135
  bookmarked: boolean;
152
136
  created_at: string;
@@ -157,27 +141,6 @@ export interface CustomSearchTimelineEntry {
157
141
  indices: number[];
158
142
  text: string;
159
143
  }[];
160
- symbols: {
161
- indices: number[];
162
- text: string;
163
- }[];
164
- timestamps?: {
165
- indices: number[];
166
- seconds: number;
167
- text: string;
168
- }[];
169
- urls: {
170
- display_url: string;
171
- expanded_url: string;
172
- url: string;
173
- indices: number[];
174
- }[];
175
- user_mentions: {
176
- id_str: string;
177
- name: string;
178
- screen_name: string;
179
- indices: number[];
180
- }[];
181
144
  media?: {
182
145
  display_url: string;
183
146
  expanded_url: string;
@@ -264,6 +227,16 @@ export interface CustomSearchTimelineEntry {
264
227
  h: number;
265
228
  }[];
266
229
  };
230
+ allow_download_status?: {
231
+ allow_download: boolean;
232
+ };
233
+ media_results: {
234
+ result: {
235
+ media_key: string;
236
+ };
237
+ };
238
+ source_status_id_str?: string;
239
+ source_user_id_str?: string;
267
240
  additional_media_info?: {
268
241
  monetizable: boolean;
269
242
  source_user?: {
@@ -272,24 +245,13 @@ export interface CustomSearchTimelineEntry {
272
245
  __typename: string;
273
246
  id: string;
274
247
  rest_id: string;
275
- affiliates_highlighted_label: {
276
- label?: {
277
- url: {
278
- url: string;
279
- urlType: string;
280
- };
281
- badge: {
282
- url: string;
283
- };
284
- description: string;
285
- userLabelType: string;
286
- userLabelDisplayType: string;
287
- };
288
- };
248
+ affiliates_highlighted_label: {};
289
249
  has_graduated_access: boolean;
250
+ parody_commentary_fan_label: string;
290
251
  is_blue_verified: boolean;
291
252
  profile_image_shape: string;
292
253
  legacy: {
254
+ following: boolean;
293
255
  can_dm: boolean;
294
256
  can_media_tag: boolean;
295
257
  created_at: string;
@@ -298,20 +260,7 @@ export interface CustomSearchTimelineEntry {
298
260
  description: string;
299
261
  entities: {
300
262
  description: {
301
- urls: {
302
- display_url: string;
303
- expanded_url: string;
304
- url: string;
305
- indices: number[];
306
- }[];
307
- };
308
- url?: {
309
- urls: {
310
- display_url: string;
311
- expanded_url: string;
312
- url: string;
313
- indices: number[];
314
- }[];
263
+ urls: unknown[];
315
264
  };
316
265
  };
317
266
  fast_followers_count: number;
@@ -327,7 +276,6 @@ export interface CustomSearchTimelineEntry {
327
276
  normal_followers_count: number;
328
277
  pinned_tweet_ids_str: string[];
329
278
  possibly_sensitive: boolean;
330
- profile_banner_url?: string;
331
279
  profile_image_url_https: string;
332
280
  profile_interstitial_type: string;
333
281
  screen_name: string;
@@ -336,60 +284,38 @@ export interface CustomSearchTimelineEntry {
336
284
  verified: boolean;
337
285
  want_retweets: boolean;
338
286
  withheld_in_countries: unknown[];
339
- url?: string;
340
- blocking?: boolean;
341
- verified_type?: string;
342
287
  };
343
- professional?: {
344
- rest_id: string;
345
- professional_type: string;
346
- category: {
347
- id: number;
348
- name: string;
349
- icon_name: string;
350
- }[];
351
- };
352
- super_follow_eligible?: boolean;
288
+ tipjar_settings: {};
353
289
  };
354
290
  };
355
291
  };
356
- title?: string;
357
- description?: string;
358
- embeddable?: boolean;
359
292
  };
360
293
  video_info?: {
361
294
  aspect_ratio: number[];
362
295
  duration_millis?: number;
363
296
  variants: {
364
- bitrate?: number;
365
297
  content_type: string;
366
298
  url: string;
299
+ bitrate?: number;
367
300
  }[];
368
301
  };
369
- source_status_id_str?: string;
370
- source_user_id_str?: string;
371
302
  ext_alt_text?: string;
372
- sensitive_media_warning?: {
373
- other: boolean;
374
- };
303
+ }[];
304
+ symbols: unknown[];
305
+ timestamps: unknown[];
306
+ urls: {
307
+ display_url: string;
308
+ expanded_url: string;
309
+ url: string;
310
+ indices: number[];
311
+ }[];
312
+ user_mentions: {
313
+ id_str: string;
314
+ name: string;
315
+ screen_name: string;
316
+ indices: number[];
375
317
  }[];
376
318
  };
377
- favorite_count: number;
378
- favorited: boolean;
379
- full_text: string;
380
- in_reply_to_screen_name?: string;
381
- in_reply_to_status_id_str?: string;
382
- in_reply_to_user_id_str?: string;
383
- is_quote_status: boolean;
384
- lang: string;
385
- quote_count: number;
386
- reply_count: number;
387
- retweet_count: number;
388
- retweeted: boolean;
389
- user_id_str: string;
390
- id_str: string;
391
- possibly_sensitive?: boolean;
392
- possibly_sensitive_editable?: boolean;
393
319
  extended_entities?: {
394
320
  media: {
395
321
  display_url: string;
@@ -477,6 +403,16 @@ export interface CustomSearchTimelineEntry {
477
403
  h: number;
478
404
  }[];
479
405
  };
406
+ allow_download_status?: {
407
+ allow_download: boolean;
408
+ };
409
+ media_results: {
410
+ result: {
411
+ media_key: string;
412
+ };
413
+ };
414
+ source_status_id_str?: string;
415
+ source_user_id_str?: string;
480
416
  additional_media_info?: {
481
417
  monetizable: boolean;
482
418
  source_user?: {
@@ -485,24 +421,13 @@ export interface CustomSearchTimelineEntry {
485
421
  __typename: string;
486
422
  id: string;
487
423
  rest_id: string;
488
- affiliates_highlighted_label: {
489
- label?: {
490
- url: {
491
- url: string;
492
- urlType: string;
493
- };
494
- badge: {
495
- url: string;
496
- };
497
- description: string;
498
- userLabelType: string;
499
- userLabelDisplayType: string;
500
- };
501
- };
424
+ affiliates_highlighted_label: {};
502
425
  has_graduated_access: boolean;
426
+ parody_commentary_fan_label: string;
503
427
  is_blue_verified: boolean;
504
428
  profile_image_shape: string;
505
429
  legacy: {
430
+ following: boolean;
506
431
  can_dm: boolean;
507
432
  can_media_tag: boolean;
508
433
  created_at: string;
@@ -511,20 +436,7 @@ export interface CustomSearchTimelineEntry {
511
436
  description: string;
512
437
  entities: {
513
438
  description: {
514
- urls: {
515
- display_url: string;
516
- expanded_url: string;
517
- url: string;
518
- indices: number[];
519
- }[];
520
- };
521
- url?: {
522
- urls: {
523
- display_url: string;
524
- expanded_url: string;
525
- url: string;
526
- indices: number[];
527
- }[];
439
+ urls: unknown[];
528
440
  };
529
441
  };
530
442
  fast_followers_count: number;
@@ -540,7 +452,6 @@ export interface CustomSearchTimelineEntry {
540
452
  normal_followers_count: number;
541
453
  pinned_tweet_ids_str: string[];
542
454
  possibly_sensitive: boolean;
543
- profile_banner_url?: string;
544
455
  profile_image_url_https: string;
545
456
  profile_interstitial_type: string;
546
457
  screen_name: string;
@@ -549,50 +460,49 @@ export interface CustomSearchTimelineEntry {
549
460
  verified: boolean;
550
461
  want_retweets: boolean;
551
462
  withheld_in_countries: unknown[];
552
- url?: string;
553
- blocking?: boolean;
554
- verified_type?: string;
555
- };
556
- professional?: {
557
- rest_id: string;
558
- professional_type: string;
559
- category: {
560
- id: number;
561
- name: string;
562
- icon_name: string;
563
- }[];
564
463
  };
565
- super_follow_eligible?: boolean;
464
+ tipjar_settings: {};
566
465
  };
567
466
  };
568
467
  };
569
- title?: string;
570
- description?: string;
571
- embeddable?: boolean;
572
468
  };
573
469
  video_info?: {
574
470
  aspect_ratio: number[];
575
471
  duration_millis?: number;
576
472
  variants: {
577
- bitrate?: number;
578
473
  content_type: string;
579
474
  url: string;
475
+ bitrate?: number;
580
476
  }[];
581
477
  };
582
- source_status_id_str?: string;
583
- source_user_id_str?: string;
584
478
  ext_alt_text?: string;
585
- sensitive_media_warning?: {
586
- other: boolean;
587
- };
588
479
  }[];
589
480
  };
481
+ favorite_count: number;
482
+ favorited: boolean;
483
+ full_text: string;
484
+ is_quote_status: boolean;
485
+ lang: string;
486
+ possibly_sensitive?: boolean;
487
+ possibly_sensitive_editable?: boolean;
488
+ quote_count: number;
489
+ reply_count: number;
490
+ retweet_count: number;
491
+ retweeted: boolean;
492
+ user_id_str: string;
493
+ id_str: string;
494
+ scopes?: {
495
+ followers: boolean;
496
+ };
590
497
  quoted_status_id_str?: string;
591
498
  quoted_status_permalink?: {
592
499
  url: string;
593
500
  expanded: string;
594
501
  display: string;
595
502
  };
503
+ in_reply_to_screen_name?: string;
504
+ in_reply_to_status_id_str?: string;
505
+ in_reply_to_user_id_str?: string;
596
506
  place?: {
597
507
  bounding_box: {
598
508
  coordinates: number[][][];
@@ -606,163 +516,16 @@ export interface CustomSearchTimelineEntry {
606
516
  place_type: string;
607
517
  url: string;
608
518
  };
609
- conversation_control?: {
610
- policy: string;
611
- conversation_owner_results: {
612
- result: {
613
- __typename: string;
614
- legacy: {
615
- screen_name: string;
616
- };
617
- };
618
- };
619
- };
620
- limited_actions?: string;
621
- scopes?: {
622
- followers: boolean;
623
- };
624
- };
625
- card?: {
626
- rest_id: string;
627
- legacy: {
628
- binding_values: {
629
- key: string;
630
- value: {
631
- image_value?: {
632
- height: number;
633
- width: number;
634
- url: string;
635
- alt?: string;
636
- };
637
- type: string;
638
- string_value?: string;
639
- scribe_key?: string;
640
- image_color_value?: {
641
- palette: {
642
- rgb: {
643
- blue: number;
644
- green: number;
645
- red: number;
646
- };
647
- percentage: number;
648
- }[];
649
- };
650
- user_value?: {
651
- id_str: string;
652
- path: unknown[];
653
- };
654
- boolean_value?: boolean;
655
- };
656
- }[];
657
- card_platform: {
658
- platform: {
659
- audience: {
660
- name: string;
661
- };
662
- device: {
663
- name: string;
664
- version: string;
665
- };
666
- };
667
- };
668
- name: string;
669
- url: string;
670
- user_refs_results: {
671
- result: {
672
- __typename: string;
673
- id?: string;
674
- rest_id?: string;
675
- affiliates_highlighted_label?: {
676
- label?: {
677
- url: {
678
- url: string;
679
- urlType: string;
680
- };
681
- badge: {
682
- url: string;
683
- };
684
- description: string;
685
- userLabelType: string;
686
- userLabelDisplayType: string;
687
- };
688
- };
689
- has_graduated_access?: boolean;
690
- is_blue_verified?: boolean;
691
- profile_image_shape?: string;
692
- legacy?: {
693
- blocking?: boolean;
694
- can_dm: boolean;
695
- can_media_tag: boolean;
696
- created_at: string;
697
- default_profile: boolean;
698
- default_profile_image: boolean;
699
- description: string;
700
- entities: {
701
- description: {
702
- urls: {
703
- display_url: string;
704
- expanded_url: string;
705
- url: string;
706
- indices: number[];
707
- }[];
708
- };
709
- url?: {
710
- urls: {
711
- display_url?: string;
712
- expanded_url?: string;
713
- url: string;
714
- indices: number[];
715
- }[];
716
- };
717
- };
718
- fast_followers_count: number;
719
- favourites_count: number;
720
- followers_count: number;
721
- friends_count: number;
722
- has_custom_timelines: boolean;
723
- is_translator: boolean;
724
- listed_count: number;
725
- location: string;
726
- media_count: number;
727
- name: string;
728
- normal_followers_count: number;
729
- pinned_tweet_ids_str: string[];
730
- possibly_sensitive: boolean;
731
- profile_banner_url?: string;
732
- profile_image_url_https: string;
733
- profile_interstitial_type: string;
734
- screen_name: string;
735
- statuses_count: number;
736
- translator_type: string;
737
- url?: string;
738
- verified: boolean;
739
- verified_type?: string;
740
- want_retweets: boolean;
741
- withheld_in_countries: unknown[];
742
- protected?: boolean;
743
- following?: boolean;
744
- };
745
- professional?: {
746
- rest_id: string;
747
- professional_type: string;
748
- category: {
749
- id: number;
750
- name: string;
751
- icon_name: string;
752
- }[];
753
- };
754
- message?: string;
755
- reason?: string;
756
- super_follow_eligible?: boolean;
757
- };
758
- }[];
759
- };
760
519
  };
761
- unified_card?: {
762
- card_fetch_state: string;
520
+ previous_counts?: {
521
+ bookmark_count: number;
522
+ favorite_count: number;
523
+ quote_count: number;
524
+ reply_count: number;
525
+ retweet_count: number;
763
526
  };
764
527
  quoted_status_result?: {
765
- result?: {
528
+ result: {
766
529
  __typename: string;
767
530
  rest_id?: string;
768
531
  core?: {
@@ -786,9 +549,11 @@ export interface CustomSearchTimelineEntry {
786
549
  };
787
550
  };
788
551
  has_graduated_access: boolean;
552
+ parody_commentary_fan_label: string;
789
553
  is_blue_verified: boolean;
790
554
  profile_image_shape: string;
791
555
  legacy: {
556
+ following: boolean;
792
557
  can_dm: boolean;
793
558
  can_media_tag: boolean;
794
559
  created_at: string;
@@ -826,95 +591,40 @@ export interface CustomSearchTimelineEntry {
826
591
  normal_followers_count: number;
827
592
  pinned_tweet_ids_str: string[];
828
593
  possibly_sensitive: boolean;
829
- profile_banner_url?: string;
594
+ profile_banner_url: string;
830
595
  profile_image_url_https: string;
831
596
  profile_interstitial_type: string;
832
597
  screen_name: string;
833
598
  statuses_count: number;
834
599
  translator_type: string;
600
+ url?: string;
835
601
  verified: boolean;
836
602
  want_retweets: boolean;
837
603
  withheld_in_countries: unknown[];
838
- url?: string;
839
604
  verified_type?: string;
840
- following?: boolean;
841
605
  };
606
+ tipjar_settings: {};
842
607
  professional?: {
843
608
  rest_id: string;
844
609
  professional_type: string;
845
- category: {
846
- id: number;
847
- name: string;
848
- icon_name: string;
849
- }[];
610
+ category: unknown[];
850
611
  };
851
- super_follow_eligible?: boolean;
852
612
  };
853
613
  };
854
614
  };
855
615
  unmention_data?: {};
856
616
  edit_control?: {
857
- edit_tweet_ids?: string[];
858
- editable_until_msecs?: string;
859
- is_edit_eligible?: boolean;
860
- edits_remaining?: string;
861
- initial_tweet_id?: string;
862
- edit_control_initial?: {
863
- edit_tweet_ids: string[];
864
- editable_until_msecs: string;
865
- is_edit_eligible: boolean;
866
- edits_remaining: string;
867
- };
617
+ edit_tweet_ids: string[];
618
+ editable_until_msecs: string;
619
+ is_edit_eligible: boolean;
620
+ edits_remaining: string;
868
621
  };
869
622
  is_translatable?: boolean;
870
623
  views?: {
871
- count: string;
624
+ count?: string;
872
625
  state: string;
873
626
  };
874
627
  source?: string;
875
- note_tweet?: {
876
- is_expandable: boolean;
877
- note_tweet_results: {
878
- result: {
879
- id: string;
880
- text: string;
881
- entity_set: {
882
- hashtags: {
883
- indices: number[];
884
- text: string;
885
- }[];
886
- symbols: unknown[];
887
- timestamps?: {
888
- indices: number[];
889
- seconds: number;
890
- text: string;
891
- }[];
892
- urls: {
893
- display_url: string;
894
- expanded_url: string;
895
- url: string;
896
- indices: number[];
897
- }[];
898
- user_mentions: {
899
- id_str: string;
900
- name: string;
901
- screen_name: string;
902
- indices: number[];
903
- }[];
904
- };
905
- richtext?: {
906
- richtext_tags: {
907
- from_index: number;
908
- to_index: number;
909
- richtext_types: string[];
910
- }[];
911
- };
912
- media?: {
913
- inline_media: unknown[];
914
- };
915
- };
916
- };
917
- };
918
628
  legacy?: {
919
629
  bookmark_count: number;
920
630
  bookmarked: boolean;
@@ -922,10 +632,7 @@ export interface CustomSearchTimelineEntry {
922
632
  conversation_id_str: string;
923
633
  display_text_range: number[];
924
634
  entities: {
925
- hashtags: {
926
- indices: number[];
927
- text: string;
928
- }[];
635
+ hashtags: unknown[];
929
636
  media?: {
930
637
  display_url: string;
931
638
  expanded_url: string;
@@ -935,85 +642,6 @@ export interface CustomSearchTimelineEntry {
935
642
  media_url_https: string;
936
643
  type: string;
937
644
  url: string;
938
- additional_media_info?: {
939
- monetizable: boolean;
940
- source_user?: {
941
- user_results: {
942
- result: {
943
- __typename: string;
944
- id: string;
945
- rest_id: string;
946
- affiliates_highlighted_label: {};
947
- has_graduated_access: boolean;
948
- is_blue_verified: boolean;
949
- profile_image_shape: string;
950
- legacy: {
951
- blocking?: boolean;
952
- can_dm: boolean;
953
- can_media_tag: boolean;
954
- created_at: string;
955
- default_profile: boolean;
956
- default_profile_image: boolean;
957
- description: string;
958
- entities: {
959
- description: {
960
- urls: {
961
- display_url: string;
962
- expanded_url: string;
963
- url: string;
964
- indices: number[];
965
- }[];
966
- };
967
- url?: {
968
- urls: {
969
- display_url: string;
970
- expanded_url: string;
971
- url: string;
972
- indices: number[];
973
- }[];
974
- };
975
- };
976
- fast_followers_count: number;
977
- favourites_count: number;
978
- followers_count: number;
979
- friends_count: number;
980
- has_custom_timelines: boolean;
981
- is_translator: boolean;
982
- listed_count: number;
983
- location: string;
984
- media_count: number;
985
- name: string;
986
- normal_followers_count: number;
987
- pinned_tweet_ids_str: string[];
988
- possibly_sensitive: boolean;
989
- profile_banner_url: string;
990
- profile_image_url_https: string;
991
- profile_interstitial_type: string;
992
- screen_name: string;
993
- statuses_count: number;
994
- translator_type: string;
995
- url?: string;
996
- verified: boolean;
997
- want_retweets: boolean;
998
- withheld_in_countries: unknown[];
999
- verified_type?: string;
1000
- };
1001
- professional?: {
1002
- rest_id: string;
1003
- professional_type: string;
1004
- category: {
1005
- id: number;
1006
- name: string;
1007
- icon_name: string;
1008
- }[];
1009
- };
1010
- };
1011
- };
1012
- };
1013
- title?: string;
1014
- description?: string;
1015
- embeddable?: boolean;
1016
- };
1017
645
  ext_media_availability: {
1018
646
  status: string;
1019
647
  };
@@ -1049,14 +677,22 @@ export interface CustomSearchTimelineEntry {
1049
677
  h: number;
1050
678
  }[];
1051
679
  };
680
+ allow_download_status?: {
681
+ allow_download: boolean;
682
+ };
1052
683
  video_info?: {
1053
684
  aspect_ratio: number[];
1054
- duration_millis?: number;
1055
685
  variants: {
1056
686
  bitrate?: number;
1057
687
  content_type: string;
1058
688
  url: string;
1059
689
  }[];
690
+ duration_millis?: number;
691
+ };
692
+ media_results: {
693
+ result: {
694
+ media_key: string;
695
+ };
1060
696
  };
1061
697
  features?: {
1062
698
  large: {
@@ -1091,33 +727,20 @@ export interface CustomSearchTimelineEntry {
1091
727
  w: number;
1092
728
  }[];
1093
729
  };
1094
- all?: {
1095
- tags: {
1096
- user_id: string;
1097
- name: string;
1098
- screen_name: string;
1099
- type: string;
1100
- }[];
1101
- };
1102
730
  };
1103
- source_status_id_str?: string;
1104
- source_user_id_str?: string;
1105
- ext_alt_text?: string;
731
+ additional_media_info?: {
732
+ monetizable: boolean;
733
+ };
1106
734
  }[];
1107
735
  symbols: unknown[];
1108
- timestamps?: unknown[];
736
+ timestamps: unknown[];
1109
737
  urls: {
1110
738
  display_url: string;
1111
739
  expanded_url: string;
1112
740
  url: string;
1113
741
  indices: number[];
1114
742
  }[];
1115
- user_mentions: {
1116
- id_str: string;
1117
- name: string;
1118
- screen_name: string;
1119
- indices: number[];
1120
- }[];
743
+ user_mentions: unknown[];
1121
744
  };
1122
745
  extended_entities?: {
1123
746
  media: {
@@ -1129,85 +752,6 @@ export interface CustomSearchTimelineEntry {
1129
752
  media_url_https: string;
1130
753
  type: string;
1131
754
  url: string;
1132
- additional_media_info?: {
1133
- monetizable: boolean;
1134
- source_user?: {
1135
- user_results: {
1136
- result: {
1137
- __typename: string;
1138
- id: string;
1139
- rest_id: string;
1140
- affiliates_highlighted_label: {};
1141
- has_graduated_access: boolean;
1142
- is_blue_verified: boolean;
1143
- profile_image_shape: string;
1144
- legacy: {
1145
- blocking?: boolean;
1146
- can_dm: boolean;
1147
- can_media_tag: boolean;
1148
- created_at: string;
1149
- default_profile: boolean;
1150
- default_profile_image: boolean;
1151
- description: string;
1152
- entities: {
1153
- description: {
1154
- urls: {
1155
- display_url: string;
1156
- expanded_url: string;
1157
- url: string;
1158
- indices: number[];
1159
- }[];
1160
- };
1161
- url?: {
1162
- urls: {
1163
- display_url: string;
1164
- expanded_url: string;
1165
- url: string;
1166
- indices: number[];
1167
- }[];
1168
- };
1169
- };
1170
- fast_followers_count: number;
1171
- favourites_count: number;
1172
- followers_count: number;
1173
- friends_count: number;
1174
- has_custom_timelines: boolean;
1175
- is_translator: boolean;
1176
- listed_count: number;
1177
- location: string;
1178
- media_count: number;
1179
- name: string;
1180
- normal_followers_count: number;
1181
- pinned_tweet_ids_str: string[];
1182
- possibly_sensitive: boolean;
1183
- profile_banner_url: string;
1184
- profile_image_url_https: string;
1185
- profile_interstitial_type: string;
1186
- screen_name: string;
1187
- statuses_count: number;
1188
- translator_type: string;
1189
- url?: string;
1190
- verified: boolean;
1191
- want_retweets: boolean;
1192
- withheld_in_countries: unknown[];
1193
- verified_type?: string;
1194
- };
1195
- professional?: {
1196
- rest_id: string;
1197
- professional_type: string;
1198
- category: {
1199
- id: number;
1200
- name: string;
1201
- icon_name: string;
1202
- }[];
1203
- };
1204
- };
1205
- };
1206
- };
1207
- title?: string;
1208
- description?: string;
1209
- embeddable?: boolean;
1210
- };
1211
755
  ext_media_availability: {
1212
756
  status: string;
1213
757
  };
@@ -1243,14 +787,22 @@ export interface CustomSearchTimelineEntry {
1243
787
  h: number;
1244
788
  }[];
1245
789
  };
790
+ allow_download_status?: {
791
+ allow_download: boolean;
792
+ };
1246
793
  video_info?: {
1247
794
  aspect_ratio: number[];
1248
- duration_millis?: number;
1249
795
  variants: {
1250
796
  bitrate?: number;
1251
797
  content_type: string;
1252
798
  url: string;
1253
799
  }[];
800
+ duration_millis?: number;
801
+ };
802
+ media_results: {
803
+ result: {
804
+ media_key: string;
805
+ };
1254
806
  };
1255
807
  features?: {
1256
808
  large: {
@@ -1285,18 +837,10 @@ export interface CustomSearchTimelineEntry {
1285
837
  w: number;
1286
838
  }[];
1287
839
  };
1288
- all?: {
1289
- tags: {
1290
- user_id: string;
1291
- name: string;
1292
- screen_name: string;
1293
- type: string;
1294
- }[];
1295
- };
1296
840
  };
1297
- source_status_id_str?: string;
1298
- source_user_id_str?: string;
1299
- ext_alt_text?: string;
841
+ additional_media_info?: {
842
+ monetizable: boolean;
843
+ };
1300
844
  }[];
1301
845
  };
1302
846
  favorite_count: number;
@@ -1312,178 +856,6 @@ export interface CustomSearchTimelineEntry {
1312
856
  retweeted: boolean;
1313
857
  user_id_str: string;
1314
858
  id_str: string;
1315
- quoted_status_id_str?: string;
1316
- quoted_status_permalink?: {
1317
- url: string;
1318
- expanded: string;
1319
- display: string;
1320
- };
1321
- in_reply_to_screen_name?: string;
1322
- in_reply_to_status_id_str?: string;
1323
- in_reply_to_user_id_str?: string;
1324
- place?: {
1325
- bounding_box: {
1326
- coordinates: number[][][];
1327
- type: string;
1328
- };
1329
- country: string;
1330
- country_code: string;
1331
- full_name: string;
1332
- name: string;
1333
- id: string;
1334
- place_type: string;
1335
- url: string;
1336
- };
1337
- scopes?: {
1338
- followers: boolean;
1339
- };
1340
- };
1341
- card?: {
1342
- rest_id: string;
1343
- legacy: {
1344
- binding_values: {
1345
- key: string;
1346
- value: {
1347
- image_value?: {
1348
- height: number;
1349
- width: number;
1350
- url: string;
1351
- alt?: string;
1352
- };
1353
- type: string;
1354
- string_value?: string;
1355
- scribe_key?: string;
1356
- image_color_value?: {
1357
- palette: {
1358
- rgb: {
1359
- blue: number;
1360
- green: number;
1361
- red: number;
1362
- };
1363
- percentage: number;
1364
- }[];
1365
- };
1366
- user_value?: {
1367
- id_str: string;
1368
- path: unknown[];
1369
- };
1370
- boolean_value?: boolean;
1371
- };
1372
- }[];
1373
- card_platform: {
1374
- platform: {
1375
- audience: {
1376
- name: string;
1377
- };
1378
- device: {
1379
- name: string;
1380
- version: string;
1381
- };
1382
- };
1383
- };
1384
- name: string;
1385
- url: string;
1386
- user_refs_results: {
1387
- result: {
1388
- __typename: string;
1389
- id: string;
1390
- rest_id: string;
1391
- affiliates_highlighted_label: {
1392
- label?: {
1393
- url: {
1394
- url: string;
1395
- urlType: string;
1396
- };
1397
- badge: {
1398
- url: string;
1399
- };
1400
- description: string;
1401
- userLabelType: string;
1402
- userLabelDisplayType: string;
1403
- };
1404
- };
1405
- has_graduated_access: boolean;
1406
- is_blue_verified: boolean;
1407
- profile_image_shape: string;
1408
- legacy: {
1409
- blocking?: boolean;
1410
- can_dm: boolean;
1411
- can_media_tag: boolean;
1412
- created_at: string;
1413
- default_profile: boolean;
1414
- default_profile_image: boolean;
1415
- description: string;
1416
- entities: {
1417
- description: {
1418
- urls: {
1419
- display_url: string;
1420
- expanded_url: string;
1421
- url: string;
1422
- indices: number[];
1423
- }[];
1424
- };
1425
- url: {
1426
- urls: {
1427
- display_url: string;
1428
- expanded_url: string;
1429
- url: string;
1430
- indices: number[];
1431
- }[];
1432
- };
1433
- };
1434
- fast_followers_count: number;
1435
- favourites_count: number;
1436
- followers_count: number;
1437
- friends_count: number;
1438
- has_custom_timelines: boolean;
1439
- is_translator: boolean;
1440
- listed_count: number;
1441
- location: string;
1442
- media_count: number;
1443
- name: string;
1444
- normal_followers_count: number;
1445
- pinned_tweet_ids_str: string[];
1446
- possibly_sensitive: boolean;
1447
- profile_banner_url: string;
1448
- profile_image_url_https: string;
1449
- profile_interstitial_type: string;
1450
- screen_name: string;
1451
- statuses_count: number;
1452
- translator_type: string;
1453
- url: string;
1454
- verified: boolean;
1455
- verified_type?: string;
1456
- want_retweets: boolean;
1457
- withheld_in_countries: unknown[];
1458
- };
1459
- professional?: {
1460
- rest_id: string;
1461
- professional_type: string;
1462
- category: {
1463
- id: number;
1464
- name: string;
1465
- icon_name: string;
1466
- }[];
1467
- };
1468
- };
1469
- }[];
1470
- };
1471
- };
1472
- unified_card?: {
1473
- card_fetch_state: string;
1474
- };
1475
- quotedRefResult?: {
1476
- result?: {
1477
- __typename: string;
1478
- rest_id?: string;
1479
- tweet?: {
1480
- rest_id: string;
1481
- };
1482
- };
1483
- };
1484
- edit_perspective?: {
1485
- favorited: boolean;
1486
- retweeted: boolean;
1487
859
  };
1488
860
  tweet?: {
1489
861
  rest_id: string;
@@ -1495,9 +867,11 @@ export interface CustomSearchTimelineEntry {
1495
867
  rest_id: string;
1496
868
  affiliates_highlighted_label: {};
1497
869
  has_graduated_access: boolean;
870
+ parody_commentary_fan_label: string;
1498
871
  is_blue_verified: boolean;
1499
872
  profile_image_shape: string;
1500
873
  legacy: {
874
+ following: boolean;
1501
875
  can_dm: boolean;
1502
876
  can_media_tag: boolean;
1503
877
  created_at: string;
@@ -1506,14 +880,9 @@ export interface CustomSearchTimelineEntry {
1506
880
  description: string;
1507
881
  entities: {
1508
882
  description: {
1509
- urls: {
1510
- display_url: string;
1511
- expanded_url: string;
1512
- url: string;
1513
- indices: number[];
1514
- }[];
883
+ urls: unknown[];
1515
884
  };
1516
- url?: {
885
+ url: {
1517
886
  urls: {
1518
887
  display_url: string;
1519
888
  expanded_url: string;
@@ -1535,27 +904,23 @@ export interface CustomSearchTimelineEntry {
1535
904
  normal_followers_count: number;
1536
905
  pinned_tweet_ids_str: string[];
1537
906
  possibly_sensitive: boolean;
1538
- profile_banner_url?: string;
907
+ profile_banner_url: string;
1539
908
  profile_image_url_https: string;
1540
909
  profile_interstitial_type: string;
1541
910
  screen_name: string;
1542
911
  statuses_count: number;
1543
912
  translator_type: string;
913
+ url: string;
1544
914
  verified: boolean;
1545
915
  want_retweets: boolean;
1546
916
  withheld_in_countries: unknown[];
1547
- following?: boolean;
1548
- url?: string;
1549
917
  };
1550
- professional?: {
918
+ professional: {
1551
919
  rest_id: string;
1552
920
  professional_type: string;
1553
- category: {
1554
- id: number;
1555
- name: string;
1556
- icon_name: string;
1557
- }[];
921
+ category: unknown[];
1558
922
  };
923
+ tipjar_settings: {};
1559
924
  };
1560
925
  };
1561
926
  };
@@ -1566,10 +931,6 @@ export interface CustomSearchTimelineEntry {
1566
931
  is_edit_eligible: boolean;
1567
932
  edits_remaining: string;
1568
933
  };
1569
- edit_perspective?: {
1570
- favorited: boolean;
1571
- retweeted: boolean;
1572
- };
1573
934
  is_translatable: boolean;
1574
935
  views: {
1575
936
  count: string;
@@ -1580,7 +941,7 @@ export interface CustomSearchTimelineEntry {
1580
941
  bookmark_count: number;
1581
942
  bookmarked: boolean;
1582
943
  created_at: string;
1583
- conversation_control?: {
944
+ conversation_control: {
1584
945
  policy: string;
1585
946
  conversation_owner_results: {
1586
947
  result: {
@@ -1594,11 +955,8 @@ export interface CustomSearchTimelineEntry {
1594
955
  conversation_id_str: string;
1595
956
  display_text_range: number[];
1596
957
  entities: {
1597
- hashtags: {
1598
- indices: number[];
1599
- text: string;
1600
- }[];
1601
- media?: {
958
+ hashtags: unknown[];
959
+ media: {
1602
960
  display_url: string;
1603
961
  expanded_url: string;
1604
962
  id_str: string;
@@ -1610,7 +968,7 @@ export interface CustomSearchTimelineEntry {
1610
968
  ext_media_availability: {
1611
969
  status: string;
1612
970
  };
1613
- features?: {
971
+ features: {
1614
972
  large: {
1615
973
  faces: {
1616
974
  x: number;
@@ -1676,35 +1034,21 @@ export interface CustomSearchTimelineEntry {
1676
1034
  h: number;
1677
1035
  }[];
1678
1036
  };
1679
- additional_media_info?: {
1680
- monetizable: boolean;
1037
+ allow_download_status: {
1038
+ allow_download: boolean;
1681
1039
  };
1682
- video_info?: {
1683
- aspect_ratio: number[];
1684
- duration_millis: number;
1685
- variants: {
1686
- bitrate?: number;
1687
- content_type: string;
1688
- url: string;
1689
- }[];
1040
+ media_results: {
1041
+ result: {
1042
+ media_key: string;
1043
+ };
1690
1044
  };
1691
1045
  }[];
1692
1046
  symbols: unknown[];
1693
- timestamps?: unknown[];
1694
- urls: {
1695
- display_url: string;
1696
- expanded_url: string;
1697
- url: string;
1698
- indices: number[];
1699
- }[];
1700
- user_mentions: {
1701
- id_str: string;
1702
- name: string;
1703
- screen_name: string;
1704
- indices: number[];
1705
- }[];
1047
+ timestamps: unknown[];
1048
+ urls: unknown[];
1049
+ user_mentions: unknown[];
1706
1050
  };
1707
- extended_entities?: {
1051
+ extended_entities: {
1708
1052
  media: {
1709
1053
  display_url: string;
1710
1054
  expanded_url: string;
@@ -1717,7 +1061,7 @@ export interface CustomSearchTimelineEntry {
1717
1061
  ext_media_availability: {
1718
1062
  status: string;
1719
1063
  };
1720
- features?: {
1064
+ features: {
1721
1065
  large: {
1722
1066
  faces: {
1723
1067
  x: number;
@@ -1783,17 +1127,13 @@ export interface CustomSearchTimelineEntry {
1783
1127
  h: number;
1784
1128
  }[];
1785
1129
  };
1786
- additional_media_info?: {
1787
- monetizable: boolean;
1130
+ allow_download_status: {
1131
+ allow_download: boolean;
1788
1132
  };
1789
- video_info?: {
1790
- aspect_ratio: number[];
1791
- duration_millis: number;
1792
- variants: {
1793
- bitrate?: number;
1794
- content_type: string;
1795
- url: string;
1796
- }[];
1133
+ media_results: {
1134
+ result: {
1135
+ media_key: string;
1136
+ };
1797
1137
  };
1798
1138
  }[];
1799
1139
  };
@@ -1802,1602 +1142,116 @@ export interface CustomSearchTimelineEntry {
1802
1142
  full_text: string;
1803
1143
  is_quote_status: boolean;
1804
1144
  lang: string;
1805
- limited_actions: string;
1806
- possibly_sensitive?: boolean;
1807
- possibly_sensitive_editable?: boolean;
1145
+ possibly_sensitive: boolean;
1146
+ possibly_sensitive_editable: boolean;
1808
1147
  quote_count: number;
1809
1148
  reply_count: number;
1810
1149
  retweet_count: number;
1811
1150
  retweeted: boolean;
1812
1151
  user_id_str: string;
1813
1152
  id_str: string;
1814
- quoted_status_id_str?: string;
1815
- quoted_status_permalink?: {
1816
- url: string;
1817
- expanded: string;
1818
- display: string;
1819
- };
1820
1153
  };
1821
- unified_card?: {
1822
- card_fetch_state: string;
1823
- };
1824
- quotedRefResult?: {
1825
- result?: {
1154
+ };
1155
+ limitedActionResults?: {
1156
+ limited_actions: {
1157
+ action: string;
1158
+ prompt: {
1826
1159
  __typename: string;
1827
- rest_id: string;
1828
- };
1829
- };
1830
- note_tweet?: {
1831
- is_expandable: boolean;
1832
- note_tweet_results: {
1833
- result: {
1834
- id: string;
1835
- text: string;
1836
- entity_set: {
1837
- hashtags: unknown[];
1838
- symbols: unknown[];
1839
- timestamps: unknown[];
1840
- urls: unknown[];
1841
- user_mentions: unknown[];
1842
- };
1843
- };
1844
- };
1845
- };
1846
- };
1847
- limitedActionResults?: {
1848
- limited_actions: {
1849
- action: string;
1850
- prompt?: {
1851
- __typename: string;
1852
- cta_type: string;
1853
- headline: {
1854
- text: string;
1855
- entities: unknown[];
1856
- };
1857
- subtext: {
1858
- text: string;
1859
- entities: unknown[];
1860
- };
1861
- };
1862
- }[];
1863
- };
1864
- previous_counts?: {
1865
- bookmark_count: number;
1866
- favorite_count: number;
1867
- quote_count: number;
1868
- reply_count: number;
1869
- retweet_count: number;
1870
- };
1871
- };
1872
- };
1873
- tweet?: {
1874
- rest_id: string;
1875
- core: {
1876
- user_results: {
1877
- result: {
1878
- __typename: string;
1879
- id: string;
1880
- rest_id: string;
1881
- affiliates_highlighted_label: {};
1882
- has_graduated_access: boolean;
1883
- is_blue_verified: boolean;
1884
- profile_image_shape: string;
1885
- legacy: {
1886
- can_dm: boolean;
1887
- can_media_tag: boolean;
1888
- created_at: string;
1889
- default_profile: boolean;
1890
- default_profile_image: boolean;
1891
- description: string;
1892
- entities: {
1893
- description: {
1894
- urls: {
1895
- display_url: string;
1896
- expanded_url: string;
1897
- url: string;
1898
- indices: number[];
1899
- }[];
1900
- };
1901
- url?: {
1902
- urls: {
1903
- display_url: string;
1904
- expanded_url: string;
1905
- url: string;
1906
- indices: number[];
1907
- }[];
1908
- };
1909
- };
1910
- fast_followers_count: number;
1911
- favourites_count: number;
1912
- followers_count: number;
1913
- friends_count: number;
1914
- has_custom_timelines: boolean;
1915
- is_translator: boolean;
1916
- listed_count: number;
1917
- location: string;
1918
- media_count: number;
1919
- name: string;
1920
- normal_followers_count: number;
1921
- pinned_tweet_ids_str: string[];
1922
- possibly_sensitive: boolean;
1923
- profile_banner_url?: string;
1924
- profile_image_url_https: string;
1925
- profile_interstitial_type: string;
1926
- screen_name: string;
1927
- statuses_count: number;
1928
- translator_type: string;
1929
- url?: string;
1930
- verified: boolean;
1931
- want_retweets: boolean;
1932
- withheld_in_countries: unknown[];
1933
- verified_type?: string;
1934
- };
1935
- professional?: {
1936
- rest_id: string;
1937
- professional_type: string;
1938
- category: {
1939
- id: number;
1940
- name: string;
1941
- icon_name: string;
1942
- }[];
1943
- };
1944
- };
1945
- };
1946
- };
1947
- card?: {
1948
- rest_id: string;
1949
- legacy: {
1950
- binding_values: {
1951
- key: string;
1952
- value: {
1953
- image_value?: {
1954
- height: number;
1955
- width: number;
1956
- url: string;
1957
- alt?: string;
1958
- };
1959
- type: string;
1960
- string_value?: string;
1961
- scribe_key?: string;
1962
- user_value?: {
1963
- id_str: string;
1964
- path: unknown[];
1965
- };
1966
- image_color_value?: {
1967
- palette: {
1968
- rgb: {
1969
- blue: number;
1970
- green: number;
1971
- red: number;
1972
- };
1973
- percentage: number;
1974
- }[];
1975
- };
1976
- };
1977
- }[];
1978
- card_platform: {
1979
- platform: {
1980
- audience: {
1981
- name: string;
1982
- };
1983
- device: {
1984
- name: string;
1985
- version: string;
1986
- };
1987
- };
1988
- };
1989
- name: string;
1990
- url: string;
1991
- user_refs_results: {
1992
- result: {
1993
- __typename: string;
1994
- id: string;
1995
- rest_id: string;
1996
- affiliates_highlighted_label: {
1997
- label?: {
1998
- url: {
1999
- url: string;
2000
- urlType: string;
2001
- };
2002
- badge: {
2003
- url: string;
2004
- };
2005
- description: string;
2006
- userLabelType: string;
2007
- userLabelDisplayType: string;
2008
- };
2009
- };
2010
- has_graduated_access: boolean;
2011
- is_blue_verified: boolean;
2012
- profile_image_shape: string;
2013
- legacy: {
2014
- blocking?: boolean;
2015
- can_dm: boolean;
2016
- can_media_tag: boolean;
2017
- created_at: string;
2018
- default_profile: boolean;
2019
- default_profile_image: boolean;
2020
- description: string;
2021
- entities: {
2022
- description: {
2023
- urls: {
2024
- display_url: string;
2025
- expanded_url: string;
2026
- url: string;
2027
- indices: number[];
2028
- }[];
2029
- };
2030
- url?: {
2031
- urls: {
2032
- display_url: string;
2033
- expanded_url: string;
2034
- url: string;
2035
- indices: number[];
2036
- }[];
2037
- };
2038
- };
2039
- fast_followers_count: number;
2040
- favourites_count: number;
2041
- followers_count: number;
2042
- friends_count: number;
2043
- has_custom_timelines: boolean;
2044
- is_translator: boolean;
2045
- listed_count: number;
2046
- location: string;
2047
- media_count: number;
2048
- name: string;
2049
- normal_followers_count: number;
2050
- pinned_tweet_ids_str: string[];
2051
- possibly_sensitive: boolean;
2052
- profile_banner_url: string;
2053
- profile_image_url_https: string;
2054
- profile_interstitial_type: string;
2055
- screen_name: string;
2056
- statuses_count: number;
2057
- translator_type: string;
2058
- url?: string;
2059
- verified: boolean;
2060
- verified_type?: string;
2061
- want_retweets: boolean;
2062
- withheld_in_countries: unknown[];
2063
- };
2064
- professional?: {
2065
- rest_id: string;
2066
- professional_type: string;
2067
- category: {
2068
- id: number;
2069
- name: string;
2070
- icon_name: string;
2071
- }[];
2072
- };
2073
- };
2074
- }[];
2075
- };
2076
- };
2077
- unmention_data: {};
2078
- unified_card?: {
2079
- card_fetch_state: string;
2080
- };
2081
- edit_control: {
2082
- edit_tweet_ids: string[];
2083
- editable_until_msecs: string;
2084
- is_edit_eligible: boolean;
2085
- edits_remaining: string;
2086
- };
2087
- is_translatable: boolean;
2088
- views: {
2089
- count?: string;
2090
- state: string;
2091
- };
2092
- source: string;
2093
- legacy: {
2094
- bookmark_count: number;
2095
- bookmarked: boolean;
2096
- created_at: string;
2097
- conversation_control?: {
2098
- policy: string;
2099
- conversation_owner_results: {
2100
- result: {
2101
- __typename: string;
2102
- legacy: {
2103
- screen_name: string;
2104
- };
2105
- };
2106
- };
2107
- };
2108
- conversation_id_str: string;
2109
- display_text_range: number[];
2110
- entities: {
2111
- hashtags: {
2112
- indices: number[];
2113
- text: string;
2114
- }[];
2115
- symbols: {
2116
- indices: number[];
2117
- text: string;
2118
- }[];
2119
- timestamps?: unknown[];
2120
- urls: {
2121
- display_url: string;
2122
- expanded_url: string;
2123
- url: string;
2124
- indices: number[];
2125
- }[];
2126
- user_mentions: {
2127
- id_str: string;
2128
- name: string;
2129
- screen_name: string;
2130
- indices: number[];
2131
- }[];
2132
- media?: {
2133
- display_url: string;
2134
- expanded_url: string;
2135
- id_str: string;
2136
- indices: number[];
2137
- media_key: string;
2138
- media_url_https: string;
2139
- type: string;
2140
- url: string;
2141
- ext_media_availability: {
2142
- status: string;
2143
- };
2144
- features?: {
2145
- large: {
2146
- faces: {
2147
- x: number;
2148
- y: number;
2149
- h: number;
2150
- w: number;
2151
- }[];
2152
- };
2153
- medium: {
2154
- faces: {
2155
- x: number;
2156
- y: number;
2157
- h: number;
2158
- w: number;
2159
- }[];
2160
- };
2161
- small: {
2162
- faces: {
2163
- x: number;
2164
- y: number;
2165
- h: number;
2166
- w: number;
2167
- }[];
2168
- };
2169
- orig: {
2170
- faces: {
2171
- x: number;
2172
- y: number;
2173
- h: number;
2174
- w: number;
2175
- }[];
2176
- };
2177
- };
2178
- sizes: {
2179
- large: {
2180
- h: number;
2181
- w: number;
2182
- resize: string;
2183
- };
2184
- medium: {
2185
- h: number;
2186
- w: number;
2187
- resize: string;
2188
- };
2189
- small: {
2190
- h: number;
2191
- w: number;
2192
- resize: string;
2193
- };
2194
- thumb: {
2195
- h: number;
2196
- w: number;
2197
- resize: string;
2198
- };
2199
- };
2200
- original_info: {
2201
- height: number;
2202
- width: number;
2203
- focus_rects: {
2204
- x: number;
2205
- y: number;
2206
- w: number;
2207
- h: number;
2208
- }[];
2209
- };
2210
- additional_media_info?: {
2211
- monetizable: boolean;
2212
- source_user?: {
2213
- user_results: {
2214
- result: {
2215
- __typename: string;
2216
- id: string;
2217
- rest_id: string;
2218
- affiliates_highlighted_label: {};
2219
- has_graduated_access: boolean;
2220
- is_blue_verified: boolean;
2221
- profile_image_shape: string;
2222
- legacy: {
2223
- can_dm: boolean;
2224
- can_media_tag: boolean;
2225
- created_at: string;
2226
- default_profile: boolean;
2227
- default_profile_image: boolean;
2228
- description: string;
2229
- entities: {
2230
- description: {
2231
- urls: unknown[];
2232
- };
2233
- };
2234
- fast_followers_count: number;
2235
- favourites_count: number;
2236
- followers_count: number;
2237
- friends_count: number;
2238
- has_custom_timelines: boolean;
2239
- is_translator: boolean;
2240
- listed_count: number;
2241
- location: string;
2242
- media_count: number;
2243
- name: string;
2244
- normal_followers_count: number;
2245
- pinned_tweet_ids_str: unknown[];
2246
- possibly_sensitive: boolean;
2247
- profile_banner_url: string;
2248
- profile_image_url_https: string;
2249
- profile_interstitial_type: string;
2250
- screen_name: string;
2251
- statuses_count: number;
2252
- translator_type: string;
2253
- verified: boolean;
2254
- want_retweets: boolean;
2255
- withheld_in_countries: unknown[];
2256
- };
2257
- };
2258
- };
2259
- };
2260
- };
2261
- video_info?: {
2262
- aspect_ratio: number[];
2263
- duration_millis: number;
2264
- variants: {
2265
- bitrate?: number;
2266
- content_type: string;
2267
- url: string;
2268
- }[];
2269
- };
2270
- source_status_id_str?: string;
2271
- source_user_id_str?: string;
2272
- }[];
2273
- };
2274
- favorite_count: number;
2275
- favorited: boolean;
2276
- full_text: string;
2277
- is_quote_status: boolean;
2278
- lang: string;
2279
- limited_actions?: string;
2280
- possibly_sensitive?: boolean;
2281
- possibly_sensitive_editable?: boolean;
2282
- quote_count: number;
2283
- reply_count: number;
2284
- retweet_count: number;
2285
- retweeted: boolean;
2286
- user_id_str: string;
2287
- id_str: string;
2288
- extended_entities?: {
2289
- media: {
2290
- display_url: string;
2291
- expanded_url: string;
2292
- id_str: string;
2293
- indices: number[];
2294
- media_key: string;
2295
- media_url_https: string;
2296
- type: string;
2297
- url: string;
2298
- ext_media_availability: {
2299
- status: string;
2300
- };
2301
- features?: {
2302
- large: {
2303
- faces: {
2304
- x: number;
2305
- y: number;
2306
- h: number;
2307
- w: number;
2308
- }[];
2309
- };
2310
- medium: {
2311
- faces: {
2312
- x: number;
2313
- y: number;
2314
- h: number;
2315
- w: number;
2316
- }[];
2317
- };
2318
- small: {
2319
- faces: {
2320
- x: number;
2321
- y: number;
2322
- h: number;
2323
- w: number;
2324
- }[];
2325
- };
2326
- orig: {
2327
- faces: {
2328
- x: number;
2329
- y: number;
2330
- h: number;
2331
- w: number;
2332
- }[];
2333
- };
2334
- };
2335
- sizes: {
2336
- large: {
2337
- h: number;
2338
- w: number;
2339
- resize: string;
2340
- };
2341
- medium: {
2342
- h: number;
2343
- w: number;
2344
- resize: string;
2345
- };
2346
- small: {
2347
- h: number;
2348
- w: number;
2349
- resize: string;
2350
- };
2351
- thumb: {
2352
- h: number;
2353
- w: number;
2354
- resize: string;
2355
- };
2356
- };
2357
- original_info: {
2358
- height: number;
2359
- width: number;
2360
- focus_rects: {
2361
- x: number;
2362
- y: number;
2363
- w: number;
2364
- h: number;
2365
- }[];
2366
- };
2367
- additional_media_info?: {
2368
- monetizable: boolean;
2369
- source_user?: {
2370
- user_results: {
2371
- result: {
2372
- __typename: string;
2373
- id: string;
2374
- rest_id: string;
2375
- affiliates_highlighted_label: {};
2376
- has_graduated_access: boolean;
2377
- is_blue_verified: boolean;
2378
- profile_image_shape: string;
2379
- legacy: {
2380
- can_dm: boolean;
2381
- can_media_tag: boolean;
2382
- created_at: string;
2383
- default_profile: boolean;
2384
- default_profile_image: boolean;
2385
- description: string;
2386
- entities: {
2387
- description: {
2388
- urls: unknown[];
2389
- };
2390
- };
2391
- fast_followers_count: number;
2392
- favourites_count: number;
2393
- followers_count: number;
2394
- friends_count: number;
2395
- has_custom_timelines: boolean;
2396
- is_translator: boolean;
2397
- listed_count: number;
2398
- location: string;
2399
- media_count: number;
2400
- name: string;
2401
- normal_followers_count: number;
2402
- pinned_tweet_ids_str: unknown[];
2403
- possibly_sensitive: boolean;
2404
- profile_banner_url: string;
2405
- profile_image_url_https: string;
2406
- profile_interstitial_type: string;
2407
- screen_name: string;
2408
- statuses_count: number;
2409
- translator_type: string;
2410
- verified: boolean;
2411
- want_retweets: boolean;
2412
- withheld_in_countries: unknown[];
2413
- };
2414
- };
2415
- };
2416
- };
2417
- };
2418
- video_info?: {
2419
- aspect_ratio: number[];
2420
- duration_millis: number;
2421
- variants: {
2422
- bitrate?: number;
2423
- content_type: string;
2424
- url: string;
2425
- }[];
2426
- };
2427
- source_status_id_str?: string;
2428
- source_user_id_str?: string;
2429
- }[];
2430
- };
2431
- quoted_status_id_str?: string;
2432
- quoted_status_permalink?: {
2433
- url: string;
2434
- expanded: string;
2435
- display: string;
2436
- };
2437
- in_reply_to_screen_name?: string;
2438
- in_reply_to_status_id_str?: string;
2439
- in_reply_to_user_id_str?: string;
2440
- scopes?: {
2441
- followers: boolean;
2442
- };
2443
- };
2444
- quoted_status_result?: {
2445
- result: {
2446
- __typename: string;
2447
- tweet?: {
2448
- rest_id: string;
2449
- core: {
2450
- user_results: {
2451
- result: {
2452
- __typename: string;
2453
- id: string;
2454
- rest_id: string;
2455
- affiliates_highlighted_label: {};
2456
- has_graduated_access: boolean;
2457
- is_blue_verified: boolean;
2458
- profile_image_shape: string;
2459
- legacy: {
2460
- can_dm: boolean;
2461
- can_media_tag: boolean;
2462
- created_at: string;
2463
- default_profile: boolean;
2464
- default_profile_image: boolean;
2465
- description: string;
2466
- entities: {
2467
- description: {
2468
- urls: unknown[];
2469
- };
2470
- url?: {
2471
- urls: {
2472
- display_url: string;
2473
- expanded_url: string;
2474
- url: string;
2475
- indices: number[];
2476
- }[];
2477
- };
2478
- };
2479
- fast_followers_count: number;
2480
- favourites_count: number;
2481
- followers_count: number;
2482
- friends_count: number;
2483
- has_custom_timelines: boolean;
2484
- is_translator: boolean;
2485
- listed_count: number;
2486
- location: string;
2487
- media_count: number;
2488
- name: string;
2489
- normal_followers_count: number;
2490
- pinned_tweet_ids_str: string[];
2491
- possibly_sensitive: boolean;
2492
- profile_banner_url: string;
2493
- profile_image_url_https: string;
2494
- profile_interstitial_type: string;
2495
- screen_name: string;
2496
- statuses_count: number;
2497
- translator_type: string;
2498
- url?: string;
2499
- verified: boolean;
2500
- want_retweets: boolean;
2501
- withheld_in_countries: unknown[];
2502
- };
2503
- professional?: {
2504
- rest_id: string;
2505
- professional_type: string;
2506
- category: {
2507
- id: number;
2508
- name: string;
2509
- icon_name: string;
2510
- }[];
2511
- };
2512
- };
2513
- };
2514
- };
2515
- card?: {
2516
- rest_id: string;
2517
- legacy: {
2518
- binding_values: {
2519
- key: string;
2520
- value: {
2521
- image_value?: {
2522
- height: number;
2523
- width: number;
2524
- url: string;
2525
- };
2526
- type: string;
2527
- string_value?: string;
2528
- scribe_key?: string;
2529
- user_value?: {
2530
- id_str: string;
2531
- path: unknown[];
2532
- };
2533
- image_color_value?: {
2534
- palette: {
2535
- rgb: {
2536
- blue: number;
2537
- green: number;
2538
- red: number;
2539
- };
2540
- percentage: number;
2541
- }[];
2542
- };
2543
- boolean_value?: boolean;
2544
- };
2545
- }[];
2546
- card_platform: {
2547
- platform: {
2548
- audience: {
2549
- name: string;
2550
- };
2551
- device: {
2552
- name: string;
2553
- version: string;
2554
- };
2555
- };
2556
- };
2557
- name: string;
2558
- url: string;
2559
- user_refs_results: {
2560
- result: {
2561
- __typename: string;
2562
- id: string;
2563
- rest_id: string;
2564
- affiliates_highlighted_label: {};
2565
- has_graduated_access: boolean;
2566
- is_blue_verified: boolean;
2567
- profile_image_shape: string;
2568
- legacy: {
2569
- can_dm: boolean;
2570
- can_media_tag: boolean;
2571
- created_at: string;
2572
- default_profile: boolean;
2573
- default_profile_image: boolean;
2574
- description: string;
2575
- entities: {
2576
- description: {
2577
- urls: unknown[];
2578
- };
2579
- url: {
2580
- urls: {
2581
- display_url: string;
2582
- expanded_url: string;
2583
- url: string;
2584
- indices: number[];
2585
- }[];
2586
- };
2587
- };
2588
- fast_followers_count: number;
2589
- favourites_count: number;
2590
- followers_count: number;
2591
- friends_count: number;
2592
- has_custom_timelines: boolean;
2593
- is_translator: boolean;
2594
- listed_count: number;
2595
- location: string;
2596
- media_count: number;
2597
- name: string;
2598
- normal_followers_count: number;
2599
- pinned_tweet_ids_str: unknown[];
2600
- possibly_sensitive: boolean;
2601
- profile_banner_url: string;
2602
- profile_image_url_https: string;
2603
- profile_interstitial_type: string;
2604
- screen_name: string;
2605
- statuses_count: number;
2606
- translator_type: string;
2607
- url: string;
2608
- verified: boolean;
2609
- verified_type: string;
2610
- want_retweets: boolean;
2611
- withheld_in_countries: unknown[];
2612
- };
2613
- professional: {
2614
- rest_id: string;
2615
- professional_type: string;
2616
- category: {
2617
- id: number;
2618
- name: string;
2619
- icon_name: string;
2620
- }[];
2621
- };
2622
- };
2623
- }[];
2624
- };
2625
- };
2626
- unmention_data: {};
2627
- unified_card?: {
2628
- card_fetch_state: string;
2629
- };
2630
- edit_control: {
2631
- edit_tweet_ids: string[];
2632
- editable_until_msecs: string;
2633
- is_edit_eligible: boolean;
2634
- edits_remaining: string;
2635
- };
2636
- is_translatable: boolean;
2637
- views: {
2638
- count: string;
2639
- state: string;
2640
- };
2641
- source: string;
2642
- legacy: {
2643
- bookmark_count: number;
2644
- bookmarked: boolean;
2645
- created_at: string;
2646
- conversation_control?: {
2647
- policy: string;
2648
- conversation_owner_results: {
2649
- result: {
2650
- __typename: string;
2651
- legacy: {
2652
- screen_name: string;
2653
- };
2654
- };
2655
- };
2656
- };
2657
- conversation_id_str: string;
2658
- display_text_range: number[];
2659
- entities: {
2660
- hashtags: {
2661
- indices: number[];
2662
- text: string;
2663
- }[];
2664
- symbols: unknown[];
2665
- timestamps?: unknown[];
2666
- urls: {
2667
- display_url: string;
2668
- expanded_url: string;
2669
- url: string;
2670
- indices: number[];
2671
- }[];
2672
- user_mentions: {
2673
- id_str: string;
2674
- name: string;
2675
- screen_name: string;
2676
- indices: number[];
2677
- }[];
2678
- media?: {
2679
- display_url: string;
2680
- expanded_url: string;
2681
- id_str: string;
2682
- indices: number[];
2683
- media_key: string;
2684
- media_url_https: string;
2685
- type: string;
2686
- url: string;
2687
- ext_media_availability: {
2688
- status: string;
2689
- };
2690
- features: {
2691
- large: {
2692
- faces: {
2693
- x: number;
2694
- y: number;
2695
- h: number;
2696
- w: number;
2697
- }[];
2698
- };
2699
- medium: {
2700
- faces: {
2701
- x: number;
2702
- y: number;
2703
- h: number;
2704
- w: number;
2705
- }[];
2706
- };
2707
- small: {
2708
- faces: {
2709
- x: number;
2710
- y: number;
2711
- h: number;
2712
- w: number;
2713
- }[];
2714
- };
2715
- orig: {
2716
- faces: {
2717
- x: number;
2718
- y: number;
2719
- h: number;
2720
- w: number;
2721
- }[];
2722
- };
2723
- };
2724
- sizes: {
2725
- large: {
2726
- h: number;
2727
- w: number;
2728
- resize: string;
2729
- };
2730
- medium: {
2731
- h: number;
2732
- w: number;
2733
- resize: string;
2734
- };
2735
- small: {
2736
- h: number;
2737
- w: number;
2738
- resize: string;
2739
- };
2740
- thumb: {
2741
- h: number;
2742
- w: number;
2743
- resize: string;
2744
- };
2745
- };
2746
- original_info: {
2747
- height: number;
2748
- width: number;
2749
- focus_rects: {
2750
- x: number;
2751
- y: number;
2752
- w: number;
2753
- h: number;
2754
- }[];
2755
- };
2756
- }[];
2757
- };
2758
- favorite_count: number;
2759
- favorited: boolean;
2760
- full_text: string;
2761
- is_quote_status: boolean;
2762
- lang: string;
2763
- limited_actions: string;
2764
- possibly_sensitive: boolean;
2765
- possibly_sensitive_editable: boolean;
2766
- quote_count: number;
2767
- reply_count: number;
2768
- retweet_count: number;
2769
- retweeted: boolean;
2770
- user_id_str: string;
2771
- id_str: string;
2772
- extended_entities?: {
2773
- media: {
2774
- display_url: string;
2775
- expanded_url: string;
2776
- id_str: string;
2777
- indices: number[];
2778
- media_key: string;
2779
- media_url_https: string;
2780
- type: string;
2781
- url: string;
2782
- ext_media_availability: {
2783
- status: string;
2784
- };
2785
- features: {
2786
- large: {
2787
- faces: {
2788
- x: number;
2789
- y: number;
2790
- h: number;
2791
- w: number;
2792
- }[];
2793
- };
2794
- medium: {
2795
- faces: {
2796
- x: number;
2797
- y: number;
2798
- h: number;
2799
- w: number;
2800
- }[];
2801
- };
2802
- small: {
2803
- faces: {
2804
- x: number;
2805
- y: number;
2806
- h: number;
2807
- w: number;
2808
- }[];
2809
- };
2810
- orig: {
2811
- faces: {
2812
- x: number;
2813
- y: number;
2814
- h: number;
2815
- w: number;
2816
- }[];
2817
- };
2818
- };
2819
- sizes: {
2820
- large: {
2821
- h: number;
2822
- w: number;
2823
- resize: string;
2824
- };
2825
- medium: {
2826
- h: number;
2827
- w: number;
2828
- resize: string;
2829
- };
2830
- small: {
2831
- h: number;
2832
- w: number;
2833
- resize: string;
2834
- };
2835
- thumb: {
2836
- h: number;
2837
- w: number;
2838
- resize: string;
2839
- };
2840
- };
2841
- original_info: {
2842
- height: number;
2843
- width: number;
2844
- focus_rects: {
2845
- x: number;
2846
- y: number;
2847
- w: number;
2848
- h: number;
2849
- }[];
2850
- };
2851
- }[];
2852
- };
2853
- scopes?: {
2854
- followers: boolean;
2855
- };
2856
- };
2857
- edit_perspective?: {
2858
- favorited: boolean;
2859
- retweeted: boolean;
2860
- };
2861
- };
2862
- limitedActionResults?: {
2863
- limited_actions: {
2864
- action: string;
2865
- prompt?: {
2866
- __typename: string;
2867
- cta_type: string;
2868
- headline: {
2869
- text: string;
2870
- entities: unknown[];
2871
- };
2872
- subtext: {
2873
- text: string;
2874
- entities: unknown[];
2875
- };
2876
- };
2877
- }[];
2878
- };
2879
- rest_id?: string;
2880
- core?: {
2881
- user_results: {
2882
- result: {
2883
- __typename: string;
2884
- id: string;
2885
- rest_id: string;
2886
- affiliates_highlighted_label: {};
2887
- has_graduated_access: boolean;
2888
- is_blue_verified: boolean;
2889
- profile_image_shape: string;
2890
- legacy: {
2891
- can_dm: boolean;
2892
- can_media_tag: boolean;
2893
- created_at: string;
2894
- default_profile: boolean;
2895
- default_profile_image: boolean;
2896
- description: string;
2897
- entities: {
2898
- description: {
2899
- urls: unknown[];
2900
- };
2901
- url?: {
2902
- urls: {
2903
- display_url: string;
2904
- expanded_url: string;
2905
- url: string;
2906
- indices: number[];
2907
- }[];
2908
- };
2909
- };
2910
- fast_followers_count: number;
2911
- favourites_count: number;
2912
- followers_count: number;
2913
- friends_count: number;
2914
- has_custom_timelines: boolean;
2915
- is_translator: boolean;
2916
- listed_count: number;
2917
- location: string;
2918
- media_count: number;
2919
- name: string;
2920
- normal_followers_count: number;
2921
- pinned_tweet_ids_str: string[];
2922
- possibly_sensitive: boolean;
2923
- profile_banner_url: string;
2924
- profile_image_url_https: string;
2925
- profile_interstitial_type: string;
2926
- screen_name: string;
2927
- statuses_count: number;
2928
- translator_type: string;
2929
- url?: string;
2930
- verified: boolean;
2931
- want_retweets: boolean;
2932
- withheld_in_countries: unknown[];
2933
- };
2934
- };
2935
- };
2936
- };
2937
- unmention_data?: {};
2938
- edit_control?: {
2939
- edit_tweet_ids: string[];
2940
- editable_until_msecs: string;
2941
- is_edit_eligible: boolean;
2942
- edits_remaining: string;
2943
- };
2944
- is_translatable?: boolean;
2945
- views?: {
2946
- count: string;
2947
- state: string;
2948
- };
2949
- source?: string;
2950
- legacy?: {
2951
- bookmark_count: number;
2952
- bookmarked: boolean;
2953
- created_at: string;
2954
- conversation_id_str: string;
2955
- display_text_range: number[];
2956
- entities: {
2957
- hashtags: {
2958
- indices: number[];
2959
- text: string;
2960
- }[];
2961
- media: {
2962
- display_url: string;
2963
- expanded_url: string;
2964
- id_str: string;
2965
- indices: number[];
2966
- media_key: string;
2967
- media_url_https: string;
2968
- type: string;
2969
- url: string;
2970
- additional_media_info: {
2971
- monetizable: boolean;
2972
- };
2973
- ext_media_availability: {
2974
- status: string;
2975
- };
2976
- sizes: {
2977
- large: {
2978
- h: number;
2979
- w: number;
2980
- resize: string;
2981
- };
2982
- medium: {
2983
- h: number;
2984
- w: number;
2985
- resize: string;
2986
- };
2987
- small: {
2988
- h: number;
2989
- w: number;
2990
- resize: string;
2991
- };
2992
- thumb: {
2993
- h: number;
2994
- w: number;
2995
- resize: string;
2996
- };
2997
- };
2998
- original_info: {
2999
- height: number;
3000
- width: number;
3001
- focus_rects: unknown[];
3002
- };
3003
- video_info: {
3004
- aspect_ratio: number[];
3005
- duration_millis: number;
3006
- variants: {
3007
- bitrate?: number;
3008
- content_type: string;
3009
- url: string;
3010
- }[];
3011
- };
3012
- }[];
3013
- symbols: unknown[];
3014
- timestamps: unknown[];
3015
- urls: unknown[];
3016
- user_mentions: unknown[];
3017
- };
3018
- extended_entities: {
3019
- media: {
3020
- display_url: string;
3021
- expanded_url: string;
3022
- id_str: string;
3023
- indices: number[];
3024
- media_key: string;
3025
- media_url_https: string;
3026
- type: string;
3027
- url: string;
3028
- additional_media_info: {
3029
- monetizable: boolean;
3030
- };
3031
- ext_media_availability: {
3032
- status: string;
3033
- };
3034
- sizes: {
3035
- large: {
3036
- h: number;
3037
- w: number;
3038
- resize: string;
3039
- };
3040
- medium: {
3041
- h: number;
3042
- w: number;
3043
- resize: string;
3044
- };
3045
- small: {
3046
- h: number;
3047
- w: number;
3048
- resize: string;
3049
- };
3050
- thumb: {
3051
- h: number;
3052
- w: number;
3053
- resize: string;
3054
- };
3055
- };
3056
- original_info: {
3057
- height: number;
3058
- width: number;
3059
- focus_rects: unknown[];
3060
- };
3061
- video_info: {
3062
- aspect_ratio: number[];
3063
- duration_millis: number;
3064
- variants: {
3065
- bitrate?: number;
3066
- content_type: string;
3067
- url: string;
3068
- }[];
3069
- };
3070
- }[];
3071
- };
3072
- favorite_count: number;
3073
- favorited: boolean;
3074
- full_text: string;
3075
- is_quote_status: boolean;
3076
- lang: string;
3077
- possibly_sensitive: boolean;
3078
- possibly_sensitive_editable: boolean;
3079
- quote_count: number;
3080
- reply_count: number;
3081
- retweet_count: number;
3082
- retweeted: boolean;
3083
- user_id_str: string;
3084
- id_str: string;
3085
- in_reply_to_screen_name?: string;
3086
- in_reply_to_status_id_str?: string;
3087
- in_reply_to_user_id_str?: string;
3088
- };
3089
- };
3090
- };
3091
- edit_perspective?: {
3092
- favorited: boolean;
3093
- retweeted: boolean;
3094
- };
3095
- author_community_relationship?: {
3096
- community_results: {
3097
- result: {
3098
- __typename: string;
3099
- id_str: string;
3100
- name: string;
3101
- description: string;
3102
- created_at: number;
3103
- actions: {
3104
- delete_action_result: {
3105
- __typename: string;
3106
- reason: string;
3107
- };
3108
- join_action_result: {
3109
- __typename: string;
3110
- reason?: string;
3111
- message?: string;
3112
- };
3113
- leave_action_result: {
3114
- __typename: string;
3115
- reason: string;
3116
- message: string;
3117
- };
3118
- pin_action_result: {
3119
- __typename: string;
3120
- };
3121
- };
3122
- admin_results: {
3123
- result: {
3124
- __typename: string;
3125
- id: string;
3126
- rest_id: string;
3127
- affiliates_highlighted_label: {};
3128
- has_graduated_access: boolean;
3129
- is_blue_verified: boolean;
3130
- profile_image_shape: string;
3131
- legacy: {
3132
- can_dm: boolean;
3133
- can_media_tag: boolean;
3134
- created_at: string;
3135
- default_profile: boolean;
3136
- default_profile_image: boolean;
3137
- description: string;
3138
- entities: {
3139
- description: {
3140
- urls: {
3141
- display_url: string;
3142
- expanded_url: string;
3143
- url: string;
3144
- indices: number[];
3145
- }[];
3146
- };
3147
- url?: {
3148
- urls: {
3149
- display_url: string;
3150
- expanded_url: string;
3151
- url: string;
3152
- indices: number[];
3153
- }[];
3154
- };
3155
- };
3156
- fast_followers_count: number;
3157
- favourites_count: number;
3158
- followers_count: number;
3159
- friends_count: number;
3160
- has_custom_timelines: boolean;
3161
- is_translator: boolean;
3162
- listed_count: number;
3163
- location: string;
3164
- media_count: number;
3165
- name: string;
3166
- normal_followers_count: number;
3167
- pinned_tweet_ids_str: string[];
3168
- possibly_sensitive: boolean;
3169
- profile_banner_url: string;
3170
- profile_image_url_https: string;
3171
- profile_interstitial_type: string;
3172
- screen_name: string;
3173
- statuses_count: number;
3174
- translator_type: string;
3175
- url?: string;
3176
- verified: boolean;
3177
- want_retweets: boolean;
3178
- withheld_in_countries: unknown[];
3179
- };
3180
- professional?: {
3181
- rest_id: string;
3182
- professional_type: string;
3183
- category: unknown[];
3184
- };
3185
- };
3186
- };
3187
- creator_results: {
3188
- result: {
3189
- __typename: string;
3190
- id: string;
3191
- rest_id: string;
3192
- affiliates_highlighted_label: {};
3193
- has_graduated_access: boolean;
3194
- is_blue_verified: boolean;
3195
- profile_image_shape: string;
3196
- legacy: {
3197
- can_dm: boolean;
3198
- can_media_tag: boolean;
3199
- created_at: string;
3200
- default_profile: boolean;
3201
- default_profile_image: boolean;
3202
- description: string;
3203
- entities: {
3204
- description: {
3205
- urls: {
3206
- display_url: string;
3207
- expanded_url: string;
3208
- url: string;
3209
- indices: number[];
3210
- }[];
3211
- };
3212
- url?: {
3213
- urls: {
3214
- display_url: string;
3215
- expanded_url: string;
3216
- url: string;
3217
- indices: number[];
3218
- }[];
3219
- };
3220
- };
3221
- fast_followers_count: number;
3222
- favourites_count: number;
3223
- followers_count: number;
3224
- friends_count: number;
3225
- has_custom_timelines: boolean;
3226
- is_translator: boolean;
3227
- listed_count: number;
3228
- location: string;
3229
- media_count: number;
3230
- name: string;
3231
- normal_followers_count: number;
3232
- pinned_tweet_ids_str: string[];
3233
- possibly_sensitive: boolean;
3234
- profile_banner_url: string;
3235
- profile_image_url_https: string;
3236
- profile_interstitial_type: string;
3237
- screen_name: string;
3238
- statuses_count: number;
3239
- translator_type: string;
3240
- url?: string;
3241
- verified: boolean;
3242
- want_retweets: boolean;
3243
- withheld_in_countries: unknown[];
3244
- };
3245
- professional?: {
3246
- rest_id: string;
3247
- professional_type: string;
3248
- category: unknown[];
3249
- };
1160
+ cta_type: string;
1161
+ headline: {
1162
+ text: string;
1163
+ entities: unknown[];
1164
+ };
1165
+ subtext: {
1166
+ text: string;
1167
+ entities: unknown[];
3250
1168
  };
3251
1169
  };
3252
- invites_result: {
3253
- __typename: string;
3254
- reason: string;
3255
- message: string;
3256
- };
3257
- join_policy: string;
3258
- invites_policy: string;
3259
- is_pinned: boolean;
3260
- members_facepile_results: {
3261
- result: {
3262
- __typename: string;
3263
- id: string;
3264
- rest_id: string;
3265
- affiliates_highlighted_label: {};
3266
- has_graduated_access: boolean;
3267
- is_blue_verified: boolean;
3268
- profile_image_shape: string;
3269
- legacy: {
3270
- can_dm: boolean;
3271
- can_media_tag: boolean;
3272
- created_at: string;
3273
- default_profile: boolean;
3274
- default_profile_image: boolean;
3275
- description: string;
3276
- entities: {
3277
- description: {
3278
- urls: {
3279
- display_url: string;
3280
- expanded_url: string;
3281
- url: string;
3282
- indices: number[];
3283
- }[];
3284
- };
3285
- url?: {
3286
- urls: {
3287
- display_url: string;
3288
- expanded_url: string;
3289
- url: string;
3290
- indices: number[];
3291
- }[];
3292
- };
3293
- };
3294
- fast_followers_count: number;
3295
- favourites_count: number;
3296
- followers_count: number;
3297
- friends_count: number;
3298
- has_custom_timelines: boolean;
3299
- is_translator: boolean;
3300
- listed_count: number;
3301
- location: string;
3302
- media_count: number;
3303
- name: string;
3304
- normal_followers_count: number;
3305
- pinned_tweet_ids_str: string[];
3306
- possibly_sensitive: boolean;
3307
- profile_banner_url?: string;
3308
- profile_image_url_https: string;
3309
- profile_interstitial_type: string;
3310
- screen_name: string;
3311
- statuses_count: number;
3312
- translator_type: string;
3313
- url?: string;
3314
- verified: boolean;
3315
- want_retweets: boolean;
3316
- withheld_in_countries: unknown[];
3317
- };
3318
- professional?: {
3319
- rest_id: string;
3320
- professional_type: string;
3321
- category: {
3322
- id: number;
3323
- name: string;
3324
- icon_name: string;
3325
- }[];
3326
- };
1170
+ }[];
1171
+ };
1172
+ note_tweet?: {
1173
+ is_expandable: boolean;
1174
+ note_tweet_results: {
1175
+ result: {
1176
+ id: string;
1177
+ text: string;
1178
+ entity_set: {
1179
+ hashtags: unknown[];
1180
+ symbols: unknown[];
1181
+ urls: {
1182
+ display_url: string;
1183
+ expanded_url: string;
1184
+ url: string;
1185
+ indices: number[];
1186
+ }[];
1187
+ user_mentions: unknown[];
3327
1188
  };
3328
- }[];
3329
- moderator_count: number;
3330
- member_count: number;
3331
- role: string;
3332
- rules: {
3333
- rest_id: string;
3334
- name: string;
3335
- description?: string;
3336
- }[];
3337
- custom_banner_media: {
3338
- media_info: {
3339
- color_info: {
3340
- palette: {
3341
- rgb: {
3342
- red: number;
3343
- green: number;
3344
- blue: number;
3345
- };
3346
- percentage: number;
3347
- }[];
3348
- };
3349
- original_img_url: string;
3350
- original_img_width: number;
3351
- original_img_height: number;
3352
- salient_rect: {
3353
- left: number;
3354
- top: number;
3355
- width: number;
3356
- height: number;
3357
- };
1189
+ richtext: {
1190
+ richtext_tags: unknown[];
1191
+ };
1192
+ media: {
1193
+ inline_media: unknown[];
3358
1194
  };
3359
1195
  };
3360
- default_banner_media: {
3361
- media_info: {
3362
- color_info: {
3363
- palette: {
3364
- rgb: {
3365
- red: number;
3366
- green: number;
3367
- blue: number;
3368
- };
3369
- percentage: number;
3370
- }[];
1196
+ };
1197
+ };
1198
+ };
1199
+ };
1200
+ card?: {
1201
+ rest_id: string;
1202
+ legacy: {
1203
+ binding_values: {
1204
+ key: string;
1205
+ value: {
1206
+ string_value?: string;
1207
+ type: string;
1208
+ scribe_key?: string;
1209
+ image_value?: {
1210
+ height: number;
1211
+ width: number;
1212
+ url: string;
1213
+ };
1214
+ user_value?: {
1215
+ id_str: string;
1216
+ path: unknown[];
1217
+ };
1218
+ image_color_value?: {
1219
+ palette: {
1220
+ rgb: {
1221
+ blue: number;
1222
+ green: number;
1223
+ red: number;
3371
1224
  };
3372
- original_img_url: string;
3373
- original_img_width: number;
3374
- original_img_height: number;
3375
- };
1225
+ percentage: number;
1226
+ }[];
3376
1227
  };
3377
- viewer_relationship: {
3378
- moderation_state: {
3379
- __typename: string;
3380
- };
1228
+ };
1229
+ }[];
1230
+ card_platform: {
1231
+ platform: {
1232
+ audience: {
1233
+ name: string;
3381
1234
  };
3382
- join_requests_result: {
3383
- __typename: string;
1235
+ device: {
1236
+ name: string;
1237
+ version: string;
3384
1238
  };
3385
- default_theme?: string;
3386
- custom_theme?: string;
3387
- question?: string;
3388
1239
  };
3389
1240
  };
3390
- role: string;
3391
- user_results: {
1241
+ name: string;
1242
+ url: string;
1243
+ user_refs_results: {
3392
1244
  result: {
3393
1245
  __typename: string;
3394
1246
  id: string;
3395
1247
  rest_id: string;
3396
1248
  affiliates_highlighted_label: {};
3397
1249
  has_graduated_access: boolean;
1250
+ parody_commentary_fan_label: string;
3398
1251
  is_blue_verified: boolean;
3399
1252
  profile_image_shape: string;
3400
1253
  legacy: {
1254
+ following: boolean;
3401
1255
  can_dm: boolean;
3402
1256
  can_media_tag: boolean;
3403
1257
  created_at: string;
@@ -3408,6 +1262,14 @@ export interface CustomSearchTimelineEntry {
3408
1262
  description: {
3409
1263
  urls: unknown[];
3410
1264
  };
1265
+ url: {
1266
+ urls: {
1267
+ display_url: string;
1268
+ expanded_url: string;
1269
+ url: string;
1270
+ indices: number[];
1271
+ }[];
1272
+ };
3411
1273
  };
3412
1274
  fast_followers_count: number;
3413
1275
  favourites_count: number;
@@ -3428,11 +1290,13 @@ export interface CustomSearchTimelineEntry {
3428
1290
  screen_name: string;
3429
1291
  statuses_count: number;
3430
1292
  translator_type: string;
1293
+ url: string;
3431
1294
  verified: boolean;
1295
+ verified_type: string;
3432
1296
  want_retweets: boolean;
3433
1297
  withheld_in_countries: unknown[];
3434
1298
  };
3435
- professional?: {
1299
+ professional: {
3436
1300
  rest_id: string;
3437
1301
  professional_type: string;
3438
1302
  category: {
@@ -3441,27 +1305,11 @@ export interface CustomSearchTimelineEntry {
3441
1305
  icon_name: string;
3442
1306
  }[];
3443
1307
  };
1308
+ tipjar_settings: {};
3444
1309
  };
3445
- };
1310
+ }[];
3446
1311
  };
3447
1312
  };
3448
- limitedActionResults?: {
3449
- limited_actions: {
3450
- action: string;
3451
- prompt?: {
3452
- __typename: string;
3453
- cta_type: string;
3454
- headline: {
3455
- text: string;
3456
- entities: unknown[];
3457
- };
3458
- subtext: {
3459
- text: string;
3460
- entities: unknown[];
3461
- };
3462
- };
3463
- }[];
3464
- };
3465
1313
  note_tweet?: {
3466
1314
  is_expandable: boolean;
3467
1315
  note_tweet_results: {
@@ -3473,11 +1321,7 @@ export interface CustomSearchTimelineEntry {
3473
1321
  indices: number[];
3474
1322
  text: string;
3475
1323
  }[];
3476
- symbols: {
3477
- indices: number[];
3478
- text: string;
3479
- }[];
3480
- timestamps?: unknown[];
1324
+ symbols: unknown[];
3481
1325
  urls: {
3482
1326
  display_url: string;
3483
1327
  expanded_url: string;
@@ -3490,6 +1334,7 @@ export interface CustomSearchTimelineEntry {
3490
1334
  screen_name: string;
3491
1335
  indices: number[];
3492
1336
  }[];
1337
+ timestamps?: unknown[];
3493
1338
  };
3494
1339
  richtext?: {
3495
1340
  richtext_tags: {
@@ -3504,25 +1349,6 @@ export interface CustomSearchTimelineEntry {
3504
1349
  };
3505
1350
  };
3506
1351
  };
3507
- previous_counts?: {
3508
- bookmark_count: number;
3509
- favorite_count: number;
3510
- quote_count: number;
3511
- reply_count: number;
3512
- retweet_count: number;
3513
- };
3514
- edit_perspective?: {
3515
- favorited: boolean;
3516
- retweeted: boolean;
3517
- };
3518
- superFollowsReplyUserResult?: {
3519
- result: {
3520
- __typename: string;
3521
- legacy: {
3522
- screen_name: string;
3523
- };
3524
- };
3525
- };
3526
1352
  };
3527
1353
  };
3528
1354
  tweetDisplayType: string;
@@ -3532,39 +1358,19 @@ export interface CustomSearchTimelineEntry {
3532
1358
  endIndex: number;
3533
1359
  }[];
3534
1360
  };
3535
- socialContext?: {
3536
- type: string;
3537
- contextType: string;
3538
- text: string;
3539
- landingUrl: {
3540
- url: string;
3541
- urlType: string;
3542
- };
3543
- };
3544
1361
  promotedMetadata?: {
3545
1362
  advertiser_results: {
3546
1363
  result: {
3547
1364
  __typename: string;
3548
1365
  id: string;
3549
1366
  rest_id: string;
3550
- affiliates_highlighted_label: {
3551
- label?: {
3552
- url: {
3553
- url: string;
3554
- urlType: string;
3555
- };
3556
- badge: {
3557
- url: string;
3558
- };
3559
- description: string;
3560
- userLabelType: string;
3561
- userLabelDisplayType: string;
3562
- };
3563
- };
1367
+ affiliates_highlighted_label: {};
3564
1368
  has_graduated_access: boolean;
1369
+ parody_commentary_fan_label: string;
3565
1370
  is_blue_verified: boolean;
3566
1371
  profile_image_shape: string;
3567
1372
  legacy: {
1373
+ following: boolean;
3568
1374
  can_dm: boolean;
3569
1375
  can_media_tag: boolean;
3570
1376
  created_at: string;
@@ -3573,14 +1379,9 @@ export interface CustomSearchTimelineEntry {
3573
1379
  description: string;
3574
1380
  entities: {
3575
1381
  description: {
3576
- urls: {
3577
- display_url: string;
3578
- expanded_url: string;
3579
- url: string;
3580
- indices: number[];
3581
- }[];
1382
+ urls: unknown[];
3582
1383
  };
3583
- url?: {
1384
+ url: {
3584
1385
  urls: {
3585
1386
  display_url: string;
3586
1387
  expanded_url: string;
@@ -3602,28 +1403,19 @@ export interface CustomSearchTimelineEntry {
3602
1403
  normal_followers_count: number;
3603
1404
  pinned_tweet_ids_str: string[];
3604
1405
  possibly_sensitive: boolean;
3605
- profile_banner_url?: string;
1406
+ profile_banner_url: string;
3606
1407
  profile_image_url_https: string;
3607
1408
  profile_interstitial_type: string;
3608
1409
  screen_name: string;
3609
1410
  statuses_count: number;
3610
1411
  translator_type: string;
3611
- url?: string;
1412
+ url: string;
3612
1413
  verified: boolean;
3613
1414
  verified_type?: string;
3614
1415
  want_retweets: boolean;
3615
1416
  withheld_in_countries: unknown[];
3616
- following?: boolean;
3617
- };
3618
- professional?: {
3619
- rest_id: string;
3620
- professional_type: string;
3621
- category: {
3622
- id: number;
3623
- name: string;
3624
- icon_name: string;
3625
- }[];
3626
1417
  };
1418
+ tipjar_settings: {};
3627
1419
  };
3628
1420
  };
3629
1421
  adMetadataContainer: {
@@ -3644,6 +1436,9 @@ export interface CustomSearchTimelineEntry {
3644
1436
  };
3645
1437
  };
3646
1438
  };
1439
+ feedbackInfo?: {
1440
+ feedbackKeys: string[];
1441
+ };
3647
1442
  clientEventInfo: {
3648
1443
  component: string;
3649
1444
  element: string;
@@ -3653,9 +1448,6 @@ export interface CustomSearchTimelineEntry {
3653
1448
  };
3654
1449
  };
3655
1450
  };
3656
- feedbackInfo?: {
3657
- feedbackKeys: string[];
3658
- };
3659
1451
  };
3660
1452
  }
3661
1453
  //# sourceMappingURL=custom-search-timeline-entry.d.ts.map