@book000/twitterts 0.59.97 → 0.60.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.
- package/dist/converter.d.ts.map +1 -1
- package/dist/converter.js +6 -2
- package/dist/converter.js.map +1 -1
- package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +3 -0
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +3748 -3232
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +1516 -1162
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +7300 -7014
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +3831 -3606
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +3247 -2405
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts +5 -6
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts +30 -371
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +10029 -9187
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +325 -325
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +7465 -6603
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts +9338 -8399
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/likes-success.d.ts +24 -365
- package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts +1758 -1250
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +27 -27
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +2964 -2302
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +4310 -3200
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +4 -3
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +5 -4
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +17417 -16218
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts +1 -1
- package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +6320 -5808
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts +7452 -6759
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.js +3 -0
- package/dist/parser/home-timeline-parser.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -78,8 +78,8 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
78
78
|
verified: boolean;
|
|
79
79
|
want_retweets: boolean;
|
|
80
80
|
withheld_in_countries: unknown[];
|
|
81
|
-
muting?: boolean;
|
|
82
81
|
url?: string;
|
|
82
|
+
muting?: boolean;
|
|
83
83
|
needs_phone_verification?: boolean;
|
|
84
84
|
};
|
|
85
85
|
professional?: {
|
|
@@ -90,145 +90,17 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
|
-
card?: {
|
|
94
|
-
rest_id: string;
|
|
95
|
-
legacy: {
|
|
96
|
-
binding_values: {
|
|
97
|
-
key: string;
|
|
98
|
-
value: {
|
|
99
|
-
image_value?: {
|
|
100
|
-
height: number;
|
|
101
|
-
width: number;
|
|
102
|
-
url: string;
|
|
103
|
-
};
|
|
104
|
-
type: string;
|
|
105
|
-
string_value?: string;
|
|
106
|
-
scribe_key?: string;
|
|
107
|
-
user_value?: {
|
|
108
|
-
id_str: string;
|
|
109
|
-
path: unknown[];
|
|
110
|
-
};
|
|
111
|
-
image_color_value?: {
|
|
112
|
-
palette: {
|
|
113
|
-
rgb: {
|
|
114
|
-
blue: number;
|
|
115
|
-
green: number;
|
|
116
|
-
red: number;
|
|
117
|
-
};
|
|
118
|
-
percentage: number;
|
|
119
|
-
}[];
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
}[];
|
|
123
|
-
card_platform: {
|
|
124
|
-
platform: {
|
|
125
|
-
audience: {
|
|
126
|
-
name: string;
|
|
127
|
-
};
|
|
128
|
-
device: {
|
|
129
|
-
name: string;
|
|
130
|
-
version: string;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
name: string;
|
|
135
|
-
url: string;
|
|
136
|
-
user_refs_results: {
|
|
137
|
-
result: {
|
|
138
|
-
__typename: string;
|
|
139
|
-
id: string;
|
|
140
|
-
rest_id: string;
|
|
141
|
-
affiliates_highlighted_label: {
|
|
142
|
-
label?: {
|
|
143
|
-
url: {
|
|
144
|
-
url: string;
|
|
145
|
-
urlType: string;
|
|
146
|
-
};
|
|
147
|
-
badge: {
|
|
148
|
-
url: string;
|
|
149
|
-
};
|
|
150
|
-
description: string;
|
|
151
|
-
userLabelType: string;
|
|
152
|
-
userLabelDisplayType: string;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
has_graduated_access: boolean;
|
|
156
|
-
is_blue_verified: boolean;
|
|
157
|
-
profile_image_shape: string;
|
|
158
|
-
legacy: {
|
|
159
|
-
blocking?: boolean;
|
|
160
|
-
can_dm: boolean;
|
|
161
|
-
can_media_tag: boolean;
|
|
162
|
-
created_at: string;
|
|
163
|
-
default_profile: boolean;
|
|
164
|
-
default_profile_image: boolean;
|
|
165
|
-
description: string;
|
|
166
|
-
entities: {
|
|
167
|
-
description: {
|
|
168
|
-
urls: {
|
|
169
|
-
display_url: string;
|
|
170
|
-
expanded_url: string;
|
|
171
|
-
url: string;
|
|
172
|
-
indices: number[];
|
|
173
|
-
}[];
|
|
174
|
-
};
|
|
175
|
-
url?: {
|
|
176
|
-
urls: {
|
|
177
|
-
display_url: string;
|
|
178
|
-
expanded_url: string;
|
|
179
|
-
url: string;
|
|
180
|
-
indices: number[];
|
|
181
|
-
}[];
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
fast_followers_count: number;
|
|
185
|
-
favourites_count: number;
|
|
186
|
-
followers_count: number;
|
|
187
|
-
friends_count: number;
|
|
188
|
-
has_custom_timelines: boolean;
|
|
189
|
-
is_translator: boolean;
|
|
190
|
-
listed_count: number;
|
|
191
|
-
location: string;
|
|
192
|
-
media_count: number;
|
|
193
|
-
name: string;
|
|
194
|
-
normal_followers_count: number;
|
|
195
|
-
pinned_tweet_ids_str: string[];
|
|
196
|
-
possibly_sensitive: boolean;
|
|
197
|
-
profile_banner_url?: string;
|
|
198
|
-
profile_image_url_https: string;
|
|
199
|
-
profile_interstitial_type: string;
|
|
200
|
-
screen_name: string;
|
|
201
|
-
statuses_count: number;
|
|
202
|
-
translator_type: string;
|
|
203
|
-
url?: string;
|
|
204
|
-
verified: boolean;
|
|
205
|
-
verified_type?: string;
|
|
206
|
-
want_retweets: boolean;
|
|
207
|
-
withheld_in_countries: unknown[];
|
|
208
|
-
};
|
|
209
|
-
professional?: {
|
|
210
|
-
rest_id: string;
|
|
211
|
-
professional_type: string;
|
|
212
|
-
category: {
|
|
213
|
-
id: number;
|
|
214
|
-
name: string;
|
|
215
|
-
icon_name: string;
|
|
216
|
-
}[];
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
}[];
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
93
|
unmention_data?: {};
|
|
223
|
-
unified_card?: {
|
|
224
|
-
card_fetch_state: string;
|
|
225
|
-
};
|
|
226
94
|
edit_control?: {
|
|
227
95
|
edit_tweet_ids: string[];
|
|
228
96
|
editable_until_msecs: string;
|
|
229
97
|
is_edit_eligible: boolean;
|
|
230
98
|
edits_remaining: string;
|
|
231
99
|
};
|
|
100
|
+
edit_perspective?: {
|
|
101
|
+
favorited: boolean;
|
|
102
|
+
retweeted: boolean;
|
|
103
|
+
};
|
|
232
104
|
is_translatable?: boolean;
|
|
233
105
|
views?: {
|
|
234
106
|
state: string;
|
|
@@ -246,20 +118,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
246
118
|
indices: number[];
|
|
247
119
|
text: string;
|
|
248
120
|
}[];
|
|
249
|
-
symbols: unknown[];
|
|
250
|
-
timestamps?: unknown[];
|
|
251
|
-
urls: {
|
|
252
|
-
display_url: string;
|
|
253
|
-
expanded_url: string;
|
|
254
|
-
url: string;
|
|
255
|
-
indices: number[];
|
|
256
|
-
}[];
|
|
257
|
-
user_mentions: {
|
|
258
|
-
id_str: string;
|
|
259
|
-
name: string;
|
|
260
|
-
screen_name: string;
|
|
261
|
-
indices: number[];
|
|
262
|
-
}[];
|
|
263
121
|
media?: {
|
|
264
122
|
display_url: string;
|
|
265
123
|
expanded_url: string;
|
|
@@ -279,11 +137,25 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
279
137
|
__typename: string;
|
|
280
138
|
id: string;
|
|
281
139
|
rest_id: string;
|
|
282
|
-
affiliates_highlighted_label: {
|
|
140
|
+
affiliates_highlighted_label: {
|
|
141
|
+
label?: {
|
|
142
|
+
url: {
|
|
143
|
+
url: string;
|
|
144
|
+
urlType: string;
|
|
145
|
+
};
|
|
146
|
+
badge: {
|
|
147
|
+
url: string;
|
|
148
|
+
};
|
|
149
|
+
description: string;
|
|
150
|
+
userLabelType: string;
|
|
151
|
+
userLabelDisplayType: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
283
154
|
has_graduated_access: boolean;
|
|
284
155
|
is_blue_verified: boolean;
|
|
285
156
|
profile_image_shape: string;
|
|
286
157
|
legacy: {
|
|
158
|
+
blocking?: boolean;
|
|
287
159
|
can_dm: boolean;
|
|
288
160
|
can_media_tag: boolean;
|
|
289
161
|
created_at: string;
|
|
@@ -331,7 +203,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
331
203
|
verified: boolean;
|
|
332
204
|
want_retweets: boolean;
|
|
333
205
|
withheld_in_countries: unknown[];
|
|
334
|
-
blocking?: boolean;
|
|
335
206
|
verified_type?: string;
|
|
336
207
|
};
|
|
337
208
|
professional?: {
|
|
@@ -348,12 +219,15 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
348
219
|
};
|
|
349
220
|
title?: string;
|
|
350
221
|
description?: string;
|
|
351
|
-
embeddable?: boolean;
|
|
352
222
|
call_to_actions?: {
|
|
353
|
-
|
|
223
|
+
watch_now?: {
|
|
224
|
+
url: string;
|
|
225
|
+
};
|
|
226
|
+
visit_site?: {
|
|
354
227
|
url: string;
|
|
355
228
|
};
|
|
356
229
|
};
|
|
230
|
+
embeddable?: boolean;
|
|
357
231
|
};
|
|
358
232
|
ext_media_availability: {
|
|
359
233
|
status: string;
|
|
@@ -441,52 +315,271 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
441
315
|
}[];
|
|
442
316
|
};
|
|
443
317
|
};
|
|
318
|
+
ext_alt_text?: string;
|
|
444
319
|
sensitive_media_warning?: {
|
|
445
320
|
other?: boolean;
|
|
446
321
|
adult_content?: boolean;
|
|
447
322
|
};
|
|
448
|
-
|
|
323
|
+
}[];
|
|
324
|
+
symbols: unknown[];
|
|
325
|
+
timestamps?: unknown[];
|
|
326
|
+
urls: {
|
|
327
|
+
display_url: string;
|
|
328
|
+
expanded_url: string;
|
|
329
|
+
url: string;
|
|
330
|
+
indices: number[];
|
|
331
|
+
}[];
|
|
332
|
+
user_mentions: {
|
|
333
|
+
id_str: string;
|
|
334
|
+
name: string;
|
|
335
|
+
screen_name: string;
|
|
336
|
+
indices: number[];
|
|
449
337
|
}[];
|
|
450
338
|
};
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
339
|
+
extended_entities?: {
|
|
340
|
+
media: {
|
|
341
|
+
display_url: string;
|
|
342
|
+
expanded_url: string;
|
|
343
|
+
id_str: string;
|
|
344
|
+
indices: number[];
|
|
345
|
+
media_key: string;
|
|
346
|
+
media_url_https: string;
|
|
347
|
+
source_status_id_str?: string;
|
|
348
|
+
source_user_id_str?: string;
|
|
349
|
+
type: string;
|
|
350
|
+
url: string;
|
|
351
|
+
additional_media_info?: {
|
|
352
|
+
monetizable: boolean;
|
|
353
|
+
source_user?: {
|
|
354
|
+
user_results: {
|
|
355
|
+
result: {
|
|
356
|
+
__typename: string;
|
|
357
|
+
id: string;
|
|
358
|
+
rest_id: string;
|
|
359
|
+
affiliates_highlighted_label: {
|
|
360
|
+
label?: {
|
|
361
|
+
url: {
|
|
362
|
+
url: string;
|
|
363
|
+
urlType: string;
|
|
364
|
+
};
|
|
365
|
+
badge: {
|
|
366
|
+
url: string;
|
|
367
|
+
};
|
|
368
|
+
description: string;
|
|
369
|
+
userLabelType: string;
|
|
370
|
+
userLabelDisplayType: string;
|
|
482
371
|
};
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
372
|
+
};
|
|
373
|
+
has_graduated_access: boolean;
|
|
374
|
+
is_blue_verified: boolean;
|
|
375
|
+
profile_image_shape: string;
|
|
376
|
+
legacy: {
|
|
377
|
+
blocking?: boolean;
|
|
378
|
+
can_dm: boolean;
|
|
379
|
+
can_media_tag: boolean;
|
|
380
|
+
created_at: string;
|
|
381
|
+
default_profile: boolean;
|
|
382
|
+
default_profile_image: boolean;
|
|
383
|
+
description: string;
|
|
384
|
+
entities: {
|
|
385
|
+
description: {
|
|
386
|
+
urls: {
|
|
387
|
+
display_url: string;
|
|
388
|
+
expanded_url: string;
|
|
389
|
+
url: string;
|
|
390
|
+
indices: number[];
|
|
391
|
+
}[];
|
|
392
|
+
};
|
|
393
|
+
url?: {
|
|
394
|
+
urls: {
|
|
395
|
+
display_url: string;
|
|
396
|
+
expanded_url: string;
|
|
397
|
+
url: string;
|
|
398
|
+
indices: number[];
|
|
399
|
+
}[];
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
fast_followers_count: number;
|
|
403
|
+
favourites_count: number;
|
|
404
|
+
followers_count: number;
|
|
405
|
+
friends_count: number;
|
|
406
|
+
has_custom_timelines: boolean;
|
|
407
|
+
is_translator: boolean;
|
|
408
|
+
listed_count: number;
|
|
409
|
+
location: string;
|
|
410
|
+
media_count: number;
|
|
411
|
+
name: string;
|
|
412
|
+
normal_followers_count: number;
|
|
413
|
+
pinned_tweet_ids_str: string[];
|
|
414
|
+
possibly_sensitive: boolean;
|
|
415
|
+
profile_banner_url?: string;
|
|
416
|
+
profile_image_url_https: string;
|
|
417
|
+
profile_interstitial_type: string;
|
|
418
|
+
screen_name: string;
|
|
419
|
+
statuses_count: number;
|
|
420
|
+
translator_type: string;
|
|
421
|
+
url?: string;
|
|
422
|
+
verified: boolean;
|
|
423
|
+
want_retweets: boolean;
|
|
424
|
+
withheld_in_countries: unknown[];
|
|
425
|
+
verified_type?: string;
|
|
426
|
+
};
|
|
427
|
+
professional?: {
|
|
428
|
+
rest_id: string;
|
|
429
|
+
professional_type: string;
|
|
430
|
+
category: {
|
|
431
|
+
id: number;
|
|
432
|
+
name: string;
|
|
433
|
+
icon_name: string;
|
|
434
|
+
}[];
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
title?: string;
|
|
440
|
+
description?: string;
|
|
441
|
+
call_to_actions?: {
|
|
442
|
+
watch_now?: {
|
|
443
|
+
url: string;
|
|
444
|
+
};
|
|
445
|
+
visit_site?: {
|
|
446
|
+
url: string;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
embeddable?: boolean;
|
|
450
|
+
};
|
|
451
|
+
ext_media_availability: {
|
|
452
|
+
status: string;
|
|
453
|
+
};
|
|
454
|
+
sizes: {
|
|
455
|
+
large: {
|
|
456
|
+
h: number;
|
|
457
|
+
w: number;
|
|
458
|
+
resize: string;
|
|
459
|
+
};
|
|
460
|
+
medium: {
|
|
461
|
+
h: number;
|
|
462
|
+
w: number;
|
|
463
|
+
resize: string;
|
|
464
|
+
};
|
|
465
|
+
small: {
|
|
466
|
+
h: number;
|
|
467
|
+
w: number;
|
|
468
|
+
resize: string;
|
|
469
|
+
};
|
|
470
|
+
thumb: {
|
|
471
|
+
h: number;
|
|
472
|
+
w: number;
|
|
473
|
+
resize: string;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
original_info: {
|
|
477
|
+
height: number;
|
|
478
|
+
width: number;
|
|
479
|
+
focus_rects: {
|
|
480
|
+
x: number;
|
|
481
|
+
y: number;
|
|
482
|
+
w: number;
|
|
483
|
+
h: number;
|
|
484
|
+
}[];
|
|
485
|
+
};
|
|
486
|
+
video_info?: {
|
|
487
|
+
aspect_ratio: number[];
|
|
488
|
+
duration_millis?: number;
|
|
489
|
+
variants: {
|
|
490
|
+
bitrate?: number;
|
|
491
|
+
content_type: string;
|
|
492
|
+
url: string;
|
|
493
|
+
}[];
|
|
494
|
+
};
|
|
495
|
+
features?: {
|
|
496
|
+
large: {
|
|
497
|
+
faces: {
|
|
498
|
+
x: number;
|
|
499
|
+
y: number;
|
|
500
|
+
h: number;
|
|
501
|
+
w: number;
|
|
502
|
+
}[];
|
|
503
|
+
};
|
|
504
|
+
medium: {
|
|
505
|
+
faces: {
|
|
506
|
+
x: number;
|
|
507
|
+
y: number;
|
|
508
|
+
h: number;
|
|
509
|
+
w: number;
|
|
510
|
+
}[];
|
|
511
|
+
};
|
|
512
|
+
small: {
|
|
513
|
+
faces: {
|
|
514
|
+
x: number;
|
|
515
|
+
y: number;
|
|
516
|
+
h: number;
|
|
517
|
+
w: number;
|
|
518
|
+
}[];
|
|
519
|
+
};
|
|
520
|
+
orig: {
|
|
521
|
+
faces: {
|
|
522
|
+
x: number;
|
|
523
|
+
y: number;
|
|
524
|
+
h: number;
|
|
525
|
+
w: number;
|
|
526
|
+
}[];
|
|
527
|
+
};
|
|
528
|
+
all?: {
|
|
529
|
+
tags: {
|
|
530
|
+
user_id: string;
|
|
531
|
+
name: string;
|
|
532
|
+
screen_name: string;
|
|
533
|
+
type: string;
|
|
534
|
+
}[];
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
ext_alt_text?: string;
|
|
538
|
+
sensitive_media_warning?: {
|
|
539
|
+
other?: boolean;
|
|
540
|
+
adult_content?: boolean;
|
|
541
|
+
};
|
|
542
|
+
}[];
|
|
543
|
+
};
|
|
544
|
+
favorite_count: number;
|
|
545
|
+
favorited: boolean;
|
|
546
|
+
full_text: string;
|
|
547
|
+
is_quote_status: boolean;
|
|
548
|
+
lang: string;
|
|
549
|
+
possibly_sensitive?: boolean;
|
|
550
|
+
possibly_sensitive_editable?: boolean;
|
|
551
|
+
quote_count: number;
|
|
552
|
+
reply_count: number;
|
|
553
|
+
retweet_count: number;
|
|
554
|
+
retweeted: boolean;
|
|
555
|
+
user_id_str: string;
|
|
556
|
+
id_str: string;
|
|
557
|
+
retweeted_status_result?: {
|
|
558
|
+
result: {
|
|
559
|
+
__typename: string;
|
|
560
|
+
rest_id: string;
|
|
561
|
+
core: {
|
|
562
|
+
user_results: {
|
|
563
|
+
result: {
|
|
564
|
+
__typename: string;
|
|
565
|
+
id: string;
|
|
566
|
+
rest_id: string;
|
|
567
|
+
affiliates_highlighted_label: {
|
|
568
|
+
label?: {
|
|
569
|
+
url?: {
|
|
570
|
+
url: string;
|
|
571
|
+
urlType: string;
|
|
572
|
+
};
|
|
573
|
+
badge: {
|
|
574
|
+
url: string;
|
|
575
|
+
};
|
|
576
|
+
description: string;
|
|
577
|
+
userLabelType: string;
|
|
578
|
+
userLabelDisplayType?: string;
|
|
579
|
+
longDescription?: {
|
|
580
|
+
text: string;
|
|
581
|
+
entities: {
|
|
582
|
+
fromIndex: number;
|
|
490
583
|
toIndex: number;
|
|
491
584
|
ref: {
|
|
492
585
|
type: string;
|
|
@@ -527,8 +620,8 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
527
620
|
};
|
|
528
621
|
url?: {
|
|
529
622
|
urls: {
|
|
530
|
-
display_url
|
|
531
|
-
expanded_url
|
|
623
|
+
display_url?: string;
|
|
624
|
+
expanded_url?: string;
|
|
532
625
|
url: string;
|
|
533
626
|
indices: number[];
|
|
534
627
|
}[];
|
|
@@ -555,11 +648,11 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
555
648
|
translator_type: string;
|
|
556
649
|
url?: string;
|
|
557
650
|
verified: boolean;
|
|
558
|
-
verified_type?: string;
|
|
559
651
|
want_retweets: boolean;
|
|
560
652
|
withheld_in_countries: unknown[];
|
|
561
|
-
|
|
653
|
+
verified_type?: string;
|
|
562
654
|
followed_by?: boolean;
|
|
655
|
+
following?: boolean;
|
|
563
656
|
};
|
|
564
657
|
professional?: {
|
|
565
658
|
rest_id: string;
|
|
@@ -574,139 +667,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
574
667
|
};
|
|
575
668
|
};
|
|
576
669
|
};
|
|
577
|
-
card?: {
|
|
578
|
-
rest_id: string;
|
|
579
|
-
legacy: {
|
|
580
|
-
binding_values: {
|
|
581
|
-
key: string;
|
|
582
|
-
value: {
|
|
583
|
-
image_value?: {
|
|
584
|
-
height: number;
|
|
585
|
-
width: number;
|
|
586
|
-
url: string;
|
|
587
|
-
};
|
|
588
|
-
type: string;
|
|
589
|
-
string_value?: string;
|
|
590
|
-
scribe_key?: string;
|
|
591
|
-
user_value?: {
|
|
592
|
-
id_str: string;
|
|
593
|
-
path: unknown[];
|
|
594
|
-
};
|
|
595
|
-
image_color_value?: {
|
|
596
|
-
palette: {
|
|
597
|
-
rgb: {
|
|
598
|
-
blue: number;
|
|
599
|
-
green: number;
|
|
600
|
-
red: number;
|
|
601
|
-
};
|
|
602
|
-
percentage: number;
|
|
603
|
-
}[];
|
|
604
|
-
};
|
|
605
|
-
};
|
|
606
|
-
}[];
|
|
607
|
-
card_platform: {
|
|
608
|
-
platform: {
|
|
609
|
-
audience: {
|
|
610
|
-
name: string;
|
|
611
|
-
};
|
|
612
|
-
device: {
|
|
613
|
-
name: string;
|
|
614
|
-
version: string;
|
|
615
|
-
};
|
|
616
|
-
};
|
|
617
|
-
};
|
|
618
|
-
name: string;
|
|
619
|
-
url: string;
|
|
620
|
-
user_refs_results: {
|
|
621
|
-
result: {
|
|
622
|
-
__typename: string;
|
|
623
|
-
id: string;
|
|
624
|
-
rest_id: string;
|
|
625
|
-
affiliates_highlighted_label: {
|
|
626
|
-
label?: {
|
|
627
|
-
url: {
|
|
628
|
-
url: string;
|
|
629
|
-
urlType: string;
|
|
630
|
-
};
|
|
631
|
-
badge: {
|
|
632
|
-
url: string;
|
|
633
|
-
};
|
|
634
|
-
description: string;
|
|
635
|
-
userLabelType: string;
|
|
636
|
-
userLabelDisplayType: string;
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
has_graduated_access: boolean;
|
|
640
|
-
is_blue_verified: boolean;
|
|
641
|
-
profile_image_shape: string;
|
|
642
|
-
legacy: {
|
|
643
|
-
blocking?: boolean;
|
|
644
|
-
can_dm: boolean;
|
|
645
|
-
can_media_tag: boolean;
|
|
646
|
-
created_at: string;
|
|
647
|
-
default_profile: boolean;
|
|
648
|
-
default_profile_image: boolean;
|
|
649
|
-
description: string;
|
|
650
|
-
entities: {
|
|
651
|
-
description: {
|
|
652
|
-
urls: {
|
|
653
|
-
display_url: string;
|
|
654
|
-
expanded_url: string;
|
|
655
|
-
url: string;
|
|
656
|
-
indices: number[];
|
|
657
|
-
}[];
|
|
658
|
-
};
|
|
659
|
-
url?: {
|
|
660
|
-
urls: {
|
|
661
|
-
display_url: string;
|
|
662
|
-
expanded_url: string;
|
|
663
|
-
url: string;
|
|
664
|
-
indices: number[];
|
|
665
|
-
}[];
|
|
666
|
-
};
|
|
667
|
-
};
|
|
668
|
-
fast_followers_count: number;
|
|
669
|
-
favourites_count: number;
|
|
670
|
-
followers_count: number;
|
|
671
|
-
friends_count: number;
|
|
672
|
-
has_custom_timelines: boolean;
|
|
673
|
-
is_translator: boolean;
|
|
674
|
-
listed_count: number;
|
|
675
|
-
location: string;
|
|
676
|
-
media_count: number;
|
|
677
|
-
name: string;
|
|
678
|
-
normal_followers_count: number;
|
|
679
|
-
pinned_tweet_ids_str: string[];
|
|
680
|
-
possibly_sensitive: boolean;
|
|
681
|
-
profile_banner_url?: string;
|
|
682
|
-
profile_image_url_https: string;
|
|
683
|
-
profile_interstitial_type: string;
|
|
684
|
-
screen_name: string;
|
|
685
|
-
statuses_count: number;
|
|
686
|
-
translator_type: string;
|
|
687
|
-
url?: string;
|
|
688
|
-
verified: boolean;
|
|
689
|
-
verified_type?: string;
|
|
690
|
-
want_retweets: boolean;
|
|
691
|
-
withheld_in_countries: unknown[];
|
|
692
|
-
};
|
|
693
|
-
professional?: {
|
|
694
|
-
rest_id: string;
|
|
695
|
-
professional_type: string;
|
|
696
|
-
category: {
|
|
697
|
-
id: number;
|
|
698
|
-
name: string;
|
|
699
|
-
icon_name: string;
|
|
700
|
-
}[];
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
|
-
}[];
|
|
704
|
-
};
|
|
705
|
-
};
|
|
706
670
|
unmention_data: {};
|
|
707
|
-
unified_card?: {
|
|
708
|
-
card_fetch_state: string;
|
|
709
|
-
};
|
|
710
671
|
edit_control: {
|
|
711
672
|
edit_tweet_ids?: string[];
|
|
712
673
|
editable_until_msecs?: string;
|
|
@@ -720,6 +681,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
720
681
|
edits_remaining: string;
|
|
721
682
|
};
|
|
722
683
|
};
|
|
684
|
+
edit_perspective?: {
|
|
685
|
+
favorited: boolean;
|
|
686
|
+
retweeted: boolean;
|
|
687
|
+
};
|
|
723
688
|
is_translatable: boolean;
|
|
724
689
|
views: {
|
|
725
690
|
count?: string;
|
|
@@ -737,20 +702,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
737
702
|
indices: number[];
|
|
738
703
|
text: string;
|
|
739
704
|
}[];
|
|
740
|
-
symbols: unknown[];
|
|
741
|
-
timestamps?: unknown[];
|
|
742
|
-
urls: {
|
|
743
|
-
display_url: string;
|
|
744
|
-
expanded_url: string;
|
|
745
|
-
url: string;
|
|
746
|
-
indices: number[];
|
|
747
|
-
}[];
|
|
748
|
-
user_mentions: {
|
|
749
|
-
id_str: string;
|
|
750
|
-
name: string;
|
|
751
|
-
screen_name: string;
|
|
752
|
-
indices: number[];
|
|
753
|
-
}[];
|
|
754
705
|
media?: {
|
|
755
706
|
display_url: string;
|
|
756
707
|
expanded_url: string;
|
|
@@ -764,6 +715,14 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
764
715
|
monetizable: boolean;
|
|
765
716
|
title?: string;
|
|
766
717
|
description?: string;
|
|
718
|
+
call_to_actions?: {
|
|
719
|
+
watch_now?: {
|
|
720
|
+
url: string;
|
|
721
|
+
};
|
|
722
|
+
visit_site?: {
|
|
723
|
+
url: string;
|
|
724
|
+
};
|
|
725
|
+
};
|
|
767
726
|
embeddable?: boolean;
|
|
768
727
|
source_user?: {
|
|
769
728
|
user_results: {
|
|
@@ -771,7 +730,20 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
771
730
|
__typename: string;
|
|
772
731
|
id: string;
|
|
773
732
|
rest_id: string;
|
|
774
|
-
affiliates_highlighted_label: {
|
|
733
|
+
affiliates_highlighted_label: {
|
|
734
|
+
label?: {
|
|
735
|
+
url: {
|
|
736
|
+
url: string;
|
|
737
|
+
urlType: string;
|
|
738
|
+
};
|
|
739
|
+
badge: {
|
|
740
|
+
url: string;
|
|
741
|
+
};
|
|
742
|
+
description: string;
|
|
743
|
+
userLabelType: string;
|
|
744
|
+
userLabelDisplayType: string;
|
|
745
|
+
};
|
|
746
|
+
};
|
|
775
747
|
has_graduated_access: boolean;
|
|
776
748
|
is_blue_verified: boolean;
|
|
777
749
|
profile_image_shape: string;
|
|
@@ -816,23 +788,22 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
816
788
|
verified: boolean;
|
|
817
789
|
want_retweets: boolean;
|
|
818
790
|
withheld_in_countries: unknown[];
|
|
791
|
+
blocking?: boolean;
|
|
819
792
|
profile_banner_url?: string;
|
|
820
793
|
url?: string;
|
|
821
|
-
blocking?: boolean;
|
|
822
794
|
};
|
|
823
795
|
professional?: {
|
|
824
796
|
rest_id: string;
|
|
825
797
|
professional_type: string;
|
|
826
|
-
category:
|
|
798
|
+
category: {
|
|
799
|
+
id: number;
|
|
800
|
+
name: string;
|
|
801
|
+
icon_name: string;
|
|
802
|
+
}[];
|
|
827
803
|
};
|
|
828
804
|
};
|
|
829
805
|
};
|
|
830
806
|
};
|
|
831
|
-
call_to_actions?: {
|
|
832
|
-
visit_site: {
|
|
833
|
-
url: string;
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
807
|
};
|
|
837
808
|
ext_media_availability: {
|
|
838
809
|
status: string;
|
|
@@ -922,26 +893,27 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
922
893
|
};
|
|
923
894
|
source_status_id_str?: string;
|
|
924
895
|
source_user_id_str?: string;
|
|
896
|
+
ext_alt_text?: string;
|
|
925
897
|
sensitive_media_warning?: {
|
|
926
898
|
other?: boolean;
|
|
927
899
|
adult_content?: boolean;
|
|
928
900
|
};
|
|
929
|
-
|
|
901
|
+
}[];
|
|
902
|
+
symbols: unknown[];
|
|
903
|
+
timestamps?: unknown[];
|
|
904
|
+
urls: {
|
|
905
|
+
display_url: string;
|
|
906
|
+
expanded_url: string;
|
|
907
|
+
url: string;
|
|
908
|
+
indices: number[];
|
|
909
|
+
}[];
|
|
910
|
+
user_mentions: {
|
|
911
|
+
id_str: string;
|
|
912
|
+
name: string;
|
|
913
|
+
screen_name: string;
|
|
914
|
+
indices: number[];
|
|
930
915
|
}[];
|
|
931
916
|
};
|
|
932
|
-
favorite_count: number;
|
|
933
|
-
favorited: boolean;
|
|
934
|
-
full_text: string;
|
|
935
|
-
is_quote_status: boolean;
|
|
936
|
-
lang: string;
|
|
937
|
-
possibly_sensitive?: boolean;
|
|
938
|
-
possibly_sensitive_editable?: boolean;
|
|
939
|
-
quote_count: number;
|
|
940
|
-
reply_count: number;
|
|
941
|
-
retweet_count: number;
|
|
942
|
-
retweeted: boolean;
|
|
943
|
-
user_id_str: string;
|
|
944
|
-
id_str: string;
|
|
945
917
|
extended_entities?: {
|
|
946
918
|
media: {
|
|
947
919
|
display_url: string;
|
|
@@ -956,6 +928,14 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
956
928
|
monetizable: boolean;
|
|
957
929
|
title?: string;
|
|
958
930
|
description?: string;
|
|
931
|
+
call_to_actions?: {
|
|
932
|
+
watch_now?: {
|
|
933
|
+
url: string;
|
|
934
|
+
};
|
|
935
|
+
visit_site?: {
|
|
936
|
+
url: string;
|
|
937
|
+
};
|
|
938
|
+
};
|
|
959
939
|
embeddable?: boolean;
|
|
960
940
|
source_user?: {
|
|
961
941
|
user_results: {
|
|
@@ -963,7 +943,20 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
963
943
|
__typename: string;
|
|
964
944
|
id: string;
|
|
965
945
|
rest_id: string;
|
|
966
|
-
affiliates_highlighted_label: {
|
|
946
|
+
affiliates_highlighted_label: {
|
|
947
|
+
label?: {
|
|
948
|
+
url: {
|
|
949
|
+
url: string;
|
|
950
|
+
urlType: string;
|
|
951
|
+
};
|
|
952
|
+
badge: {
|
|
953
|
+
url: string;
|
|
954
|
+
};
|
|
955
|
+
description: string;
|
|
956
|
+
userLabelType: string;
|
|
957
|
+
userLabelDisplayType: string;
|
|
958
|
+
};
|
|
959
|
+
};
|
|
967
960
|
has_graduated_access: boolean;
|
|
968
961
|
is_blue_verified: boolean;
|
|
969
962
|
profile_image_shape: string;
|
|
@@ -1008,23 +1001,22 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1008
1001
|
verified: boolean;
|
|
1009
1002
|
want_retweets: boolean;
|
|
1010
1003
|
withheld_in_countries: unknown[];
|
|
1004
|
+
blocking?: boolean;
|
|
1011
1005
|
profile_banner_url?: string;
|
|
1012
1006
|
url?: string;
|
|
1013
|
-
blocking?: boolean;
|
|
1014
1007
|
};
|
|
1015
1008
|
professional?: {
|
|
1016
1009
|
rest_id: string;
|
|
1017
1010
|
professional_type: string;
|
|
1018
|
-
category:
|
|
1011
|
+
category: {
|
|
1012
|
+
id: number;
|
|
1013
|
+
name: string;
|
|
1014
|
+
icon_name: string;
|
|
1015
|
+
}[];
|
|
1019
1016
|
};
|
|
1020
1017
|
};
|
|
1021
1018
|
};
|
|
1022
1019
|
};
|
|
1023
|
-
call_to_actions?: {
|
|
1024
|
-
visit_site: {
|
|
1025
|
-
url: string;
|
|
1026
|
-
};
|
|
1027
|
-
};
|
|
1028
1020
|
};
|
|
1029
1021
|
ext_media_availability: {
|
|
1030
1022
|
status: string;
|
|
@@ -1114,22 +1106,47 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1114
1106
|
};
|
|
1115
1107
|
source_status_id_str?: string;
|
|
1116
1108
|
source_user_id_str?: string;
|
|
1109
|
+
ext_alt_text?: string;
|
|
1117
1110
|
sensitive_media_warning?: {
|
|
1118
1111
|
other?: boolean;
|
|
1119
1112
|
adult_content?: boolean;
|
|
1120
1113
|
};
|
|
1121
|
-
ext_alt_text?: string;
|
|
1122
1114
|
}[];
|
|
1123
1115
|
};
|
|
1116
|
+
favorite_count: number;
|
|
1117
|
+
favorited: boolean;
|
|
1118
|
+
full_text: string;
|
|
1119
|
+
is_quote_status: boolean;
|
|
1120
|
+
lang: string;
|
|
1121
|
+
possibly_sensitive?: boolean;
|
|
1122
|
+
possibly_sensitive_editable?: boolean;
|
|
1123
|
+
quote_count: number;
|
|
1124
|
+
reply_count: number;
|
|
1125
|
+
retweet_count: number;
|
|
1126
|
+
retweeted: boolean;
|
|
1127
|
+
user_id_str: string;
|
|
1128
|
+
id_str: string;
|
|
1129
|
+
in_reply_to_screen_name?: string;
|
|
1130
|
+
in_reply_to_status_id_str?: string;
|
|
1131
|
+
in_reply_to_user_id_str?: string;
|
|
1124
1132
|
quoted_status_id_str?: string;
|
|
1125
1133
|
quoted_status_permalink?: {
|
|
1126
1134
|
url: string;
|
|
1127
1135
|
expanded: string;
|
|
1128
1136
|
display: string;
|
|
1129
1137
|
};
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1138
|
+
conversation_control?: {
|
|
1139
|
+
policy: string;
|
|
1140
|
+
conversation_owner_results: {
|
|
1141
|
+
result: {
|
|
1142
|
+
__typename: string;
|
|
1143
|
+
legacy: {
|
|
1144
|
+
screen_name: string;
|
|
1145
|
+
};
|
|
1146
|
+
};
|
|
1147
|
+
};
|
|
1148
|
+
};
|
|
1149
|
+
limited_actions?: string;
|
|
1133
1150
|
place?: {
|
|
1134
1151
|
bounding_box: {
|
|
1135
1152
|
coordinates: number[][][];
|
|
@@ -1144,6 +1161,9 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1144
1161
|
url: string;
|
|
1145
1162
|
};
|
|
1146
1163
|
};
|
|
1164
|
+
unified_card?: {
|
|
1165
|
+
card_fetch_state: string;
|
|
1166
|
+
};
|
|
1147
1167
|
note_tweet?: {
|
|
1148
1168
|
is_expandable: boolean;
|
|
1149
1169
|
note_tweet_results: {
|
|
@@ -1156,6 +1176,11 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1156
1176
|
text: string;
|
|
1157
1177
|
}[];
|
|
1158
1178
|
symbols: unknown[];
|
|
1179
|
+
timestamps?: {
|
|
1180
|
+
indices: number[];
|
|
1181
|
+
seconds: number;
|
|
1182
|
+
text: string;
|
|
1183
|
+
}[];
|
|
1159
1184
|
urls: {
|
|
1160
1185
|
display_url: string;
|
|
1161
1186
|
expanded_url: string;
|
|
@@ -1168,7 +1193,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1168
1193
|
screen_name: string;
|
|
1169
1194
|
indices: number[];
|
|
1170
1195
|
}[];
|
|
1171
|
-
timestamps?: unknown[];
|
|
1172
1196
|
};
|
|
1173
1197
|
richtext?: {
|
|
1174
1198
|
richtext_tags: {
|
|
@@ -1183,37 +1207,198 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1183
1207
|
};
|
|
1184
1208
|
};
|
|
1185
1209
|
};
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1210
|
+
card?: {
|
|
1211
|
+
rest_id: string;
|
|
1212
|
+
legacy: {
|
|
1213
|
+
binding_values: {
|
|
1214
|
+
key: string;
|
|
1215
|
+
value: {
|
|
1216
|
+
string_value?: string;
|
|
1217
|
+
type: string;
|
|
1218
|
+
scribe_key?: string;
|
|
1219
|
+
image_value?: {
|
|
1220
|
+
height: number;
|
|
1221
|
+
width: number;
|
|
1222
|
+
url: string;
|
|
1223
|
+
alt?: string;
|
|
1224
|
+
};
|
|
1225
|
+
user_value?: {
|
|
1226
|
+
id_str: string;
|
|
1227
|
+
path: unknown[];
|
|
1228
|
+
};
|
|
1229
|
+
image_color_value?: {
|
|
1230
|
+
palette: {
|
|
1231
|
+
rgb: {
|
|
1232
|
+
blue: number;
|
|
1233
|
+
green: number;
|
|
1234
|
+
red: number;
|
|
1235
|
+
};
|
|
1236
|
+
percentage: number;
|
|
1237
|
+
}[];
|
|
1238
|
+
};
|
|
1239
|
+
boolean_value?: boolean;
|
|
1240
|
+
};
|
|
1241
|
+
}[];
|
|
1242
|
+
card_platform: {
|
|
1243
|
+
platform: {
|
|
1244
|
+
audience: {
|
|
1245
|
+
name: string;
|
|
1246
|
+
};
|
|
1247
|
+
device: {
|
|
1248
|
+
name: string;
|
|
1249
|
+
version: string;
|
|
1250
|
+
};
|
|
1251
|
+
};
|
|
1252
|
+
};
|
|
1253
|
+
name: string;
|
|
1254
|
+
url: string;
|
|
1255
|
+
user_refs_results: {
|
|
1256
|
+
result: {
|
|
1257
|
+
__typename: string;
|
|
1258
|
+
id?: string;
|
|
1259
|
+
rest_id?: string;
|
|
1260
|
+
affiliates_highlighted_label?: {
|
|
1261
|
+
label?: {
|
|
1262
|
+
url: {
|
|
1263
|
+
url: string;
|
|
1264
|
+
urlType: string;
|
|
1265
|
+
};
|
|
1266
|
+
badge: {
|
|
1267
|
+
url: string;
|
|
1268
|
+
};
|
|
1269
|
+
description: string;
|
|
1270
|
+
userLabelType: string;
|
|
1271
|
+
userLabelDisplayType: string;
|
|
1272
|
+
};
|
|
1273
|
+
};
|
|
1274
|
+
has_graduated_access?: boolean;
|
|
1275
|
+
is_blue_verified?: boolean;
|
|
1276
|
+
profile_image_shape?: string;
|
|
1277
|
+
legacy?: {
|
|
1278
|
+
blocking?: boolean;
|
|
1279
|
+
can_dm: boolean;
|
|
1280
|
+
can_media_tag: boolean;
|
|
1281
|
+
created_at: string;
|
|
1282
|
+
default_profile: boolean;
|
|
1283
|
+
default_profile_image: boolean;
|
|
1284
|
+
description: string;
|
|
1285
|
+
entities: {
|
|
1286
|
+
description: {
|
|
1287
|
+
urls: {
|
|
1288
|
+
display_url: string;
|
|
1289
|
+
expanded_url: string;
|
|
1290
|
+
url: string;
|
|
1291
|
+
indices: number[];
|
|
1292
|
+
}[];
|
|
1293
|
+
};
|
|
1294
|
+
url?: {
|
|
1295
|
+
urls: {
|
|
1296
|
+
display_url: string;
|
|
1297
|
+
expanded_url: string;
|
|
1298
|
+
url: string;
|
|
1299
|
+
indices: number[];
|
|
1300
|
+
}[];
|
|
1301
|
+
};
|
|
1302
|
+
};
|
|
1303
|
+
fast_followers_count: number;
|
|
1304
|
+
favourites_count: number;
|
|
1305
|
+
followers_count: number;
|
|
1306
|
+
friends_count: number;
|
|
1307
|
+
has_custom_timelines: boolean;
|
|
1308
|
+
is_translator: boolean;
|
|
1309
|
+
listed_count: number;
|
|
1310
|
+
location: string;
|
|
1311
|
+
media_count: number;
|
|
1312
|
+
name: string;
|
|
1313
|
+
normal_followers_count: number;
|
|
1314
|
+
pinned_tweet_ids_str: string[];
|
|
1315
|
+
possibly_sensitive: boolean;
|
|
1316
|
+
profile_banner_url?: string;
|
|
1317
|
+
profile_image_url_https: string;
|
|
1318
|
+
profile_interstitial_type: string;
|
|
1319
|
+
screen_name: string;
|
|
1320
|
+
statuses_count: number;
|
|
1321
|
+
translator_type: string;
|
|
1322
|
+
url?: string;
|
|
1323
|
+
verified: boolean;
|
|
1324
|
+
verified_type?: string;
|
|
1325
|
+
want_retweets: boolean;
|
|
1326
|
+
withheld_in_countries: unknown[];
|
|
1327
|
+
};
|
|
1328
|
+
professional?: {
|
|
1329
|
+
rest_id: string;
|
|
1330
|
+
professional_type: string;
|
|
1331
|
+
category: {
|
|
1332
|
+
id: number;
|
|
1333
|
+
name: string;
|
|
1334
|
+
icon_name: string;
|
|
1335
|
+
}[];
|
|
1336
|
+
};
|
|
1337
|
+
message?: string;
|
|
1338
|
+
reason?: string;
|
|
1339
|
+
};
|
|
1340
|
+
}[];
|
|
1341
|
+
};
|
|
1342
|
+
};
|
|
1343
|
+
quoted_status_result?: {
|
|
1344
|
+
result: {
|
|
1345
|
+
__typename: string;
|
|
1346
|
+
rest_id?: string;
|
|
1347
|
+
core?: {
|
|
1348
|
+
user_results: {
|
|
1349
|
+
result: {
|
|
1350
|
+
__typename: string;
|
|
1351
|
+
id: string;
|
|
1352
|
+
rest_id: string;
|
|
1353
|
+
affiliates_highlighted_label: {
|
|
1354
|
+
label?: {
|
|
1355
|
+
badge: {
|
|
1356
|
+
url: string;
|
|
1357
|
+
};
|
|
1358
|
+
description: string;
|
|
1359
|
+
longDescription: {
|
|
1360
|
+
text: string;
|
|
1361
|
+
entities: {
|
|
1362
|
+
fromIndex: number;
|
|
1363
|
+
toIndex: number;
|
|
1364
|
+
ref: {
|
|
1365
|
+
type: string;
|
|
1366
|
+
screen_name: string;
|
|
1367
|
+
mention_results: {
|
|
1368
|
+
result: {
|
|
1369
|
+
__typename: string;
|
|
1370
|
+
legacy: {
|
|
1371
|
+
screen_name: string;
|
|
1372
|
+
};
|
|
1373
|
+
rest_id: string;
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1376
|
+
};
|
|
1377
|
+
}[];
|
|
1378
|
+
};
|
|
1379
|
+
userLabelType: string;
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
has_graduated_access: boolean;
|
|
1383
|
+
is_blue_verified: boolean;
|
|
1384
|
+
profile_image_shape: string;
|
|
1385
|
+
legacy: {
|
|
1386
|
+
can_dm: boolean;
|
|
1387
|
+
can_media_tag: boolean;
|
|
1388
|
+
created_at: string;
|
|
1389
|
+
default_profile: boolean;
|
|
1390
|
+
default_profile_image: boolean;
|
|
1391
|
+
description: string;
|
|
1392
|
+
entities: {
|
|
1393
|
+
description: {
|
|
1394
|
+
urls: {
|
|
1395
|
+
display_url: string;
|
|
1396
|
+
expanded_url: string;
|
|
1397
|
+
url: string;
|
|
1398
|
+
indices: number[];
|
|
1399
|
+
}[];
|
|
1400
|
+
};
|
|
1401
|
+
url?: {
|
|
1217
1402
|
urls: {
|
|
1218
1403
|
display_url: string;
|
|
1219
1404
|
expanded_url: string;
|
|
@@ -1243,9 +1428,9 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1243
1428
|
translator_type: string;
|
|
1244
1429
|
url?: string;
|
|
1245
1430
|
verified: boolean;
|
|
1246
|
-
verified_type?: string;
|
|
1247
1431
|
want_retweets: boolean;
|
|
1248
1432
|
withheld_in_countries: unknown[];
|
|
1433
|
+
verified_type?: string;
|
|
1249
1434
|
following?: boolean;
|
|
1250
1435
|
};
|
|
1251
1436
|
professional?: {
|
|
@@ -1260,186 +1445,66 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1260
1445
|
};
|
|
1261
1446
|
};
|
|
1262
1447
|
};
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
};
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
entities: {
|
|
1324
|
-
description: {
|
|
1325
|
-
urls: {
|
|
1326
|
-
display_url: string;
|
|
1327
|
-
expanded_url: string;
|
|
1328
|
-
url: string;
|
|
1329
|
-
indices: number[];
|
|
1330
|
-
}[];
|
|
1331
|
-
};
|
|
1332
|
-
url: {
|
|
1333
|
-
urls: {
|
|
1334
|
-
display_url: string;
|
|
1335
|
-
expanded_url: string;
|
|
1336
|
-
url: string;
|
|
1337
|
-
indices: number[];
|
|
1338
|
-
}[];
|
|
1339
|
-
};
|
|
1340
|
-
};
|
|
1341
|
-
fast_followers_count: number;
|
|
1342
|
-
favourites_count: number;
|
|
1343
|
-
followers_count: number;
|
|
1344
|
-
friends_count: number;
|
|
1345
|
-
has_custom_timelines: boolean;
|
|
1346
|
-
is_translator: boolean;
|
|
1347
|
-
listed_count: number;
|
|
1348
|
-
location: string;
|
|
1349
|
-
media_count: number;
|
|
1350
|
-
name: string;
|
|
1351
|
-
normal_followers_count: number;
|
|
1352
|
-
pinned_tweet_ids_str: string[];
|
|
1353
|
-
possibly_sensitive: boolean;
|
|
1354
|
-
profile_banner_url: string;
|
|
1355
|
-
profile_image_url_https: string;
|
|
1356
|
-
profile_interstitial_type: string;
|
|
1357
|
-
screen_name: string;
|
|
1358
|
-
statuses_count: number;
|
|
1359
|
-
translator_type: string;
|
|
1360
|
-
url: string;
|
|
1361
|
-
verified: boolean;
|
|
1362
|
-
verified_type?: string;
|
|
1363
|
-
want_retweets: boolean;
|
|
1364
|
-
withheld_in_countries: unknown[];
|
|
1365
|
-
};
|
|
1366
|
-
};
|
|
1367
|
-
}[];
|
|
1368
|
-
};
|
|
1369
|
-
};
|
|
1370
|
-
unmention_data?: {
|
|
1371
|
-
hydrate?: {
|
|
1372
|
-
unmentioned_users_results: {
|
|
1373
|
-
rest_id: string;
|
|
1374
|
-
}[];
|
|
1375
|
-
};
|
|
1376
|
-
};
|
|
1377
|
-
unified_card?: {
|
|
1378
|
-
card_fetch_state: string;
|
|
1379
|
-
};
|
|
1380
|
-
edit_control?: {
|
|
1381
|
-
edit_tweet_ids?: string[];
|
|
1382
|
-
editable_until_msecs?: string;
|
|
1383
|
-
is_edit_eligible?: boolean;
|
|
1384
|
-
edits_remaining?: string;
|
|
1385
|
-
initial_tweet_id?: string;
|
|
1386
|
-
edit_control_initial?: {
|
|
1387
|
-
edit_tweet_ids: string[];
|
|
1388
|
-
editable_until_msecs: string;
|
|
1389
|
-
is_edit_eligible: boolean;
|
|
1390
|
-
edits_remaining: string;
|
|
1391
|
-
};
|
|
1392
|
-
};
|
|
1393
|
-
is_translatable?: boolean;
|
|
1394
|
-
views?: {
|
|
1395
|
-
count?: string;
|
|
1396
|
-
state: string;
|
|
1397
|
-
};
|
|
1398
|
-
source?: string;
|
|
1399
|
-
legacy?: {
|
|
1400
|
-
bookmark_count: number;
|
|
1401
|
-
bookmarked: boolean;
|
|
1402
|
-
created_at: string;
|
|
1403
|
-
conversation_id_str: string;
|
|
1404
|
-
display_text_range: number[];
|
|
1405
|
-
entities: {
|
|
1406
|
-
hashtags: {
|
|
1407
|
-
indices: number[];
|
|
1408
|
-
text: string;
|
|
1409
|
-
}[];
|
|
1410
|
-
symbols: unknown[];
|
|
1411
|
-
timestamps?: unknown[];
|
|
1412
|
-
urls: {
|
|
1413
|
-
display_url: string;
|
|
1414
|
-
expanded_url: string;
|
|
1415
|
-
url: string;
|
|
1416
|
-
indices: number[];
|
|
1417
|
-
}[];
|
|
1418
|
-
user_mentions: {
|
|
1419
|
-
id_str: string;
|
|
1420
|
-
name: string;
|
|
1421
|
-
screen_name: string;
|
|
1422
|
-
indices: number[];
|
|
1423
|
-
}[];
|
|
1424
|
-
media?: {
|
|
1425
|
-
display_url: string;
|
|
1426
|
-
expanded_url: string;
|
|
1427
|
-
id_str: string;
|
|
1428
|
-
indices: number[];
|
|
1429
|
-
media_key: string;
|
|
1430
|
-
media_url_https: string;
|
|
1431
|
-
type: string;
|
|
1432
|
-
url: string;
|
|
1433
|
-
ext_media_availability: {
|
|
1434
|
-
status: string;
|
|
1435
|
-
};
|
|
1436
|
-
features?: {
|
|
1437
|
-
large: {
|
|
1438
|
-
faces: {
|
|
1439
|
-
x: number;
|
|
1440
|
-
y: number;
|
|
1441
|
-
h: number;
|
|
1442
|
-
w: number;
|
|
1448
|
+
unmention_data?: {
|
|
1449
|
+
hydrate?: {
|
|
1450
|
+
unmentioned_users_results: {
|
|
1451
|
+
rest_id: string;
|
|
1452
|
+
}[];
|
|
1453
|
+
};
|
|
1454
|
+
};
|
|
1455
|
+
edit_control?: {
|
|
1456
|
+
edit_tweet_ids?: string[];
|
|
1457
|
+
editable_until_msecs?: string;
|
|
1458
|
+
is_edit_eligible?: boolean;
|
|
1459
|
+
edits_remaining?: string;
|
|
1460
|
+
initial_tweet_id?: string;
|
|
1461
|
+
edit_control_initial?: {
|
|
1462
|
+
edit_tweet_ids: string[];
|
|
1463
|
+
editable_until_msecs: string;
|
|
1464
|
+
is_edit_eligible: boolean;
|
|
1465
|
+
edits_remaining: string;
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1468
|
+
edit_perspective?: {
|
|
1469
|
+
favorited: boolean;
|
|
1470
|
+
retweeted: boolean;
|
|
1471
|
+
};
|
|
1472
|
+
is_translatable?: boolean;
|
|
1473
|
+
views?: {
|
|
1474
|
+
state: string;
|
|
1475
|
+
count?: string;
|
|
1476
|
+
};
|
|
1477
|
+
source?: string;
|
|
1478
|
+
legacy?: {
|
|
1479
|
+
bookmark_count: number;
|
|
1480
|
+
bookmarked: boolean;
|
|
1481
|
+
created_at: string;
|
|
1482
|
+
conversation_id_str: string;
|
|
1483
|
+
display_text_range: number[];
|
|
1484
|
+
entities: {
|
|
1485
|
+
hashtags: {
|
|
1486
|
+
indices: number[];
|
|
1487
|
+
text: string;
|
|
1488
|
+
}[];
|
|
1489
|
+
media?: {
|
|
1490
|
+
display_url: string;
|
|
1491
|
+
expanded_url: string;
|
|
1492
|
+
id_str: string;
|
|
1493
|
+
indices: number[];
|
|
1494
|
+
media_key: string;
|
|
1495
|
+
media_url_https: string;
|
|
1496
|
+
type: string;
|
|
1497
|
+
url: string;
|
|
1498
|
+
ext_media_availability: {
|
|
1499
|
+
status: string;
|
|
1500
|
+
};
|
|
1501
|
+
features?: {
|
|
1502
|
+
large: {
|
|
1503
|
+
faces: {
|
|
1504
|
+
x: number;
|
|
1505
|
+
y: number;
|
|
1506
|
+
h: number;
|
|
1507
|
+
w: number;
|
|
1443
1508
|
}[];
|
|
1444
1509
|
};
|
|
1445
1510
|
medium: {
|
|
@@ -1548,7 +1613,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1548
1613
|
indices: number[];
|
|
1549
1614
|
}[];
|
|
1550
1615
|
};
|
|
1551
|
-
url
|
|
1616
|
+
url?: {
|
|
1552
1617
|
urls: {
|
|
1553
1618
|
display_url: string;
|
|
1554
1619
|
expanded_url: string;
|
|
@@ -1576,10 +1641,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1576
1641
|
screen_name: string;
|
|
1577
1642
|
statuses_count: number;
|
|
1578
1643
|
translator_type: string;
|
|
1579
|
-
url: string;
|
|
1580
1644
|
verified: boolean;
|
|
1581
1645
|
want_retweets: boolean;
|
|
1582
1646
|
withheld_in_countries: unknown[];
|
|
1647
|
+
url?: string;
|
|
1583
1648
|
verified_type?: string;
|
|
1584
1649
|
};
|
|
1585
1650
|
};
|
|
@@ -1591,7 +1656,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1591
1656
|
};
|
|
1592
1657
|
video_info?: {
|
|
1593
1658
|
aspect_ratio: number[];
|
|
1594
|
-
duration_millis
|
|
1659
|
+
duration_millis?: number;
|
|
1595
1660
|
variants: {
|
|
1596
1661
|
bitrate?: number;
|
|
1597
1662
|
content_type: string;
|
|
@@ -1602,23 +1667,21 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1602
1667
|
source_user_id_str?: string;
|
|
1603
1668
|
ext_alt_text?: string;
|
|
1604
1669
|
}[];
|
|
1670
|
+
symbols: unknown[];
|
|
1671
|
+
timestamps?: unknown[];
|
|
1672
|
+
urls: {
|
|
1673
|
+
display_url: string;
|
|
1674
|
+
expanded_url: string;
|
|
1675
|
+
url: string;
|
|
1676
|
+
indices: number[];
|
|
1677
|
+
}[];
|
|
1678
|
+
user_mentions: {
|
|
1679
|
+
id_str: string;
|
|
1680
|
+
name: string;
|
|
1681
|
+
screen_name: string;
|
|
1682
|
+
indices: number[];
|
|
1683
|
+
}[];
|
|
1605
1684
|
};
|
|
1606
|
-
favorite_count: number;
|
|
1607
|
-
favorited: boolean;
|
|
1608
|
-
full_text: string;
|
|
1609
|
-
in_reply_to_screen_name?: string;
|
|
1610
|
-
in_reply_to_status_id_str?: string;
|
|
1611
|
-
in_reply_to_user_id_str?: string;
|
|
1612
|
-
is_quote_status: boolean;
|
|
1613
|
-
lang: string;
|
|
1614
|
-
possibly_sensitive?: boolean;
|
|
1615
|
-
possibly_sensitive_editable?: boolean;
|
|
1616
|
-
quote_count: number;
|
|
1617
|
-
reply_count: number;
|
|
1618
|
-
retweet_count: number;
|
|
1619
|
-
retweeted: boolean;
|
|
1620
|
-
user_id_str: string;
|
|
1621
|
-
id_str: string;
|
|
1622
1685
|
extended_entities?: {
|
|
1623
1686
|
media: {
|
|
1624
1687
|
display_url: string;
|
|
@@ -1747,7 +1810,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1747
1810
|
indices: number[];
|
|
1748
1811
|
}[];
|
|
1749
1812
|
};
|
|
1750
|
-
url
|
|
1813
|
+
url?: {
|
|
1751
1814
|
urls: {
|
|
1752
1815
|
display_url: string;
|
|
1753
1816
|
expanded_url: string;
|
|
@@ -1775,10 +1838,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1775
1838
|
screen_name: string;
|
|
1776
1839
|
statuses_count: number;
|
|
1777
1840
|
translator_type: string;
|
|
1778
|
-
url: string;
|
|
1779
1841
|
verified: boolean;
|
|
1780
1842
|
want_retweets: boolean;
|
|
1781
1843
|
withheld_in_countries: unknown[];
|
|
1844
|
+
url?: string;
|
|
1782
1845
|
verified_type?: string;
|
|
1783
1846
|
};
|
|
1784
1847
|
};
|
|
@@ -1790,7 +1853,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1790
1853
|
};
|
|
1791
1854
|
video_info?: {
|
|
1792
1855
|
aspect_ratio: number[];
|
|
1793
|
-
duration_millis
|
|
1856
|
+
duration_millis?: number;
|
|
1794
1857
|
variants: {
|
|
1795
1858
|
bitrate?: number;
|
|
1796
1859
|
content_type: string;
|
|
@@ -1802,12 +1865,28 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1802
1865
|
ext_alt_text?: string;
|
|
1803
1866
|
}[];
|
|
1804
1867
|
};
|
|
1868
|
+
favorite_count: number;
|
|
1869
|
+
favorited: boolean;
|
|
1870
|
+
full_text: string;
|
|
1871
|
+
is_quote_status: boolean;
|
|
1872
|
+
lang: string;
|
|
1873
|
+
possibly_sensitive?: boolean;
|
|
1874
|
+
possibly_sensitive_editable?: boolean;
|
|
1875
|
+
quote_count: number;
|
|
1876
|
+
reply_count: number;
|
|
1877
|
+
retweet_count: number;
|
|
1878
|
+
retweeted: boolean;
|
|
1879
|
+
user_id_str: string;
|
|
1880
|
+
id_str: string;
|
|
1805
1881
|
quoted_status_id_str?: string;
|
|
1806
1882
|
quoted_status_permalink?: {
|
|
1807
1883
|
url: string;
|
|
1808
1884
|
expanded: string;
|
|
1809
1885
|
display: string;
|
|
1810
1886
|
};
|
|
1887
|
+
in_reply_to_screen_name?: string;
|
|
1888
|
+
in_reply_to_status_id_str?: string;
|
|
1889
|
+
in_reply_to_user_id_str?: string;
|
|
1811
1890
|
};
|
|
1812
1891
|
tweet?: {
|
|
1813
1892
|
rest_id: string;
|
|
@@ -1889,18 +1968,16 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1889
1968
|
is_edit_eligible: boolean;
|
|
1890
1969
|
edits_remaining: string;
|
|
1891
1970
|
};
|
|
1971
|
+
edit_perspective?: {
|
|
1972
|
+
favorited: boolean;
|
|
1973
|
+
retweeted: boolean;
|
|
1974
|
+
};
|
|
1892
1975
|
is_translatable: boolean;
|
|
1893
1976
|
views: {
|
|
1894
1977
|
count: string;
|
|
1895
1978
|
state: string;
|
|
1896
1979
|
};
|
|
1897
1980
|
source: string;
|
|
1898
|
-
quotedRefResult?: {
|
|
1899
|
-
result?: {
|
|
1900
|
-
__typename: string;
|
|
1901
|
-
rest_id: string;
|
|
1902
|
-
};
|
|
1903
|
-
};
|
|
1904
1981
|
legacy: {
|
|
1905
1982
|
bookmark_count: number;
|
|
1906
1983
|
bookmarked: boolean;
|
|
@@ -1937,25 +2014,45 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
1937
2014
|
status: string;
|
|
1938
2015
|
};
|
|
1939
2016
|
features?: {
|
|
1940
|
-
all?: {
|
|
1941
|
-
tags: {
|
|
1942
|
-
user_id: string;
|
|
1943
|
-
name: string;
|
|
1944
|
-
screen_name: string;
|
|
1945
|
-
type: string;
|
|
1946
|
-
}[];
|
|
1947
|
-
};
|
|
1948
2017
|
large: {
|
|
1949
|
-
faces:
|
|
2018
|
+
faces: {
|
|
2019
|
+
x: number;
|
|
2020
|
+
y: number;
|
|
2021
|
+
h: number;
|
|
2022
|
+
w: number;
|
|
2023
|
+
}[];
|
|
1950
2024
|
};
|
|
1951
2025
|
medium: {
|
|
1952
|
-
faces:
|
|
2026
|
+
faces: {
|
|
2027
|
+
x: number;
|
|
2028
|
+
y: number;
|
|
2029
|
+
h: number;
|
|
2030
|
+
w: number;
|
|
2031
|
+
}[];
|
|
1953
2032
|
};
|
|
1954
2033
|
small: {
|
|
1955
|
-
faces:
|
|
2034
|
+
faces: {
|
|
2035
|
+
x: number;
|
|
2036
|
+
y: number;
|
|
2037
|
+
h: number;
|
|
2038
|
+
w: number;
|
|
2039
|
+
}[];
|
|
1956
2040
|
};
|
|
1957
2041
|
orig: {
|
|
1958
|
-
faces:
|
|
2042
|
+
faces: {
|
|
2043
|
+
x: number;
|
|
2044
|
+
y: number;
|
|
2045
|
+
h: number;
|
|
2046
|
+
w: number;
|
|
2047
|
+
}[];
|
|
2048
|
+
};
|
|
2049
|
+
all?: {
|
|
2050
|
+
tags: {
|
|
2051
|
+
user_id: string;
|
|
2052
|
+
name: string;
|
|
2053
|
+
screen_name: string;
|
|
2054
|
+
type: string;
|
|
2055
|
+
}[];
|
|
1959
2056
|
};
|
|
1960
2057
|
};
|
|
1961
2058
|
sizes: {
|
|
@@ -2011,12 +2108,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2011
2108
|
lang: string;
|
|
2012
2109
|
limited_actions: string;
|
|
2013
2110
|
quote_count: number;
|
|
2014
|
-
quoted_status_id_str?: string;
|
|
2015
|
-
quoted_status_permalink?: {
|
|
2016
|
-
url: string;
|
|
2017
|
-
expanded: string;
|
|
2018
|
-
display: string;
|
|
2019
|
-
};
|
|
2020
2111
|
reply_count: number;
|
|
2021
2112
|
retweet_count: number;
|
|
2022
2113
|
retweeted: boolean;
|
|
@@ -2036,6 +2127,38 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2036
2127
|
status: string;
|
|
2037
2128
|
};
|
|
2038
2129
|
features?: {
|
|
2130
|
+
large: {
|
|
2131
|
+
faces: {
|
|
2132
|
+
x: number;
|
|
2133
|
+
y: number;
|
|
2134
|
+
h: number;
|
|
2135
|
+
w: number;
|
|
2136
|
+
}[];
|
|
2137
|
+
};
|
|
2138
|
+
medium: {
|
|
2139
|
+
faces: {
|
|
2140
|
+
x: number;
|
|
2141
|
+
y: number;
|
|
2142
|
+
h: number;
|
|
2143
|
+
w: number;
|
|
2144
|
+
}[];
|
|
2145
|
+
};
|
|
2146
|
+
small: {
|
|
2147
|
+
faces: {
|
|
2148
|
+
x: number;
|
|
2149
|
+
y: number;
|
|
2150
|
+
h: number;
|
|
2151
|
+
w: number;
|
|
2152
|
+
}[];
|
|
2153
|
+
};
|
|
2154
|
+
orig: {
|
|
2155
|
+
faces: {
|
|
2156
|
+
x: number;
|
|
2157
|
+
y: number;
|
|
2158
|
+
h: number;
|
|
2159
|
+
w: number;
|
|
2160
|
+
}[];
|
|
2161
|
+
};
|
|
2039
2162
|
all?: {
|
|
2040
2163
|
tags: {
|
|
2041
2164
|
user_id: string;
|
|
@@ -2044,24 +2167,12 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2044
2167
|
type: string;
|
|
2045
2168
|
}[];
|
|
2046
2169
|
};
|
|
2170
|
+
};
|
|
2171
|
+
sizes: {
|
|
2047
2172
|
large: {
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
faces: unknown[];
|
|
2052
|
-
};
|
|
2053
|
-
small: {
|
|
2054
|
-
faces: unknown[];
|
|
2055
|
-
};
|
|
2056
|
-
orig: {
|
|
2057
|
-
faces: unknown[];
|
|
2058
|
-
};
|
|
2059
|
-
};
|
|
2060
|
-
sizes: {
|
|
2061
|
-
large: {
|
|
2062
|
-
h: number;
|
|
2063
|
-
w: number;
|
|
2064
|
-
resize: string;
|
|
2173
|
+
h: number;
|
|
2174
|
+
w: number;
|
|
2175
|
+
resize: string;
|
|
2065
2176
|
};
|
|
2066
2177
|
medium: {
|
|
2067
2178
|
h: number;
|
|
@@ -2105,6 +2216,18 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2105
2216
|
};
|
|
2106
2217
|
possibly_sensitive?: boolean;
|
|
2107
2218
|
possibly_sensitive_editable?: boolean;
|
|
2219
|
+
quoted_status_id_str?: string;
|
|
2220
|
+
quoted_status_permalink?: {
|
|
2221
|
+
url: string;
|
|
2222
|
+
expanded: string;
|
|
2223
|
+
display: string;
|
|
2224
|
+
};
|
|
2225
|
+
};
|
|
2226
|
+
quotedRefResult?: {
|
|
2227
|
+
result?: {
|
|
2228
|
+
__typename: string;
|
|
2229
|
+
rest_id: string;
|
|
2230
|
+
};
|
|
2108
2231
|
};
|
|
2109
2232
|
};
|
|
2110
2233
|
limitedActionResults?: {
|
|
@@ -2124,257 +2247,247 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2124
2247
|
};
|
|
2125
2248
|
}[];
|
|
2126
2249
|
};
|
|
2250
|
+
card?: {
|
|
2251
|
+
rest_id: string;
|
|
2252
|
+
legacy: {
|
|
2253
|
+
binding_values: {
|
|
2254
|
+
key: string;
|
|
2255
|
+
value: {
|
|
2256
|
+
image_value?: {
|
|
2257
|
+
height: number;
|
|
2258
|
+
width: number;
|
|
2259
|
+
url: string;
|
|
2260
|
+
alt?: string;
|
|
2261
|
+
};
|
|
2262
|
+
type: string;
|
|
2263
|
+
string_value?: string;
|
|
2264
|
+
scribe_key?: string;
|
|
2265
|
+
user_value?: {
|
|
2266
|
+
id_str: string;
|
|
2267
|
+
path: unknown[];
|
|
2268
|
+
};
|
|
2269
|
+
image_color_value?: {
|
|
2270
|
+
palette: {
|
|
2271
|
+
rgb: {
|
|
2272
|
+
blue: number;
|
|
2273
|
+
green: number;
|
|
2274
|
+
red: number;
|
|
2275
|
+
};
|
|
2276
|
+
percentage: number;
|
|
2277
|
+
}[];
|
|
2278
|
+
};
|
|
2279
|
+
};
|
|
2280
|
+
}[];
|
|
2281
|
+
card_platform: {
|
|
2282
|
+
platform: {
|
|
2283
|
+
audience: {
|
|
2284
|
+
name: string;
|
|
2285
|
+
};
|
|
2286
|
+
device: {
|
|
2287
|
+
name: string;
|
|
2288
|
+
version: string;
|
|
2289
|
+
};
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
name: string;
|
|
2293
|
+
url: string;
|
|
2294
|
+
user_refs_results: {
|
|
2295
|
+
result: {
|
|
2296
|
+
__typename: string;
|
|
2297
|
+
id?: string;
|
|
2298
|
+
rest_id?: string;
|
|
2299
|
+
affiliates_highlighted_label?: {};
|
|
2300
|
+
has_graduated_access?: boolean;
|
|
2301
|
+
is_blue_verified?: boolean;
|
|
2302
|
+
profile_image_shape?: string;
|
|
2303
|
+
legacy?: {
|
|
2304
|
+
can_dm: boolean;
|
|
2305
|
+
can_media_tag: boolean;
|
|
2306
|
+
created_at: string;
|
|
2307
|
+
default_profile: boolean;
|
|
2308
|
+
default_profile_image: boolean;
|
|
2309
|
+
description: string;
|
|
2310
|
+
entities: {
|
|
2311
|
+
description: {
|
|
2312
|
+
urls: {
|
|
2313
|
+
display_url: string;
|
|
2314
|
+
expanded_url: string;
|
|
2315
|
+
url: string;
|
|
2316
|
+
indices: number[];
|
|
2317
|
+
}[];
|
|
2318
|
+
};
|
|
2319
|
+
url: {
|
|
2320
|
+
urls: {
|
|
2321
|
+
display_url: string;
|
|
2322
|
+
expanded_url: string;
|
|
2323
|
+
url: string;
|
|
2324
|
+
indices: number[];
|
|
2325
|
+
}[];
|
|
2326
|
+
};
|
|
2327
|
+
};
|
|
2328
|
+
fast_followers_count: number;
|
|
2329
|
+
favourites_count: number;
|
|
2330
|
+
followers_count: number;
|
|
2331
|
+
friends_count: number;
|
|
2332
|
+
has_custom_timelines: boolean;
|
|
2333
|
+
is_translator: boolean;
|
|
2334
|
+
listed_count: number;
|
|
2335
|
+
location: string;
|
|
2336
|
+
media_count: number;
|
|
2337
|
+
name: string;
|
|
2338
|
+
normal_followers_count: number;
|
|
2339
|
+
pinned_tweet_ids_str: string[];
|
|
2340
|
+
possibly_sensitive: boolean;
|
|
2341
|
+
profile_banner_url: string;
|
|
2342
|
+
profile_image_url_https: string;
|
|
2343
|
+
profile_interstitial_type: string;
|
|
2344
|
+
screen_name: string;
|
|
2345
|
+
statuses_count: number;
|
|
2346
|
+
translator_type: string;
|
|
2347
|
+
url: string;
|
|
2348
|
+
verified: boolean;
|
|
2349
|
+
verified_type?: string;
|
|
2350
|
+
want_retweets: boolean;
|
|
2351
|
+
withheld_in_countries: unknown[];
|
|
2352
|
+
blocking?: boolean;
|
|
2353
|
+
};
|
|
2354
|
+
professional?: {
|
|
2355
|
+
rest_id: string;
|
|
2356
|
+
professional_type: string;
|
|
2357
|
+
category: {
|
|
2358
|
+
id: number;
|
|
2359
|
+
name: string;
|
|
2360
|
+
icon_name: string;
|
|
2361
|
+
}[];
|
|
2362
|
+
};
|
|
2363
|
+
message?: string;
|
|
2364
|
+
reason?: string;
|
|
2365
|
+
};
|
|
2366
|
+
}[];
|
|
2367
|
+
};
|
|
2368
|
+
};
|
|
2369
|
+
unified_card?: {
|
|
2370
|
+
card_fetch_state: string;
|
|
2371
|
+
};
|
|
2127
2372
|
quotedRefResult?: {
|
|
2128
|
-
result
|
|
2373
|
+
result?: {
|
|
2129
2374
|
__typename: string;
|
|
2130
2375
|
rest_id: string;
|
|
2131
2376
|
};
|
|
2132
2377
|
};
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
retweet_count: number;
|
|
2139
|
-
};
|
|
2140
|
-
};
|
|
2141
|
-
};
|
|
2142
|
-
previous_counts?: {
|
|
2143
|
-
bookmark_count: number;
|
|
2144
|
-
favorite_count: number;
|
|
2145
|
-
quote_count: number;
|
|
2146
|
-
reply_count: number;
|
|
2147
|
-
retweet_count: number;
|
|
2148
|
-
};
|
|
2149
|
-
birdwatch_pivot?: {
|
|
2150
|
-
callToAction: {
|
|
2151
|
-
prompt: string;
|
|
2152
|
-
title: string;
|
|
2153
|
-
destinationUrl: string;
|
|
2154
|
-
};
|
|
2155
|
-
destinationUrl: string;
|
|
2156
|
-
footer: {
|
|
2157
|
-
text: string;
|
|
2158
|
-
entities: {
|
|
2159
|
-
fromIndex: number;
|
|
2160
|
-
toIndex: number;
|
|
2161
|
-
ref: {
|
|
2162
|
-
type: string;
|
|
2163
|
-
url: string;
|
|
2164
|
-
urlType: string;
|
|
2378
|
+
birdwatch_pivot?: {
|
|
2379
|
+
callToAction: {
|
|
2380
|
+
prompt: string;
|
|
2381
|
+
title: string;
|
|
2382
|
+
destinationUrl: string;
|
|
2165
2383
|
};
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
url: string;
|
|
2179
|
-
urlType: string;
|
|
2384
|
+
destinationUrl: string;
|
|
2385
|
+
footer: {
|
|
2386
|
+
text: string;
|
|
2387
|
+
entities: {
|
|
2388
|
+
fromIndex: number;
|
|
2389
|
+
toIndex: number;
|
|
2390
|
+
ref: {
|
|
2391
|
+
type: string;
|
|
2392
|
+
url: string;
|
|
2393
|
+
urlType: string;
|
|
2394
|
+
};
|
|
2395
|
+
}[];
|
|
2180
2396
|
};
|
|
2181
|
-
|
|
2182
|
-
};
|
|
2183
|
-
title: string;
|
|
2184
|
-
shorttitle: string;
|
|
2185
|
-
visualStyle: string;
|
|
2186
|
-
iconType: string;
|
|
2187
|
-
};
|
|
2188
|
-
};
|
|
2189
|
-
};
|
|
2190
|
-
extended_entities?: {
|
|
2191
|
-
media: {
|
|
2192
|
-
display_url: string;
|
|
2193
|
-
expanded_url: string;
|
|
2194
|
-
id_str: string;
|
|
2195
|
-
indices: number[];
|
|
2196
|
-
media_key: string;
|
|
2197
|
-
media_url_https: string;
|
|
2198
|
-
source_status_id_str?: string;
|
|
2199
|
-
source_user_id_str?: string;
|
|
2200
|
-
type: string;
|
|
2201
|
-
url: string;
|
|
2202
|
-
additional_media_info?: {
|
|
2203
|
-
monetizable: boolean;
|
|
2204
|
-
source_user?: {
|
|
2205
|
-
user_results: {
|
|
2206
|
-
result: {
|
|
2207
|
-
__typename: string;
|
|
2208
|
-
id: string;
|
|
2397
|
+
note: {
|
|
2209
2398
|
rest_id: string;
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
description: string;
|
|
2221
|
-
entities: {
|
|
2222
|
-
description: {
|
|
2223
|
-
urls: {
|
|
2224
|
-
display_url: string;
|
|
2225
|
-
expanded_url: string;
|
|
2226
|
-
url: string;
|
|
2227
|
-
indices: number[];
|
|
2228
|
-
}[];
|
|
2229
|
-
};
|
|
2230
|
-
url?: {
|
|
2231
|
-
urls: {
|
|
2232
|
-
display_url: string;
|
|
2233
|
-
expanded_url: string;
|
|
2234
|
-
url: string;
|
|
2235
|
-
indices: number[];
|
|
2236
|
-
}[];
|
|
2237
|
-
};
|
|
2399
|
+
};
|
|
2400
|
+
subtitle: {
|
|
2401
|
+
text: string;
|
|
2402
|
+
entities: {
|
|
2403
|
+
fromIndex: number;
|
|
2404
|
+
toIndex: number;
|
|
2405
|
+
ref: {
|
|
2406
|
+
type: string;
|
|
2407
|
+
url: string;
|
|
2408
|
+
urlType: string;
|
|
2238
2409
|
};
|
|
2239
|
-
|
|
2240
|
-
favourites_count: number;
|
|
2241
|
-
followers_count: number;
|
|
2242
|
-
friends_count: number;
|
|
2243
|
-
has_custom_timelines: boolean;
|
|
2244
|
-
is_translator: boolean;
|
|
2245
|
-
listed_count: number;
|
|
2246
|
-
location: string;
|
|
2247
|
-
media_count: number;
|
|
2248
|
-
name: string;
|
|
2249
|
-
normal_followers_count: number;
|
|
2250
|
-
pinned_tweet_ids_str: string[];
|
|
2251
|
-
possibly_sensitive: boolean;
|
|
2252
|
-
profile_banner_url?: string;
|
|
2253
|
-
profile_image_url_https: string;
|
|
2254
|
-
profile_interstitial_type: string;
|
|
2255
|
-
screen_name: string;
|
|
2256
|
-
statuses_count: number;
|
|
2257
|
-
translator_type: string;
|
|
2258
|
-
url?: string;
|
|
2259
|
-
verified: boolean;
|
|
2260
|
-
want_retweets: boolean;
|
|
2261
|
-
withheld_in_countries: unknown[];
|
|
2262
|
-
blocking?: boolean;
|
|
2263
|
-
verified_type?: string;
|
|
2264
|
-
};
|
|
2265
|
-
professional?: {
|
|
2266
|
-
rest_id: string;
|
|
2267
|
-
professional_type: string;
|
|
2268
|
-
category: {
|
|
2269
|
-
id: number;
|
|
2270
|
-
name: string;
|
|
2271
|
-
icon_name: string;
|
|
2272
|
-
}[];
|
|
2273
|
-
};
|
|
2410
|
+
}[];
|
|
2274
2411
|
};
|
|
2412
|
+
title: string;
|
|
2413
|
+
shorttitle: string;
|
|
2414
|
+
visualStyle: string;
|
|
2415
|
+
iconType: string;
|
|
2275
2416
|
};
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2417
|
+
note_tweet?: {
|
|
2418
|
+
is_expandable: boolean;
|
|
2419
|
+
note_tweet_results: {
|
|
2420
|
+
result: {
|
|
2421
|
+
id: string;
|
|
2422
|
+
text: string;
|
|
2423
|
+
entity_set: {
|
|
2424
|
+
hashtags: {
|
|
2425
|
+
indices: number[];
|
|
2426
|
+
text: string;
|
|
2427
|
+
}[];
|
|
2428
|
+
symbols: unknown[];
|
|
2429
|
+
urls: unknown[];
|
|
2430
|
+
user_mentions: unknown[];
|
|
2431
|
+
};
|
|
2432
|
+
};
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
previous_counts?: {
|
|
2436
|
+
bookmark_count: number;
|
|
2437
|
+
favorite_count: number;
|
|
2438
|
+
quote_count: number;
|
|
2439
|
+
reply_count: number;
|
|
2440
|
+
retweet_count: number;
|
|
2283
2441
|
};
|
|
2284
2442
|
};
|
|
2285
|
-
};
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
resize: string;
|
|
2299
|
-
};
|
|
2300
|
-
small: {
|
|
2301
|
-
h: number;
|
|
2302
|
-
w: number;
|
|
2303
|
-
resize: string;
|
|
2304
|
-
};
|
|
2305
|
-
thumb: {
|
|
2306
|
-
h: number;
|
|
2307
|
-
w: number;
|
|
2308
|
-
resize: string;
|
|
2309
|
-
};
|
|
2310
|
-
};
|
|
2311
|
-
original_info: {
|
|
2312
|
-
height: number;
|
|
2313
|
-
width: number;
|
|
2314
|
-
focus_rects: {
|
|
2315
|
-
x: number;
|
|
2316
|
-
y: number;
|
|
2317
|
-
w: number;
|
|
2318
|
-
h: number;
|
|
2319
|
-
}[];
|
|
2320
|
-
};
|
|
2321
|
-
video_info?: {
|
|
2322
|
-
aspect_ratio: number[];
|
|
2323
|
-
duration_millis?: number;
|
|
2324
|
-
variants: {
|
|
2325
|
-
bitrate?: number;
|
|
2326
|
-
content_type: string;
|
|
2327
|
-
url: string;
|
|
2328
|
-
}[];
|
|
2329
|
-
};
|
|
2330
|
-
features?: {
|
|
2331
|
-
large: {
|
|
2332
|
-
faces: {
|
|
2333
|
-
x: number;
|
|
2334
|
-
y: number;
|
|
2335
|
-
h: number;
|
|
2336
|
-
w: number;
|
|
2337
|
-
}[];
|
|
2338
|
-
};
|
|
2339
|
-
medium: {
|
|
2340
|
-
faces: {
|
|
2341
|
-
x: number;
|
|
2342
|
-
y: number;
|
|
2343
|
-
h: number;
|
|
2344
|
-
w: number;
|
|
2345
|
-
}[];
|
|
2346
|
-
};
|
|
2347
|
-
small: {
|
|
2348
|
-
faces: {
|
|
2349
|
-
x: number;
|
|
2350
|
-
y: number;
|
|
2351
|
-
h: number;
|
|
2352
|
-
w: number;
|
|
2353
|
-
}[];
|
|
2443
|
+
};
|
|
2444
|
+
previous_counts?: {
|
|
2445
|
+
bookmark_count: number;
|
|
2446
|
+
favorite_count: number;
|
|
2447
|
+
quote_count: number;
|
|
2448
|
+
reply_count: number;
|
|
2449
|
+
retweet_count: number;
|
|
2450
|
+
};
|
|
2451
|
+
birdwatch_pivot?: {
|
|
2452
|
+
callToAction: {
|
|
2453
|
+
prompt: string;
|
|
2454
|
+
title: string;
|
|
2455
|
+
destinationUrl: string;
|
|
2354
2456
|
};
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2457
|
+
destinationUrl: string;
|
|
2458
|
+
footer: {
|
|
2459
|
+
text: string;
|
|
2460
|
+
entities: {
|
|
2461
|
+
fromIndex: number;
|
|
2462
|
+
toIndex: number;
|
|
2463
|
+
ref: {
|
|
2464
|
+
type: string;
|
|
2465
|
+
url: string;
|
|
2466
|
+
urlType: string;
|
|
2467
|
+
};
|
|
2361
2468
|
}[];
|
|
2362
2469
|
};
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2470
|
+
note: {
|
|
2471
|
+
rest_id: string;
|
|
2472
|
+
};
|
|
2473
|
+
subtitle: {
|
|
2474
|
+
text: string;
|
|
2475
|
+
entities: {
|
|
2476
|
+
fromIndex: number;
|
|
2477
|
+
toIndex: number;
|
|
2478
|
+
ref: {
|
|
2479
|
+
type: string;
|
|
2480
|
+
url: string;
|
|
2481
|
+
urlType: string;
|
|
2482
|
+
};
|
|
2369
2483
|
}[];
|
|
2370
2484
|
};
|
|
2485
|
+
title: string;
|
|
2486
|
+
shorttitle: string;
|
|
2487
|
+
visualStyle: string;
|
|
2488
|
+
iconType: string;
|
|
2371
2489
|
};
|
|
2372
|
-
|
|
2373
|
-
other?: boolean;
|
|
2374
|
-
adult_content?: boolean;
|
|
2375
|
-
};
|
|
2376
|
-
ext_alt_text?: string;
|
|
2377
|
-
}[];
|
|
2490
|
+
};
|
|
2378
2491
|
};
|
|
2379
2492
|
quoted_status_id_str?: string;
|
|
2380
2493
|
quoted_status_permalink?: {
|
|
@@ -2382,6 +2495,21 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2382
2495
|
expanded: string;
|
|
2383
2496
|
display: string;
|
|
2384
2497
|
};
|
|
2498
|
+
conversation_control?: {
|
|
2499
|
+
policy: string;
|
|
2500
|
+
conversation_owner_results: {
|
|
2501
|
+
result: {
|
|
2502
|
+
__typename: string;
|
|
2503
|
+
legacy: {
|
|
2504
|
+
screen_name: string;
|
|
2505
|
+
};
|
|
2506
|
+
};
|
|
2507
|
+
};
|
|
2508
|
+
};
|
|
2509
|
+
limited_actions?: string;
|
|
2510
|
+
};
|
|
2511
|
+
unified_card?: {
|
|
2512
|
+
card_fetch_state: string;
|
|
2385
2513
|
};
|
|
2386
2514
|
tweet?: {
|
|
2387
2515
|
rest_id: string;
|
|
@@ -2430,7 +2558,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2430
2558
|
normal_followers_count: number;
|
|
2431
2559
|
pinned_tweet_ids_str: string[];
|
|
2432
2560
|
possibly_sensitive: boolean;
|
|
2433
|
-
profile_banner_url
|
|
2561
|
+
profile_banner_url?: string;
|
|
2434
2562
|
profile_image_url_https: string;
|
|
2435
2563
|
profile_interstitial_type: string;
|
|
2436
2564
|
screen_name: string;
|
|
@@ -2439,8 +2567,8 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2439
2567
|
verified: boolean;
|
|
2440
2568
|
want_retweets: boolean;
|
|
2441
2569
|
withheld_in_countries: unknown[];
|
|
2442
|
-
muting?: boolean;
|
|
2443
2570
|
url?: string;
|
|
2571
|
+
muting?: boolean;
|
|
2444
2572
|
};
|
|
2445
2573
|
};
|
|
2446
2574
|
};
|
|
@@ -2452,6 +2580,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2452
2580
|
is_edit_eligible: boolean;
|
|
2453
2581
|
edits_remaining: string;
|
|
2454
2582
|
};
|
|
2583
|
+
edit_perspective?: {
|
|
2584
|
+
favorited: boolean;
|
|
2585
|
+
retweeted: boolean;
|
|
2586
|
+
};
|
|
2455
2587
|
is_translatable: boolean;
|
|
2456
2588
|
views: {
|
|
2457
2589
|
state: string;
|
|
@@ -2581,6 +2713,15 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2581
2713
|
h: number;
|
|
2582
2714
|
}[];
|
|
2583
2715
|
};
|
|
2716
|
+
video_info?: {
|
|
2717
|
+
aspect_ratio: number[];
|
|
2718
|
+
variants: {
|
|
2719
|
+
bitrate?: number;
|
|
2720
|
+
content_type: string;
|
|
2721
|
+
url: string;
|
|
2722
|
+
}[];
|
|
2723
|
+
duration_millis?: number;
|
|
2724
|
+
};
|
|
2584
2725
|
additional_media_info?: {
|
|
2585
2726
|
monetizable: boolean;
|
|
2586
2727
|
source_user: {
|
|
@@ -2646,15 +2787,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2646
2787
|
};
|
|
2647
2788
|
};
|
|
2648
2789
|
};
|
|
2649
|
-
|
|
2650
|
-
aspect_ratio: number[];
|
|
2651
|
-
duration_millis: number;
|
|
2652
|
-
variants: {
|
|
2653
|
-
bitrate?: number;
|
|
2654
|
-
content_type: string;
|
|
2655
|
-
url: string;
|
|
2656
|
-
}[];
|
|
2657
|
-
};
|
|
2790
|
+
ext_alt_text?: string;
|
|
2658
2791
|
sensitive_media_warning?: {
|
|
2659
2792
|
other: boolean;
|
|
2660
2793
|
};
|
|
@@ -2731,11 +2864,11 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2731
2864
|
screen_name: string;
|
|
2732
2865
|
statuses_count: number;
|
|
2733
2866
|
translator_type: string;
|
|
2867
|
+
url?: string;
|
|
2734
2868
|
verified: boolean;
|
|
2735
2869
|
want_retweets: boolean;
|
|
2736
2870
|
withheld_in_countries: unknown[];
|
|
2737
2871
|
blocking?: boolean;
|
|
2738
|
-
url?: string;
|
|
2739
2872
|
following?: boolean;
|
|
2740
2873
|
};
|
|
2741
2874
|
professional?: {
|
|
@@ -2752,10 +2885,21 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2752
2885
|
};
|
|
2753
2886
|
unmention_data: {};
|
|
2754
2887
|
edit_control: {
|
|
2755
|
-
edit_tweet_ids
|
|
2756
|
-
editable_until_msecs
|
|
2757
|
-
is_edit_eligible
|
|
2758
|
-
edits_remaining
|
|
2888
|
+
edit_tweet_ids?: string[];
|
|
2889
|
+
editable_until_msecs?: string;
|
|
2890
|
+
is_edit_eligible?: boolean;
|
|
2891
|
+
edits_remaining?: string;
|
|
2892
|
+
initial_tweet_id?: string;
|
|
2893
|
+
edit_control_initial?: {
|
|
2894
|
+
edit_tweet_ids: string[];
|
|
2895
|
+
editable_until_msecs: string;
|
|
2896
|
+
is_edit_eligible: boolean;
|
|
2897
|
+
edits_remaining: string;
|
|
2898
|
+
};
|
|
2899
|
+
};
|
|
2900
|
+
edit_perspective?: {
|
|
2901
|
+
favorited: boolean;
|
|
2902
|
+
retweeted: boolean;
|
|
2759
2903
|
};
|
|
2760
2904
|
is_translatable: boolean;
|
|
2761
2905
|
views: {
|
|
@@ -2880,18 +3024,19 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2880
3024
|
h: number;
|
|
2881
3025
|
}[];
|
|
2882
3026
|
};
|
|
2883
|
-
additional_media_info?: {
|
|
2884
|
-
monetizable: boolean;
|
|
2885
|
-
};
|
|
2886
3027
|
video_info?: {
|
|
2887
3028
|
aspect_ratio: number[];
|
|
2888
|
-
duration_millis: number;
|
|
2889
3029
|
variants: {
|
|
2890
3030
|
bitrate?: number;
|
|
2891
3031
|
content_type: string;
|
|
2892
3032
|
url: string;
|
|
2893
3033
|
}[];
|
|
3034
|
+
duration_millis?: number;
|
|
3035
|
+
};
|
|
3036
|
+
additional_media_info?: {
|
|
3037
|
+
monetizable: boolean;
|
|
2894
3038
|
};
|
|
3039
|
+
ext_alt_text?: string;
|
|
2895
3040
|
sensitive_media_warning?: {
|
|
2896
3041
|
other: boolean;
|
|
2897
3042
|
};
|
|
@@ -2960,71 +3105,224 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
2960
3105
|
user_id: string;
|
|
2961
3106
|
name: string;
|
|
2962
3107
|
screen_name: string;
|
|
2963
|
-
type: string;
|
|
2964
|
-
}[];
|
|
2965
|
-
};
|
|
2966
|
-
};
|
|
2967
|
-
sizes: {
|
|
2968
|
-
large: {
|
|
2969
|
-
h: number;
|
|
2970
|
-
w: number;
|
|
2971
|
-
resize: string;
|
|
2972
|
-
};
|
|
2973
|
-
medium: {
|
|
2974
|
-
h: number;
|
|
2975
|
-
w: number;
|
|
2976
|
-
resize: string;
|
|
2977
|
-
};
|
|
2978
|
-
small: {
|
|
2979
|
-
h: number;
|
|
2980
|
-
w: number;
|
|
2981
|
-
resize: string;
|
|
2982
|
-
};
|
|
2983
|
-
thumb: {
|
|
2984
|
-
h: number;
|
|
2985
|
-
w: number;
|
|
2986
|
-
resize: string;
|
|
3108
|
+
type: string;
|
|
3109
|
+
}[];
|
|
3110
|
+
};
|
|
3111
|
+
};
|
|
3112
|
+
sizes: {
|
|
3113
|
+
large: {
|
|
3114
|
+
h: number;
|
|
3115
|
+
w: number;
|
|
3116
|
+
resize: string;
|
|
3117
|
+
};
|
|
3118
|
+
medium: {
|
|
3119
|
+
h: number;
|
|
3120
|
+
w: number;
|
|
3121
|
+
resize: string;
|
|
3122
|
+
};
|
|
3123
|
+
small: {
|
|
3124
|
+
h: number;
|
|
3125
|
+
w: number;
|
|
3126
|
+
resize: string;
|
|
3127
|
+
};
|
|
3128
|
+
thumb: {
|
|
3129
|
+
h: number;
|
|
3130
|
+
w: number;
|
|
3131
|
+
resize: string;
|
|
3132
|
+
};
|
|
3133
|
+
};
|
|
3134
|
+
original_info: {
|
|
3135
|
+
height: number;
|
|
3136
|
+
width: number;
|
|
3137
|
+
focus_rects: {
|
|
3138
|
+
x: number;
|
|
3139
|
+
y: number;
|
|
3140
|
+
w: number;
|
|
3141
|
+
h: number;
|
|
3142
|
+
}[];
|
|
3143
|
+
};
|
|
3144
|
+
video_info?: {
|
|
3145
|
+
aspect_ratio: number[];
|
|
3146
|
+
variants: {
|
|
3147
|
+
bitrate?: number;
|
|
3148
|
+
content_type: string;
|
|
3149
|
+
url: string;
|
|
3150
|
+
}[];
|
|
3151
|
+
duration_millis?: number;
|
|
3152
|
+
};
|
|
3153
|
+
additional_media_info?: {
|
|
3154
|
+
monetizable: boolean;
|
|
3155
|
+
};
|
|
3156
|
+
ext_alt_text?: string;
|
|
3157
|
+
sensitive_media_warning?: {
|
|
3158
|
+
other: boolean;
|
|
3159
|
+
};
|
|
3160
|
+
}[];
|
|
3161
|
+
};
|
|
3162
|
+
possibly_sensitive?: boolean;
|
|
3163
|
+
possibly_sensitive_editable?: boolean;
|
|
3164
|
+
place?: {
|
|
3165
|
+
bounding_box: {
|
|
3166
|
+
coordinates: number[][][];
|
|
3167
|
+
type: string;
|
|
3168
|
+
};
|
|
3169
|
+
country: string;
|
|
3170
|
+
country_code: string;
|
|
3171
|
+
full_name: string;
|
|
3172
|
+
name: string;
|
|
3173
|
+
id: string;
|
|
3174
|
+
place_type: string;
|
|
3175
|
+
url: string;
|
|
3176
|
+
};
|
|
3177
|
+
quoted_status_id_str?: string;
|
|
3178
|
+
quoted_status_permalink?: {
|
|
3179
|
+
url: string;
|
|
3180
|
+
expanded: string;
|
|
3181
|
+
display: string;
|
|
3182
|
+
};
|
|
3183
|
+
};
|
|
3184
|
+
unified_card?: {
|
|
3185
|
+
card_fetch_state: string;
|
|
3186
|
+
};
|
|
3187
|
+
previous_counts?: {
|
|
3188
|
+
bookmark_count: number;
|
|
3189
|
+
favorite_count: number;
|
|
3190
|
+
quote_count: number;
|
|
3191
|
+
reply_count: number;
|
|
3192
|
+
retweet_count: number;
|
|
3193
|
+
};
|
|
3194
|
+
quoted_status_result?: {
|
|
3195
|
+
result: {
|
|
3196
|
+
__typename: string;
|
|
3197
|
+
rest_id?: string;
|
|
3198
|
+
core?: {
|
|
3199
|
+
user_results: {
|
|
3200
|
+
result: {
|
|
3201
|
+
__typename: string;
|
|
3202
|
+
id: string;
|
|
3203
|
+
rest_id: string;
|
|
3204
|
+
affiliates_highlighted_label: {};
|
|
3205
|
+
has_graduated_access: boolean;
|
|
3206
|
+
is_blue_verified: boolean;
|
|
3207
|
+
profile_image_shape: string;
|
|
3208
|
+
legacy: {
|
|
3209
|
+
can_dm: boolean;
|
|
3210
|
+
can_media_tag: boolean;
|
|
3211
|
+
created_at: string;
|
|
3212
|
+
default_profile: boolean;
|
|
3213
|
+
default_profile_image: boolean;
|
|
3214
|
+
description: string;
|
|
3215
|
+
entities: {
|
|
3216
|
+
description: {
|
|
3217
|
+
urls: {
|
|
3218
|
+
display_url: string;
|
|
3219
|
+
expanded_url: string;
|
|
3220
|
+
url: string;
|
|
3221
|
+
indices: number[];
|
|
3222
|
+
}[];
|
|
3223
|
+
};
|
|
3224
|
+
url?: {
|
|
3225
|
+
urls: {
|
|
3226
|
+
display_url: string;
|
|
3227
|
+
expanded_url: string;
|
|
3228
|
+
url: string;
|
|
3229
|
+
indices: number[];
|
|
3230
|
+
}[];
|
|
3231
|
+
};
|
|
3232
|
+
};
|
|
3233
|
+
fast_followers_count: number;
|
|
3234
|
+
favourites_count: number;
|
|
3235
|
+
followers_count: number;
|
|
3236
|
+
friends_count: number;
|
|
3237
|
+
has_custom_timelines: boolean;
|
|
3238
|
+
is_translator: boolean;
|
|
3239
|
+
listed_count: number;
|
|
3240
|
+
location: string;
|
|
3241
|
+
media_count: number;
|
|
3242
|
+
name: string;
|
|
3243
|
+
normal_followers_count: number;
|
|
3244
|
+
pinned_tweet_ids_str: string[];
|
|
3245
|
+
possibly_sensitive: boolean;
|
|
3246
|
+
profile_banner_url: string;
|
|
3247
|
+
profile_image_url_https: string;
|
|
3248
|
+
profile_interstitial_type: string;
|
|
3249
|
+
screen_name: string;
|
|
3250
|
+
statuses_count: number;
|
|
3251
|
+
translator_type: string;
|
|
3252
|
+
url?: string;
|
|
3253
|
+
verified: boolean;
|
|
3254
|
+
want_retweets: boolean;
|
|
3255
|
+
withheld_in_countries: unknown[];
|
|
3256
|
+
};
|
|
3257
|
+
professional?: {
|
|
3258
|
+
rest_id: string;
|
|
3259
|
+
professional_type: string;
|
|
3260
|
+
category: {
|
|
3261
|
+
id: number;
|
|
3262
|
+
name: string;
|
|
3263
|
+
icon_name: string;
|
|
3264
|
+
}[];
|
|
3265
|
+
};
|
|
2987
3266
|
};
|
|
2988
3267
|
};
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3268
|
+
};
|
|
3269
|
+
unmention_data?: {};
|
|
3270
|
+
edit_control?: {
|
|
3271
|
+
edit_tweet_ids: string[];
|
|
3272
|
+
editable_until_msecs: string;
|
|
3273
|
+
is_edit_eligible: boolean;
|
|
3274
|
+
edits_remaining: string;
|
|
3275
|
+
};
|
|
3276
|
+
edit_perspective?: {
|
|
3277
|
+
favorited: boolean;
|
|
3278
|
+
retweeted: boolean;
|
|
3279
|
+
};
|
|
3280
|
+
is_translatable?: boolean;
|
|
3281
|
+
views?: {
|
|
3282
|
+
count: string;
|
|
3283
|
+
state: string;
|
|
3284
|
+
};
|
|
3285
|
+
source?: string;
|
|
3286
|
+
quotedRefResult?: {
|
|
3287
|
+
result: {
|
|
3288
|
+
__typename: string;
|
|
3289
|
+
rest_id: string;
|
|
3001
3290
|
};
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3291
|
+
};
|
|
3292
|
+
legacy?: {
|
|
3293
|
+
bookmark_count: number;
|
|
3294
|
+
bookmarked: boolean;
|
|
3295
|
+
created_at: string;
|
|
3296
|
+
conversation_id_str: string;
|
|
3297
|
+
display_text_range: number[];
|
|
3298
|
+
entities: {
|
|
3299
|
+
hashtags: {
|
|
3300
|
+
indices: number[];
|
|
3301
|
+
text: string;
|
|
3009
3302
|
}[];
|
|
3303
|
+
symbols: unknown[];
|
|
3304
|
+
timestamps?: unknown[];
|
|
3305
|
+
urls: unknown[];
|
|
3306
|
+
user_mentions: unknown[];
|
|
3010
3307
|
};
|
|
3011
|
-
|
|
3012
|
-
|
|
3308
|
+
favorite_count: number;
|
|
3309
|
+
favorited: boolean;
|
|
3310
|
+
full_text: string;
|
|
3311
|
+
is_quote_status: boolean;
|
|
3312
|
+
lang: string;
|
|
3313
|
+
quote_count: number;
|
|
3314
|
+
quoted_status_id_str?: string;
|
|
3315
|
+
quoted_status_permalink?: {
|
|
3316
|
+
url: string;
|
|
3317
|
+
expanded: string;
|
|
3318
|
+
display: string;
|
|
3013
3319
|
};
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
url: string;
|
|
3021
|
-
expanded: string;
|
|
3022
|
-
display: string;
|
|
3023
|
-
};
|
|
3024
|
-
};
|
|
3025
|
-
quoted_status_result?: {
|
|
3026
|
-
result: {
|
|
3027
|
-
__typename: string;
|
|
3320
|
+
reply_count: number;
|
|
3321
|
+
retweet_count: number;
|
|
3322
|
+
retweeted: boolean;
|
|
3323
|
+
user_id_str: string;
|
|
3324
|
+
id_str: string;
|
|
3325
|
+
};
|
|
3028
3326
|
tweet?: {
|
|
3029
3327
|
rest_id: string;
|
|
3030
3328
|
core: {
|
|
@@ -3053,6 +3351,14 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3053
3351
|
indices: number[];
|
|
3054
3352
|
}[];
|
|
3055
3353
|
};
|
|
3354
|
+
url?: {
|
|
3355
|
+
urls: {
|
|
3356
|
+
display_url: string;
|
|
3357
|
+
expanded_url: string;
|
|
3358
|
+
url: string;
|
|
3359
|
+
indices: number[];
|
|
3360
|
+
}[];
|
|
3361
|
+
};
|
|
3056
3362
|
};
|
|
3057
3363
|
fast_followers_count: number;
|
|
3058
3364
|
favourites_count: number;
|
|
@@ -3073,6 +3379,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3073
3379
|
screen_name: string;
|
|
3074
3380
|
statuses_count: number;
|
|
3075
3381
|
translator_type: string;
|
|
3382
|
+
url?: string;
|
|
3076
3383
|
verified: boolean;
|
|
3077
3384
|
want_retweets: boolean;
|
|
3078
3385
|
withheld_in_countries: unknown[];
|
|
@@ -3087,9 +3394,13 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3087
3394
|
is_edit_eligible: boolean;
|
|
3088
3395
|
edits_remaining: string;
|
|
3089
3396
|
};
|
|
3397
|
+
edit_perspective?: {
|
|
3398
|
+
favorited: boolean;
|
|
3399
|
+
retweeted: boolean;
|
|
3400
|
+
};
|
|
3090
3401
|
is_translatable: boolean;
|
|
3091
3402
|
views: {
|
|
3092
|
-
count
|
|
3403
|
+
count?: string;
|
|
3093
3404
|
state: string;
|
|
3094
3405
|
};
|
|
3095
3406
|
source: string;
|
|
@@ -3116,6 +3427,85 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3116
3427
|
timestamps?: unknown[];
|
|
3117
3428
|
urls: unknown[];
|
|
3118
3429
|
user_mentions: unknown[];
|
|
3430
|
+
media?: {
|
|
3431
|
+
display_url: string;
|
|
3432
|
+
expanded_url: string;
|
|
3433
|
+
id_str: string;
|
|
3434
|
+
indices: number[];
|
|
3435
|
+
media_key: string;
|
|
3436
|
+
media_url_https: string;
|
|
3437
|
+
type: string;
|
|
3438
|
+
url: string;
|
|
3439
|
+
ext_media_availability: {
|
|
3440
|
+
status: string;
|
|
3441
|
+
};
|
|
3442
|
+
features: {
|
|
3443
|
+
large: {
|
|
3444
|
+
faces: {
|
|
3445
|
+
x: number;
|
|
3446
|
+
y: number;
|
|
3447
|
+
h: number;
|
|
3448
|
+
w: number;
|
|
3449
|
+
}[];
|
|
3450
|
+
};
|
|
3451
|
+
medium: {
|
|
3452
|
+
faces: {
|
|
3453
|
+
x: number;
|
|
3454
|
+
y: number;
|
|
3455
|
+
h: number;
|
|
3456
|
+
w: number;
|
|
3457
|
+
}[];
|
|
3458
|
+
};
|
|
3459
|
+
small: {
|
|
3460
|
+
faces: {
|
|
3461
|
+
x: number;
|
|
3462
|
+
y: number;
|
|
3463
|
+
h: number;
|
|
3464
|
+
w: number;
|
|
3465
|
+
}[];
|
|
3466
|
+
};
|
|
3467
|
+
orig: {
|
|
3468
|
+
faces: {
|
|
3469
|
+
x: number;
|
|
3470
|
+
y: number;
|
|
3471
|
+
h: number;
|
|
3472
|
+
w: number;
|
|
3473
|
+
}[];
|
|
3474
|
+
};
|
|
3475
|
+
};
|
|
3476
|
+
sizes: {
|
|
3477
|
+
large: {
|
|
3478
|
+
h: number;
|
|
3479
|
+
w: number;
|
|
3480
|
+
resize: string;
|
|
3481
|
+
};
|
|
3482
|
+
medium: {
|
|
3483
|
+
h: number;
|
|
3484
|
+
w: number;
|
|
3485
|
+
resize: string;
|
|
3486
|
+
};
|
|
3487
|
+
small: {
|
|
3488
|
+
h: number;
|
|
3489
|
+
w: number;
|
|
3490
|
+
resize: string;
|
|
3491
|
+
};
|
|
3492
|
+
thumb: {
|
|
3493
|
+
h: number;
|
|
3494
|
+
w: number;
|
|
3495
|
+
resize: string;
|
|
3496
|
+
};
|
|
3497
|
+
};
|
|
3498
|
+
original_info: {
|
|
3499
|
+
height: number;
|
|
3500
|
+
width: number;
|
|
3501
|
+
focus_rects: {
|
|
3502
|
+
x: number;
|
|
3503
|
+
y: number;
|
|
3504
|
+
w: number;
|
|
3505
|
+
h: number;
|
|
3506
|
+
}[];
|
|
3507
|
+
};
|
|
3508
|
+
}[];
|
|
3119
3509
|
};
|
|
3120
3510
|
favorite_count: number;
|
|
3121
3511
|
favorited: boolean;
|
|
@@ -3129,6 +3519,89 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3129
3519
|
retweeted: boolean;
|
|
3130
3520
|
user_id_str: string;
|
|
3131
3521
|
id_str: string;
|
|
3522
|
+
extended_entities?: {
|
|
3523
|
+
media: {
|
|
3524
|
+
display_url: string;
|
|
3525
|
+
expanded_url: string;
|
|
3526
|
+
id_str: string;
|
|
3527
|
+
indices: number[];
|
|
3528
|
+
media_key: string;
|
|
3529
|
+
media_url_https: string;
|
|
3530
|
+
type: string;
|
|
3531
|
+
url: string;
|
|
3532
|
+
ext_media_availability: {
|
|
3533
|
+
status: string;
|
|
3534
|
+
};
|
|
3535
|
+
features: {
|
|
3536
|
+
large: {
|
|
3537
|
+
faces: {
|
|
3538
|
+
x: number;
|
|
3539
|
+
y: number;
|
|
3540
|
+
h: number;
|
|
3541
|
+
w: number;
|
|
3542
|
+
}[];
|
|
3543
|
+
};
|
|
3544
|
+
medium: {
|
|
3545
|
+
faces: {
|
|
3546
|
+
x: number;
|
|
3547
|
+
y: number;
|
|
3548
|
+
h: number;
|
|
3549
|
+
w: number;
|
|
3550
|
+
}[];
|
|
3551
|
+
};
|
|
3552
|
+
small: {
|
|
3553
|
+
faces: {
|
|
3554
|
+
x: number;
|
|
3555
|
+
y: number;
|
|
3556
|
+
h: number;
|
|
3557
|
+
w: number;
|
|
3558
|
+
}[];
|
|
3559
|
+
};
|
|
3560
|
+
orig: {
|
|
3561
|
+
faces: {
|
|
3562
|
+
x: number;
|
|
3563
|
+
y: number;
|
|
3564
|
+
h: number;
|
|
3565
|
+
w: number;
|
|
3566
|
+
}[];
|
|
3567
|
+
};
|
|
3568
|
+
};
|
|
3569
|
+
sizes: {
|
|
3570
|
+
large: {
|
|
3571
|
+
h: number;
|
|
3572
|
+
w: number;
|
|
3573
|
+
resize: string;
|
|
3574
|
+
};
|
|
3575
|
+
medium: {
|
|
3576
|
+
h: number;
|
|
3577
|
+
w: number;
|
|
3578
|
+
resize: string;
|
|
3579
|
+
};
|
|
3580
|
+
small: {
|
|
3581
|
+
h: number;
|
|
3582
|
+
w: number;
|
|
3583
|
+
resize: string;
|
|
3584
|
+
};
|
|
3585
|
+
thumb: {
|
|
3586
|
+
h: number;
|
|
3587
|
+
w: number;
|
|
3588
|
+
resize: string;
|
|
3589
|
+
};
|
|
3590
|
+
};
|
|
3591
|
+
original_info: {
|
|
3592
|
+
height: number;
|
|
3593
|
+
width: number;
|
|
3594
|
+
focus_rects: {
|
|
3595
|
+
x: number;
|
|
3596
|
+
y: number;
|
|
3597
|
+
w: number;
|
|
3598
|
+
h: number;
|
|
3599
|
+
}[];
|
|
3600
|
+
};
|
|
3601
|
+
}[];
|
|
3602
|
+
};
|
|
3603
|
+
possibly_sensitive?: boolean;
|
|
3604
|
+
possibly_sensitive_editable?: boolean;
|
|
3132
3605
|
quoted_status_id_str?: string;
|
|
3133
3606
|
quoted_status_permalink?: {
|
|
3134
3607
|
url: string;
|
|
@@ -3150,124 +3623,15 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3150
3623
|
__typename: string;
|
|
3151
3624
|
cta_type: string;
|
|
3152
3625
|
headline: {
|
|
3153
|
-
text: string;
|
|
3154
|
-
entities: unknown[];
|
|
3155
|
-
};
|
|
3156
|
-
subtext: {
|
|
3157
|
-
text: string;
|
|
3158
|
-
entities: unknown[];
|
|
3159
|
-
};
|
|
3160
|
-
};
|
|
3161
|
-
}[];
|
|
3162
|
-
};
|
|
3163
|
-
rest_id?: string;
|
|
3164
|
-
core?: {
|
|
3165
|
-
user_results: {
|
|
3166
|
-
result: {
|
|
3167
|
-
__typename: string;
|
|
3168
|
-
id: string;
|
|
3169
|
-
rest_id: string;
|
|
3170
|
-
affiliates_highlighted_label: {};
|
|
3171
|
-
has_graduated_access: boolean;
|
|
3172
|
-
is_blue_verified: boolean;
|
|
3173
|
-
profile_image_shape: string;
|
|
3174
|
-
legacy: {
|
|
3175
|
-
can_dm: boolean;
|
|
3176
|
-
can_media_tag: boolean;
|
|
3177
|
-
created_at: string;
|
|
3178
|
-
default_profile: boolean;
|
|
3179
|
-
default_profile_image: boolean;
|
|
3180
|
-
description: string;
|
|
3181
|
-
entities: {
|
|
3182
|
-
description: {
|
|
3183
|
-
urls: {
|
|
3184
|
-
display_url: string;
|
|
3185
|
-
expanded_url: string;
|
|
3186
|
-
url: string;
|
|
3187
|
-
indices: number[];
|
|
3188
|
-
}[];
|
|
3189
|
-
};
|
|
3190
|
-
url: {
|
|
3191
|
-
urls: {
|
|
3192
|
-
display_url: string;
|
|
3193
|
-
expanded_url: string;
|
|
3194
|
-
url: string;
|
|
3195
|
-
indices: number[];
|
|
3196
|
-
}[];
|
|
3197
|
-
};
|
|
3198
|
-
};
|
|
3199
|
-
fast_followers_count: number;
|
|
3200
|
-
favourites_count: number;
|
|
3201
|
-
followers_count: number;
|
|
3202
|
-
friends_count: number;
|
|
3203
|
-
has_custom_timelines: boolean;
|
|
3204
|
-
is_translator: boolean;
|
|
3205
|
-
listed_count: number;
|
|
3206
|
-
location: string;
|
|
3207
|
-
media_count: number;
|
|
3208
|
-
name: string;
|
|
3209
|
-
normal_followers_count: number;
|
|
3210
|
-
pinned_tweet_ids_str: string[];
|
|
3211
|
-
possibly_sensitive: boolean;
|
|
3212
|
-
profile_banner_url: string;
|
|
3213
|
-
profile_image_url_https: string;
|
|
3214
|
-
profile_interstitial_type: string;
|
|
3215
|
-
screen_name: string;
|
|
3216
|
-
statuses_count: number;
|
|
3217
|
-
translator_type: string;
|
|
3218
|
-
url: string;
|
|
3219
|
-
verified: boolean;
|
|
3220
|
-
want_retweets: boolean;
|
|
3221
|
-
withheld_in_countries: unknown[];
|
|
3222
|
-
};
|
|
3223
|
-
professional: {
|
|
3224
|
-
rest_id: string;
|
|
3225
|
-
professional_type: string;
|
|
3226
|
-
category: {
|
|
3227
|
-
id: number;
|
|
3228
|
-
name: string;
|
|
3229
|
-
icon_name: string;
|
|
3230
|
-
}[];
|
|
3626
|
+
text: string;
|
|
3627
|
+
entities: unknown[];
|
|
3628
|
+
};
|
|
3629
|
+
subtext: {
|
|
3630
|
+
text: string;
|
|
3631
|
+
entities: unknown[];
|
|
3231
3632
|
};
|
|
3232
3633
|
};
|
|
3233
|
-
};
|
|
3234
|
-
};
|
|
3235
|
-
unmention_data?: {};
|
|
3236
|
-
edit_control?: {
|
|
3237
|
-
edit_tweet_ids: string[];
|
|
3238
|
-
editable_until_msecs: string;
|
|
3239
|
-
is_edit_eligible: boolean;
|
|
3240
|
-
edits_remaining: string;
|
|
3241
|
-
};
|
|
3242
|
-
is_translatable?: boolean;
|
|
3243
|
-
views?: {
|
|
3244
|
-
count: string;
|
|
3245
|
-
state: string;
|
|
3246
|
-
};
|
|
3247
|
-
source?: string;
|
|
3248
|
-
legacy?: {
|
|
3249
|
-
bookmark_count: number;
|
|
3250
|
-
bookmarked: boolean;
|
|
3251
|
-
created_at: string;
|
|
3252
|
-
conversation_id_str: string;
|
|
3253
|
-
display_text_range: number[];
|
|
3254
|
-
entities: {
|
|
3255
|
-
user_mentions: unknown[];
|
|
3256
|
-
urls: unknown[];
|
|
3257
|
-
hashtags: unknown[];
|
|
3258
|
-
symbols: unknown[];
|
|
3259
|
-
};
|
|
3260
|
-
favorite_count: number;
|
|
3261
|
-
favorited: boolean;
|
|
3262
|
-
full_text: string;
|
|
3263
|
-
is_quote_status: boolean;
|
|
3264
|
-
lang: string;
|
|
3265
|
-
quote_count: number;
|
|
3266
|
-
reply_count: number;
|
|
3267
|
-
retweet_count: number;
|
|
3268
|
-
retweeted: boolean;
|
|
3269
|
-
user_id_str: string;
|
|
3270
|
-
id_str: string;
|
|
3634
|
+
}[];
|
|
3271
3635
|
};
|
|
3272
3636
|
};
|
|
3273
3637
|
};
|
|
@@ -3286,9 +3650,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3286
3650
|
};
|
|
3287
3651
|
};
|
|
3288
3652
|
};
|
|
3289
|
-
unified_card?: {
|
|
3290
|
-
card_fetch_state: string;
|
|
3291
|
-
};
|
|
3292
3653
|
};
|
|
3293
3654
|
limitedActionResults: {
|
|
3294
3655
|
limited_actions: {
|
|
@@ -3398,6 +3759,15 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3398
3759
|
h: number;
|
|
3399
3760
|
}[];
|
|
3400
3761
|
};
|
|
3762
|
+
video_info?: {
|
|
3763
|
+
aspect_ratio: number[];
|
|
3764
|
+
variants: {
|
|
3765
|
+
bitrate?: number;
|
|
3766
|
+
content_type: string;
|
|
3767
|
+
url: string;
|
|
3768
|
+
}[];
|
|
3769
|
+
duration_millis?: number;
|
|
3770
|
+
};
|
|
3401
3771
|
additional_media_info?: {
|
|
3402
3772
|
monetizable: boolean;
|
|
3403
3773
|
source_user: {
|
|
@@ -3463,15 +3833,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3463
3833
|
};
|
|
3464
3834
|
};
|
|
3465
3835
|
};
|
|
3466
|
-
|
|
3467
|
-
aspect_ratio: number[];
|
|
3468
|
-
duration_millis: number;
|
|
3469
|
-
variants: {
|
|
3470
|
-
bitrate?: number;
|
|
3471
|
-
content_type: string;
|
|
3472
|
-
url: string;
|
|
3473
|
-
}[];
|
|
3474
|
-
};
|
|
3836
|
+
ext_alt_text?: string;
|
|
3475
3837
|
sensitive_media_warning?: {
|
|
3476
3838
|
other: boolean;
|
|
3477
3839
|
};
|
|
@@ -3507,6 +3869,139 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3507
3869
|
};
|
|
3508
3870
|
}[];
|
|
3509
3871
|
};
|
|
3872
|
+
card?: {
|
|
3873
|
+
rest_id: string;
|
|
3874
|
+
legacy: {
|
|
3875
|
+
binding_values: {
|
|
3876
|
+
key: string;
|
|
3877
|
+
value: {
|
|
3878
|
+
string_value?: string;
|
|
3879
|
+
type: string;
|
|
3880
|
+
scribe_key?: string;
|
|
3881
|
+
image_value?: {
|
|
3882
|
+
height: number;
|
|
3883
|
+
width: number;
|
|
3884
|
+
url: string;
|
|
3885
|
+
alt?: string;
|
|
3886
|
+
};
|
|
3887
|
+
image_color_value?: {
|
|
3888
|
+
palette: {
|
|
3889
|
+
rgb: {
|
|
3890
|
+
blue: number;
|
|
3891
|
+
green: number;
|
|
3892
|
+
red: number;
|
|
3893
|
+
};
|
|
3894
|
+
percentage: number;
|
|
3895
|
+
}[];
|
|
3896
|
+
};
|
|
3897
|
+
user_value?: {
|
|
3898
|
+
id_str: string;
|
|
3899
|
+
path: unknown[];
|
|
3900
|
+
};
|
|
3901
|
+
boolean_value?: boolean;
|
|
3902
|
+
};
|
|
3903
|
+
}[];
|
|
3904
|
+
card_platform: {
|
|
3905
|
+
platform: {
|
|
3906
|
+
audience: {
|
|
3907
|
+
name: string;
|
|
3908
|
+
};
|
|
3909
|
+
device: {
|
|
3910
|
+
name: string;
|
|
3911
|
+
version: string;
|
|
3912
|
+
};
|
|
3913
|
+
};
|
|
3914
|
+
};
|
|
3915
|
+
name: string;
|
|
3916
|
+
url: string;
|
|
3917
|
+
user_refs_results: {
|
|
3918
|
+
result: {
|
|
3919
|
+
__typename: string;
|
|
3920
|
+
id?: string;
|
|
3921
|
+
rest_id?: string;
|
|
3922
|
+
affiliates_highlighted_label?: {
|
|
3923
|
+
label?: {
|
|
3924
|
+
url: {
|
|
3925
|
+
url: string;
|
|
3926
|
+
urlType: string;
|
|
3927
|
+
};
|
|
3928
|
+
badge: {
|
|
3929
|
+
url: string;
|
|
3930
|
+
};
|
|
3931
|
+
description: string;
|
|
3932
|
+
userLabelType: string;
|
|
3933
|
+
userLabelDisplayType: string;
|
|
3934
|
+
};
|
|
3935
|
+
};
|
|
3936
|
+
has_graduated_access?: boolean;
|
|
3937
|
+
is_blue_verified?: boolean;
|
|
3938
|
+
profile_image_shape?: string;
|
|
3939
|
+
legacy?: {
|
|
3940
|
+
can_dm: boolean;
|
|
3941
|
+
can_media_tag: boolean;
|
|
3942
|
+
created_at: string;
|
|
3943
|
+
default_profile: boolean;
|
|
3944
|
+
default_profile_image: boolean;
|
|
3945
|
+
description: string;
|
|
3946
|
+
entities: {
|
|
3947
|
+
description: {
|
|
3948
|
+
urls: {
|
|
3949
|
+
display_url: string;
|
|
3950
|
+
expanded_url: string;
|
|
3951
|
+
url: string;
|
|
3952
|
+
indices: number[];
|
|
3953
|
+
}[];
|
|
3954
|
+
};
|
|
3955
|
+
url?: {
|
|
3956
|
+
urls: {
|
|
3957
|
+
display_url: string;
|
|
3958
|
+
expanded_url: string;
|
|
3959
|
+
url: string;
|
|
3960
|
+
indices: number[];
|
|
3961
|
+
}[];
|
|
3962
|
+
};
|
|
3963
|
+
};
|
|
3964
|
+
fast_followers_count: number;
|
|
3965
|
+
favourites_count: number;
|
|
3966
|
+
followers_count: number;
|
|
3967
|
+
friends_count: number;
|
|
3968
|
+
has_custom_timelines: boolean;
|
|
3969
|
+
is_translator: boolean;
|
|
3970
|
+
listed_count: number;
|
|
3971
|
+
location: string;
|
|
3972
|
+
media_count: number;
|
|
3973
|
+
name: string;
|
|
3974
|
+
normal_followers_count: number;
|
|
3975
|
+
pinned_tweet_ids_str: string[];
|
|
3976
|
+
possibly_sensitive: boolean;
|
|
3977
|
+
profile_banner_url?: string;
|
|
3978
|
+
profile_image_url_https: string;
|
|
3979
|
+
profile_interstitial_type: string;
|
|
3980
|
+
screen_name: string;
|
|
3981
|
+
statuses_count: number;
|
|
3982
|
+
translator_type: string;
|
|
3983
|
+
url?: string;
|
|
3984
|
+
verified: boolean;
|
|
3985
|
+
verified_type?: string;
|
|
3986
|
+
want_retweets: boolean;
|
|
3987
|
+
withheld_in_countries: unknown[];
|
|
3988
|
+
blocking?: boolean;
|
|
3989
|
+
};
|
|
3990
|
+
professional?: {
|
|
3991
|
+
rest_id: string;
|
|
3992
|
+
professional_type: string;
|
|
3993
|
+
category: {
|
|
3994
|
+
id: number;
|
|
3995
|
+
name: string;
|
|
3996
|
+
icon_name: string;
|
|
3997
|
+
}[];
|
|
3998
|
+
};
|
|
3999
|
+
message?: string;
|
|
4000
|
+
reason?: string;
|
|
4001
|
+
};
|
|
4002
|
+
}[];
|
|
4003
|
+
};
|
|
4004
|
+
};
|
|
3510
4005
|
quoted_status_result?: {
|
|
3511
4006
|
result: {
|
|
3512
4007
|
__typename: string;
|
|
@@ -3551,150 +4046,39 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3551
4046
|
followers_count: number;
|
|
3552
4047
|
friends_count: number;
|
|
3553
4048
|
has_custom_timelines: boolean;
|
|
3554
|
-
is_translator: boolean;
|
|
3555
|
-
listed_count: number;
|
|
3556
|
-
location: string;
|
|
3557
|
-
media_count: number;
|
|
3558
|
-
name: string;
|
|
3559
|
-
normal_followers_count: number;
|
|
3560
|
-
pinned_tweet_ids_str: string[];
|
|
3561
|
-
possibly_sensitive: boolean;
|
|
3562
|
-
profile_banner_url: string;
|
|
3563
|
-
profile_image_url_https: string;
|
|
3564
|
-
profile_interstitial_type: string;
|
|
3565
|
-
screen_name: string;
|
|
3566
|
-
statuses_count: number;
|
|
3567
|
-
translator_type: string;
|
|
3568
|
-
url: string;
|
|
3569
|
-
verified: boolean;
|
|
3570
|
-
want_retweets: boolean;
|
|
3571
|
-
withheld_in_countries: unknown[];
|
|
3572
|
-
};
|
|
3573
|
-
professional?: {
|
|
3574
|
-
rest_id: string;
|
|
3575
|
-
professional_type: string;
|
|
3576
|
-
category: {
|
|
3577
|
-
id: number;
|
|
3578
|
-
name: string;
|
|
3579
|
-
icon_name: string;
|
|
3580
|
-
}[];
|
|
3581
|
-
};
|
|
3582
|
-
};
|
|
3583
|
-
};
|
|
3584
|
-
};
|
|
3585
|
-
card?: {
|
|
3586
|
-
rest_id: string;
|
|
3587
|
-
legacy: {
|
|
3588
|
-
binding_values: {
|
|
3589
|
-
key: string;
|
|
3590
|
-
value: {
|
|
3591
|
-
string_value?: string;
|
|
3592
|
-
type: string;
|
|
3593
|
-
image_value?: {
|
|
3594
|
-
height: number;
|
|
3595
|
-
width: number;
|
|
3596
|
-
url: string;
|
|
3597
|
-
};
|
|
3598
|
-
scribe_key?: string;
|
|
3599
|
-
user_value?: {
|
|
3600
|
-
id_str: string;
|
|
3601
|
-
path: unknown[];
|
|
3602
|
-
};
|
|
3603
|
-
image_color_value?: {
|
|
3604
|
-
palette: {
|
|
3605
|
-
rgb: {
|
|
3606
|
-
blue: number;
|
|
3607
|
-
green: number;
|
|
3608
|
-
red: number;
|
|
3609
|
-
};
|
|
3610
|
-
percentage: number;
|
|
3611
|
-
}[];
|
|
3612
|
-
};
|
|
3613
|
-
};
|
|
3614
|
-
}[];
|
|
3615
|
-
card_platform: {
|
|
3616
|
-
platform: {
|
|
3617
|
-
audience: {
|
|
3618
|
-
name: string;
|
|
3619
|
-
};
|
|
3620
|
-
device: {
|
|
3621
|
-
name: string;
|
|
3622
|
-
version: string;
|
|
3623
|
-
};
|
|
4049
|
+
is_translator: boolean;
|
|
4050
|
+
listed_count: number;
|
|
4051
|
+
location: string;
|
|
4052
|
+
media_count: number;
|
|
4053
|
+
name: string;
|
|
4054
|
+
normal_followers_count: number;
|
|
4055
|
+
pinned_tweet_ids_str: string[];
|
|
4056
|
+
possibly_sensitive: boolean;
|
|
4057
|
+
profile_banner_url: string;
|
|
4058
|
+
profile_image_url_https: string;
|
|
4059
|
+
profile_interstitial_type: string;
|
|
4060
|
+
screen_name: string;
|
|
4061
|
+
statuses_count: number;
|
|
4062
|
+
translator_type: string;
|
|
4063
|
+
url: string;
|
|
4064
|
+
verified: boolean;
|
|
4065
|
+
want_retweets: boolean;
|
|
4066
|
+
withheld_in_countries: unknown[];
|
|
3624
4067
|
};
|
|
3625
|
-
|
|
3626
|
-
name: string;
|
|
3627
|
-
url: string;
|
|
3628
|
-
user_refs_results: {
|
|
3629
|
-
result: {
|
|
3630
|
-
__typename: string;
|
|
3631
|
-
id: string;
|
|
4068
|
+
professional?: {
|
|
3632
4069
|
rest_id: string;
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
profile_image_shape: string;
|
|
3637
|
-
legacy: {
|
|
3638
|
-
blocking?: boolean;
|
|
3639
|
-
can_dm: boolean;
|
|
3640
|
-
can_media_tag: boolean;
|
|
3641
|
-
created_at: string;
|
|
3642
|
-
default_profile: boolean;
|
|
3643
|
-
default_profile_image: boolean;
|
|
3644
|
-
description: string;
|
|
3645
|
-
entities: {
|
|
3646
|
-
description: {
|
|
3647
|
-
urls: unknown[];
|
|
3648
|
-
};
|
|
3649
|
-
url: {
|
|
3650
|
-
urls: {
|
|
3651
|
-
display_url: string;
|
|
3652
|
-
expanded_url: string;
|
|
3653
|
-
url: string;
|
|
3654
|
-
indices: number[];
|
|
3655
|
-
}[];
|
|
3656
|
-
};
|
|
3657
|
-
};
|
|
3658
|
-
fast_followers_count: number;
|
|
3659
|
-
favourites_count: number;
|
|
3660
|
-
followers_count: number;
|
|
3661
|
-
friends_count: number;
|
|
3662
|
-
has_custom_timelines: boolean;
|
|
3663
|
-
is_translator: boolean;
|
|
3664
|
-
listed_count: number;
|
|
3665
|
-
location: string;
|
|
3666
|
-
media_count: number;
|
|
4070
|
+
professional_type: string;
|
|
4071
|
+
category: {
|
|
4072
|
+
id: number;
|
|
3667
4073
|
name: string;
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
possibly_sensitive: boolean;
|
|
3671
|
-
profile_banner_url: string;
|
|
3672
|
-
profile_image_url_https: string;
|
|
3673
|
-
profile_interstitial_type: string;
|
|
3674
|
-
screen_name: string;
|
|
3675
|
-
statuses_count: number;
|
|
3676
|
-
translator_type: string;
|
|
3677
|
-
url: string;
|
|
3678
|
-
verified: boolean;
|
|
3679
|
-
verified_type: string;
|
|
3680
|
-
want_retweets: boolean;
|
|
3681
|
-
withheld_in_countries: unknown[];
|
|
3682
|
-
};
|
|
3683
|
-
professional?: {
|
|
3684
|
-
rest_id: string;
|
|
3685
|
-
professional_type: string;
|
|
3686
|
-
category: {
|
|
3687
|
-
id: number;
|
|
3688
|
-
name: string;
|
|
3689
|
-
icon_name: string;
|
|
3690
|
-
}[];
|
|
3691
|
-
};
|
|
4074
|
+
icon_name: string;
|
|
4075
|
+
}[];
|
|
3692
4076
|
};
|
|
3693
|
-
}
|
|
4077
|
+
};
|
|
3694
4078
|
};
|
|
3695
4079
|
};
|
|
3696
4080
|
unmention_data: {};
|
|
3697
|
-
unified_card
|
|
4081
|
+
unified_card?: {
|
|
3698
4082
|
card_fetch_state: string;
|
|
3699
4083
|
};
|
|
3700
4084
|
edit_control: {
|
|
@@ -3703,6 +4087,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3703
4087
|
is_edit_eligible: boolean;
|
|
3704
4088
|
edits_remaining: string;
|
|
3705
4089
|
};
|
|
4090
|
+
edit_perspective?: {
|
|
4091
|
+
favorited: boolean;
|
|
4092
|
+
retweeted: boolean;
|
|
4093
|
+
};
|
|
3706
4094
|
is_translatable: boolean;
|
|
3707
4095
|
views: {
|
|
3708
4096
|
count: string;
|
|
@@ -3720,15 +4108,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3720
4108
|
indices: number[];
|
|
3721
4109
|
text: string;
|
|
3722
4110
|
}[];
|
|
3723
|
-
symbols: unknown[];
|
|
3724
|
-
timestamps?: unknown[];
|
|
3725
|
-
urls: {
|
|
3726
|
-
display_url: string;
|
|
3727
|
-
expanded_url: string;
|
|
3728
|
-
url: string;
|
|
3729
|
-
indices: number[];
|
|
3730
|
-
}[];
|
|
3731
|
-
user_mentions: unknown[];
|
|
3732
4111
|
media?: {
|
|
3733
4112
|
display_url: string;
|
|
3734
4113
|
expanded_url: string;
|
|
@@ -3816,20 +4195,21 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3816
4195
|
}[];
|
|
3817
4196
|
};
|
|
3818
4197
|
}[];
|
|
4198
|
+
symbols: unknown[];
|
|
4199
|
+
timestamps?: unknown[];
|
|
4200
|
+
urls: {
|
|
4201
|
+
display_url: string;
|
|
4202
|
+
expanded_url: string;
|
|
4203
|
+
url: string;
|
|
4204
|
+
indices: number[];
|
|
4205
|
+
}[];
|
|
4206
|
+
user_mentions: {
|
|
4207
|
+
id_str: string;
|
|
4208
|
+
name: string;
|
|
4209
|
+
screen_name: string;
|
|
4210
|
+
indices: number[];
|
|
4211
|
+
}[];
|
|
3819
4212
|
};
|
|
3820
|
-
favorite_count: number;
|
|
3821
|
-
favorited: boolean;
|
|
3822
|
-
full_text: string;
|
|
3823
|
-
is_quote_status: boolean;
|
|
3824
|
-
lang: string;
|
|
3825
|
-
possibly_sensitive: boolean;
|
|
3826
|
-
possibly_sensitive_editable: boolean;
|
|
3827
|
-
quote_count: number;
|
|
3828
|
-
reply_count: number;
|
|
3829
|
-
retweet_count: number;
|
|
3830
|
-
retweeted: boolean;
|
|
3831
|
-
user_id_str: string;
|
|
3832
|
-
id_str: string;
|
|
3833
4213
|
extended_entities?: {
|
|
3834
4214
|
media: {
|
|
3835
4215
|
display_url: string;
|
|
@@ -3919,6 +4299,130 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3919
4299
|
};
|
|
3920
4300
|
}[];
|
|
3921
4301
|
};
|
|
4302
|
+
favorite_count: number;
|
|
4303
|
+
favorited: boolean;
|
|
4304
|
+
full_text: string;
|
|
4305
|
+
is_quote_status: boolean;
|
|
4306
|
+
lang: string;
|
|
4307
|
+
possibly_sensitive?: boolean;
|
|
4308
|
+
possibly_sensitive_editable?: boolean;
|
|
4309
|
+
quote_count: number;
|
|
4310
|
+
reply_count: number;
|
|
4311
|
+
retweet_count: number;
|
|
4312
|
+
retweeted: boolean;
|
|
4313
|
+
user_id_str: string;
|
|
4314
|
+
id_str: string;
|
|
4315
|
+
};
|
|
4316
|
+
card?: {
|
|
4317
|
+
rest_id: string;
|
|
4318
|
+
legacy: {
|
|
4319
|
+
binding_values: {
|
|
4320
|
+
key: string;
|
|
4321
|
+
value: {
|
|
4322
|
+
string_value?: string;
|
|
4323
|
+
type: string;
|
|
4324
|
+
image_value?: {
|
|
4325
|
+
height: number;
|
|
4326
|
+
width: number;
|
|
4327
|
+
url: string;
|
|
4328
|
+
};
|
|
4329
|
+
scribe_key?: string;
|
|
4330
|
+
user_value?: {
|
|
4331
|
+
id_str: string;
|
|
4332
|
+
path: unknown[];
|
|
4333
|
+
};
|
|
4334
|
+
image_color_value?: {
|
|
4335
|
+
palette: {
|
|
4336
|
+
rgb: {
|
|
4337
|
+
blue: number;
|
|
4338
|
+
green: number;
|
|
4339
|
+
red: number;
|
|
4340
|
+
};
|
|
4341
|
+
percentage: number;
|
|
4342
|
+
}[];
|
|
4343
|
+
};
|
|
4344
|
+
};
|
|
4345
|
+
}[];
|
|
4346
|
+
card_platform: {
|
|
4347
|
+
platform: {
|
|
4348
|
+
audience: {
|
|
4349
|
+
name: string;
|
|
4350
|
+
};
|
|
4351
|
+
device: {
|
|
4352
|
+
name: string;
|
|
4353
|
+
version: string;
|
|
4354
|
+
};
|
|
4355
|
+
};
|
|
4356
|
+
};
|
|
4357
|
+
name: string;
|
|
4358
|
+
url: string;
|
|
4359
|
+
user_refs_results: {
|
|
4360
|
+
result: {
|
|
4361
|
+
__typename: string;
|
|
4362
|
+
id: string;
|
|
4363
|
+
rest_id: string;
|
|
4364
|
+
affiliates_highlighted_label: {};
|
|
4365
|
+
has_graduated_access: boolean;
|
|
4366
|
+
is_blue_verified: boolean;
|
|
4367
|
+
profile_image_shape: string;
|
|
4368
|
+
legacy: {
|
|
4369
|
+
blocking?: boolean;
|
|
4370
|
+
can_dm: boolean;
|
|
4371
|
+
can_media_tag: boolean;
|
|
4372
|
+
created_at: string;
|
|
4373
|
+
default_profile: boolean;
|
|
4374
|
+
default_profile_image: boolean;
|
|
4375
|
+
description: string;
|
|
4376
|
+
entities: {
|
|
4377
|
+
description: {
|
|
4378
|
+
urls: unknown[];
|
|
4379
|
+
};
|
|
4380
|
+
url: {
|
|
4381
|
+
urls: {
|
|
4382
|
+
display_url: string;
|
|
4383
|
+
expanded_url: string;
|
|
4384
|
+
url: string;
|
|
4385
|
+
indices: number[];
|
|
4386
|
+
}[];
|
|
4387
|
+
};
|
|
4388
|
+
};
|
|
4389
|
+
fast_followers_count: number;
|
|
4390
|
+
favourites_count: number;
|
|
4391
|
+
followers_count: number;
|
|
4392
|
+
friends_count: number;
|
|
4393
|
+
has_custom_timelines: boolean;
|
|
4394
|
+
is_translator: boolean;
|
|
4395
|
+
listed_count: number;
|
|
4396
|
+
location: string;
|
|
4397
|
+
media_count: number;
|
|
4398
|
+
name: string;
|
|
4399
|
+
normal_followers_count: number;
|
|
4400
|
+
pinned_tweet_ids_str: string[];
|
|
4401
|
+
possibly_sensitive: boolean;
|
|
4402
|
+
profile_banner_url: string;
|
|
4403
|
+
profile_image_url_https: string;
|
|
4404
|
+
profile_interstitial_type: string;
|
|
4405
|
+
screen_name: string;
|
|
4406
|
+
statuses_count: number;
|
|
4407
|
+
translator_type: string;
|
|
4408
|
+
url: string;
|
|
4409
|
+
verified: boolean;
|
|
4410
|
+
verified_type: string;
|
|
4411
|
+
want_retweets: boolean;
|
|
4412
|
+
withheld_in_countries: unknown[];
|
|
4413
|
+
};
|
|
4414
|
+
professional?: {
|
|
4415
|
+
rest_id: string;
|
|
4416
|
+
professional_type: string;
|
|
4417
|
+
category: {
|
|
4418
|
+
id: number;
|
|
4419
|
+
name: string;
|
|
4420
|
+
icon_name: string;
|
|
4421
|
+
}[];
|
|
4422
|
+
};
|
|
4423
|
+
};
|
|
4424
|
+
}[];
|
|
4425
|
+
};
|
|
3922
4426
|
};
|
|
3923
4427
|
};
|
|
3924
4428
|
};
|
|
@@ -3987,7 +4491,6 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
3987
4491
|
location: string;
|
|
3988
4492
|
media_count: number;
|
|
3989
4493
|
name: string;
|
|
3990
|
-
needs_phone_verification?: boolean;
|
|
3991
4494
|
normal_followers_count: number;
|
|
3992
4495
|
pinned_tweet_ids_str: string[];
|
|
3993
4496
|
possibly_sensitive: boolean;
|
|
@@ -4001,6 +4504,7 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
4001
4504
|
verified: boolean;
|
|
4002
4505
|
want_retweets: boolean;
|
|
4003
4506
|
withheld_in_countries: unknown[];
|
|
4507
|
+
needs_phone_verification?: boolean;
|
|
4004
4508
|
};
|
|
4005
4509
|
};
|
|
4006
4510
|
};
|
|
@@ -4012,6 +4516,10 @@ export interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
|
|
|
4012
4516
|
is_edit_eligible: boolean;
|
|
4013
4517
|
edits_remaining: string;
|
|
4014
4518
|
};
|
|
4519
|
+
edit_perspective?: {
|
|
4520
|
+
favorited: boolean;
|
|
4521
|
+
retweeted: boolean;
|
|
4522
|
+
};
|
|
4015
4523
|
is_translatable: boolean;
|
|
4016
4524
|
views: {
|
|
4017
4525
|
count: string;
|