@book000/twitterts 0.29.0 → 0.30.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/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +26 -26
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/generate-types/endpoint-type-generator.d.ts +1 -1
- package/dist/generate-types/endpoint-type-generator.d.ts.map +1 -1
- package/dist/generate-types/endpoint-type-generator.js +4 -3
- package/dist/generate-types/endpoint-type-generator.js.map +1 -1
- package/dist/generate-types/types-generator.d.ts.map +1 -1
- package/dist/generate-types/types-generator.js +9 -13
- package/dist/generate-types/types-generator.js.map +1 -1
- package/dist/generate-types/utils.d.ts +7 -0
- package/dist/generate-types/utils.d.ts.map +1 -1
- package/dist/generate-types/utils.js +34 -6
- package/dist/generate-types/utils.js.map +1 -1
- package/dist/generate-types.js +13 -3
- package/dist/generate-types.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models/exceptions.d.ts +12 -0
- package/dist/models/exceptions.d.ts.map +1 -1
- package/dist/models/exceptions.js +19 -1
- package/dist/models/exceptions.js.map +1 -1
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +181 -646
- 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 +1156 -936
- 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 +511 -634
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +813 -1104
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts +3 -0
- 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 +39 -10
- 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 +1318 -1400
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/endpoints.d.ts +9 -29
- package/dist/models/responses/endpoints.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +4 -0
- 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 +1475 -1777
- 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 +1147 -1433
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/likes-success.d.ts +39 -10
- package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +230 -1080
- 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 +148 -207
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +7 -2
- 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 +2871 -2885
- 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 +17 -0
- package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/users-verified-avatars-success.js +4 -0
- package/dist/models/responses/graphql/get/users-verified-avatars-success.js.map +1 -0
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +1234 -1699
- 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 +468 -769
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/options.d.ts +18 -0
- package/dist/options.d.ts.map +1 -1
- package/dist/parser/parser.test.js +3 -2
- package/dist/parser/parser.test.js.map +1 -1
- package/dist/scraper.d.ts +3 -3
- package/dist/scraper.d.ts.map +1 -1
- package/dist/scraper.js +79 -33
- package/dist/scraper.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/twitter.d.ts +14 -1
- package/dist/twitter.d.ts.map +1 -1
- package/dist/twitter.js +112 -0
- package/dist/twitter.js.map +1 -1
- package/dist/twitter.test.js +10 -0
- package/dist/twitter.test.js.map +1 -1
- package/package.json +2 -1
|
@@ -61,8 +61,8 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
61
61
|
};
|
|
62
62
|
url?: {
|
|
63
63
|
urls: {
|
|
64
|
-
display_url
|
|
65
|
-
expanded_url
|
|
64
|
+
display_url?: string;
|
|
65
|
+
expanded_url?: string;
|
|
66
66
|
url: string;
|
|
67
67
|
indices: number[];
|
|
68
68
|
}[];
|
|
@@ -135,6 +135,91 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
135
135
|
conversation_id_str: string;
|
|
136
136
|
display_text_range: number[];
|
|
137
137
|
entities: {
|
|
138
|
+
media?: {
|
|
139
|
+
display_url: string;
|
|
140
|
+
expanded_url: string;
|
|
141
|
+
id_str: string;
|
|
142
|
+
indices: number[];
|
|
143
|
+
media_url_https: string;
|
|
144
|
+
source_status_id_str?: string;
|
|
145
|
+
source_user_id_str?: string;
|
|
146
|
+
type: string;
|
|
147
|
+
url: string;
|
|
148
|
+
features: {
|
|
149
|
+
large?: {
|
|
150
|
+
faces: {
|
|
151
|
+
x: number;
|
|
152
|
+
y: number;
|
|
153
|
+
h: number;
|
|
154
|
+
w: number;
|
|
155
|
+
}[];
|
|
156
|
+
};
|
|
157
|
+
medium?: {
|
|
158
|
+
faces: {
|
|
159
|
+
x: number;
|
|
160
|
+
y: number;
|
|
161
|
+
h: number;
|
|
162
|
+
w: number;
|
|
163
|
+
}[];
|
|
164
|
+
};
|
|
165
|
+
small?: {
|
|
166
|
+
faces: {
|
|
167
|
+
x: number;
|
|
168
|
+
y: number;
|
|
169
|
+
h: number;
|
|
170
|
+
w: number;
|
|
171
|
+
}[];
|
|
172
|
+
};
|
|
173
|
+
orig?: {
|
|
174
|
+
faces: {
|
|
175
|
+
x: number;
|
|
176
|
+
y: number;
|
|
177
|
+
h: number;
|
|
178
|
+
w: number;
|
|
179
|
+
}[];
|
|
180
|
+
};
|
|
181
|
+
all?: {
|
|
182
|
+
tags: {
|
|
183
|
+
user_id: string;
|
|
184
|
+
name: string;
|
|
185
|
+
screen_name: string;
|
|
186
|
+
type: string;
|
|
187
|
+
}[];
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
sizes: {
|
|
191
|
+
large: {
|
|
192
|
+
h: number;
|
|
193
|
+
w: number;
|
|
194
|
+
resize: string;
|
|
195
|
+
};
|
|
196
|
+
medium: {
|
|
197
|
+
h: number;
|
|
198
|
+
w: number;
|
|
199
|
+
resize: string;
|
|
200
|
+
};
|
|
201
|
+
small: {
|
|
202
|
+
h: number;
|
|
203
|
+
w: number;
|
|
204
|
+
resize: string;
|
|
205
|
+
};
|
|
206
|
+
thumb: {
|
|
207
|
+
h: number;
|
|
208
|
+
w: number;
|
|
209
|
+
resize: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
original_info: {
|
|
213
|
+
height: number;
|
|
214
|
+
width: number;
|
|
215
|
+
focus_rects?: {
|
|
216
|
+
x: number;
|
|
217
|
+
y: number;
|
|
218
|
+
w: number;
|
|
219
|
+
h: number;
|
|
220
|
+
}[];
|
|
221
|
+
};
|
|
222
|
+
}[];
|
|
138
223
|
user_mentions: {
|
|
139
224
|
id_str: string;
|
|
140
225
|
name: string;
|
|
@@ -155,16 +240,22 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
155
240
|
indices: number[];
|
|
156
241
|
text: string;
|
|
157
242
|
}[];
|
|
158
|
-
|
|
243
|
+
};
|
|
244
|
+
extended_entities?: {
|
|
245
|
+
media: {
|
|
159
246
|
display_url: string;
|
|
160
247
|
expanded_url: string;
|
|
161
248
|
id_str: string;
|
|
162
249
|
indices: number[];
|
|
250
|
+
media_key: string;
|
|
163
251
|
media_url_https: string;
|
|
164
252
|
source_status_id_str?: string;
|
|
165
253
|
source_user_id_str?: string;
|
|
166
254
|
type: string;
|
|
167
255
|
url: string;
|
|
256
|
+
ext_media_availability: {
|
|
257
|
+
status: string;
|
|
258
|
+
};
|
|
168
259
|
features: {
|
|
169
260
|
large?: {
|
|
170
261
|
faces: {
|
|
@@ -239,6 +330,102 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
239
330
|
h: number;
|
|
240
331
|
}[];
|
|
241
332
|
};
|
|
333
|
+
additional_media_info?: {
|
|
334
|
+
monetizable: boolean;
|
|
335
|
+
source_user?: {
|
|
336
|
+
user_results: {
|
|
337
|
+
result: {
|
|
338
|
+
__typename: string;
|
|
339
|
+
id: string;
|
|
340
|
+
rest_id: string;
|
|
341
|
+
affiliates_highlighted_label: {};
|
|
342
|
+
has_graduated_access: boolean;
|
|
343
|
+
is_blue_verified: boolean;
|
|
344
|
+
profile_image_shape: string;
|
|
345
|
+
legacy: {
|
|
346
|
+
can_dm: boolean;
|
|
347
|
+
can_media_tag: boolean;
|
|
348
|
+
created_at: string;
|
|
349
|
+
default_profile: boolean;
|
|
350
|
+
default_profile_image: boolean;
|
|
351
|
+
description: string;
|
|
352
|
+
entities: {
|
|
353
|
+
description: {
|
|
354
|
+
urls: {
|
|
355
|
+
display_url: string;
|
|
356
|
+
expanded_url: string;
|
|
357
|
+
url: string;
|
|
358
|
+
indices: number[];
|
|
359
|
+
}[];
|
|
360
|
+
};
|
|
361
|
+
url?: {
|
|
362
|
+
urls: {
|
|
363
|
+
display_url: string;
|
|
364
|
+
expanded_url: string;
|
|
365
|
+
url: string;
|
|
366
|
+
indices: number[];
|
|
367
|
+
}[];
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
fast_followers_count: number;
|
|
371
|
+
favourites_count: number;
|
|
372
|
+
followers_count: number;
|
|
373
|
+
friends_count: number;
|
|
374
|
+
has_custom_timelines: boolean;
|
|
375
|
+
is_translator: boolean;
|
|
376
|
+
listed_count: number;
|
|
377
|
+
location: string;
|
|
378
|
+
media_count: number;
|
|
379
|
+
name: string;
|
|
380
|
+
normal_followers_count: number;
|
|
381
|
+
pinned_tweet_ids_str: string[];
|
|
382
|
+
possibly_sensitive: boolean;
|
|
383
|
+
profile_banner_url: string;
|
|
384
|
+
profile_image_url_https: string;
|
|
385
|
+
profile_interstitial_type: string;
|
|
386
|
+
screen_name: string;
|
|
387
|
+
statuses_count: number;
|
|
388
|
+
translator_type: string;
|
|
389
|
+
url?: string;
|
|
390
|
+
verified: boolean;
|
|
391
|
+
want_retweets: boolean;
|
|
392
|
+
withheld_in_countries: unknown[];
|
|
393
|
+
};
|
|
394
|
+
professional?: {
|
|
395
|
+
rest_id: string;
|
|
396
|
+
professional_type: string;
|
|
397
|
+
category: {
|
|
398
|
+
id: number;
|
|
399
|
+
name: string;
|
|
400
|
+
icon_name: string;
|
|
401
|
+
}[];
|
|
402
|
+
};
|
|
403
|
+
super_follow_eligible?: boolean;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
};
|
|
407
|
+
title?: string;
|
|
408
|
+
description?: string;
|
|
409
|
+
call_to_actions?: {
|
|
410
|
+
visit_site: {
|
|
411
|
+
url: string;
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
embeddable?: boolean;
|
|
415
|
+
};
|
|
416
|
+
mediaStats?: {
|
|
417
|
+
viewCount: number;
|
|
418
|
+
};
|
|
419
|
+
video_info?: {
|
|
420
|
+
aspect_ratio: number[];
|
|
421
|
+
duration_millis?: number;
|
|
422
|
+
variants: {
|
|
423
|
+
content_type: string;
|
|
424
|
+
url: string;
|
|
425
|
+
bitrate?: number;
|
|
426
|
+
}[];
|
|
427
|
+
};
|
|
428
|
+
ext_alt_text?: string;
|
|
242
429
|
}[];
|
|
243
430
|
};
|
|
244
431
|
favorite_count: number;
|
|
@@ -246,6 +433,8 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
246
433
|
full_text: string;
|
|
247
434
|
is_quote_status: boolean;
|
|
248
435
|
lang: string;
|
|
436
|
+
possibly_sensitive?: boolean;
|
|
437
|
+
possibly_sensitive_editable?: boolean;
|
|
249
438
|
quote_count: number;
|
|
250
439
|
reply_count: number;
|
|
251
440
|
retweet_count: number;
|
|
@@ -264,7 +453,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
264
453
|
rest_id: string;
|
|
265
454
|
affiliates_highlighted_label: {
|
|
266
455
|
label?: {
|
|
267
|
-
url
|
|
456
|
+
url: {
|
|
268
457
|
url: string;
|
|
269
458
|
urlType: string;
|
|
270
459
|
};
|
|
@@ -273,27 +462,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
273
462
|
};
|
|
274
463
|
description: string;
|
|
275
464
|
userLabelType: string;
|
|
276
|
-
userLabelDisplayType
|
|
277
|
-
longDescription?: {
|
|
278
|
-
text: string;
|
|
279
|
-
entities: {
|
|
280
|
-
fromIndex: number;
|
|
281
|
-
toIndex: number;
|
|
282
|
-
ref: {
|
|
283
|
-
type: string;
|
|
284
|
-
screen_name: string;
|
|
285
|
-
mention_results: {
|
|
286
|
-
result: {
|
|
287
|
-
__typename: string;
|
|
288
|
-
legacy: {
|
|
289
|
-
screen_name: string;
|
|
290
|
-
};
|
|
291
|
-
rest_id: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
}[];
|
|
296
|
-
};
|
|
465
|
+
userLabelDisplayType: string;
|
|
297
466
|
};
|
|
298
467
|
};
|
|
299
468
|
has_graduated_access: boolean;
|
|
@@ -382,7 +551,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
382
551
|
};
|
|
383
552
|
is_translatable: boolean;
|
|
384
553
|
views: {
|
|
385
|
-
count
|
|
554
|
+
count: string;
|
|
386
555
|
state: string;
|
|
387
556
|
};
|
|
388
557
|
source: string;
|
|
@@ -393,26 +562,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
393
562
|
conversation_id_str: string;
|
|
394
563
|
display_text_range: number[];
|
|
395
564
|
entities: {
|
|
396
|
-
user_mentions: {
|
|
397
|
-
id_str: string;
|
|
398
|
-
name: string;
|
|
399
|
-
screen_name: string;
|
|
400
|
-
indices: number[];
|
|
401
|
-
}[];
|
|
402
|
-
urls: {
|
|
403
|
-
display_url: string;
|
|
404
|
-
expanded_url: string;
|
|
405
|
-
url: string;
|
|
406
|
-
indices: number[];
|
|
407
|
-
}[];
|
|
408
|
-
hashtags: {
|
|
409
|
-
indices: number[];
|
|
410
|
-
text: string;
|
|
411
|
-
}[];
|
|
412
|
-
symbols: {
|
|
413
|
-
indices: number[];
|
|
414
|
-
text: string;
|
|
415
|
-
}[];
|
|
416
565
|
media?: {
|
|
417
566
|
display_url: string;
|
|
418
567
|
expanded_url: string;
|
|
@@ -498,18 +647,27 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
498
647
|
source_status_id_str?: string;
|
|
499
648
|
source_user_id_str?: string;
|
|
500
649
|
}[];
|
|
650
|
+
user_mentions: {
|
|
651
|
+
id_str: string;
|
|
652
|
+
name: string;
|
|
653
|
+
screen_name: string;
|
|
654
|
+
indices: number[];
|
|
655
|
+
}[];
|
|
656
|
+
urls: {
|
|
657
|
+
display_url: string;
|
|
658
|
+
expanded_url: string;
|
|
659
|
+
url: string;
|
|
660
|
+
indices: number[];
|
|
661
|
+
}[];
|
|
662
|
+
hashtags: {
|
|
663
|
+
indices: number[];
|
|
664
|
+
text: string;
|
|
665
|
+
}[];
|
|
666
|
+
symbols: {
|
|
667
|
+
indices: number[];
|
|
668
|
+
text: string;
|
|
669
|
+
}[];
|
|
501
670
|
};
|
|
502
|
-
favorite_count: number;
|
|
503
|
-
favorited: boolean;
|
|
504
|
-
full_text: string;
|
|
505
|
-
is_quote_status: boolean;
|
|
506
|
-
lang: string;
|
|
507
|
-
quote_count: number;
|
|
508
|
-
reply_count: number;
|
|
509
|
-
retweet_count: number;
|
|
510
|
-
retweeted: boolean;
|
|
511
|
-
user_id_str: string;
|
|
512
|
-
id_str: string;
|
|
513
671
|
extended_entities?: {
|
|
514
672
|
media: {
|
|
515
673
|
display_url: string;
|
|
@@ -597,17 +755,16 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
597
755
|
h: number;
|
|
598
756
|
}[];
|
|
599
757
|
};
|
|
600
|
-
video_info?: {
|
|
601
|
-
aspect_ratio: number[];
|
|
602
|
-
variants: {
|
|
603
|
-
bitrate?: number;
|
|
604
|
-
content_type: string;
|
|
605
|
-
url: string;
|
|
606
|
-
}[];
|
|
607
|
-
duration_millis?: number;
|
|
608
|
-
};
|
|
609
758
|
additional_media_info?: {
|
|
610
759
|
monetizable: boolean;
|
|
760
|
+
title?: string;
|
|
761
|
+
description?: string;
|
|
762
|
+
call_to_actions?: {
|
|
763
|
+
watch_now: {
|
|
764
|
+
url: string;
|
|
765
|
+
};
|
|
766
|
+
};
|
|
767
|
+
embeddable?: boolean;
|
|
611
768
|
source_user?: {
|
|
612
769
|
user_results: {
|
|
613
770
|
result: {
|
|
@@ -629,7 +786,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
629
786
|
description: {
|
|
630
787
|
urls: unknown[];
|
|
631
788
|
};
|
|
632
|
-
url
|
|
789
|
+
url: {
|
|
633
790
|
urls: {
|
|
634
791
|
display_url: string;
|
|
635
792
|
expanded_url: string;
|
|
@@ -657,10 +814,11 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
657
814
|
screen_name: string;
|
|
658
815
|
statuses_count: number;
|
|
659
816
|
translator_type: string;
|
|
817
|
+
url: string;
|
|
660
818
|
verified: boolean;
|
|
661
819
|
want_retweets: boolean;
|
|
662
820
|
withheld_in_countries: unknown[];
|
|
663
|
-
|
|
821
|
+
verified_type?: string;
|
|
664
822
|
};
|
|
665
823
|
professional?: {
|
|
666
824
|
rest_id: string;
|
|
@@ -675,25 +833,37 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
675
833
|
};
|
|
676
834
|
};
|
|
677
835
|
};
|
|
678
|
-
title?: string;
|
|
679
|
-
description?: string;
|
|
680
|
-
call_to_actions?: {
|
|
681
|
-
watch_now: {
|
|
682
|
-
url: string;
|
|
683
|
-
};
|
|
684
|
-
};
|
|
685
|
-
embeddable?: boolean;
|
|
686
836
|
};
|
|
687
837
|
mediaStats?: {
|
|
688
838
|
viewCount: number;
|
|
689
839
|
};
|
|
840
|
+
video_info?: {
|
|
841
|
+
aspect_ratio: number[];
|
|
842
|
+
duration_millis?: number;
|
|
843
|
+
variants: {
|
|
844
|
+
content_type: string;
|
|
845
|
+
url: string;
|
|
846
|
+
bitrate?: number;
|
|
847
|
+
}[];
|
|
848
|
+
};
|
|
849
|
+
ext_alt_text?: string;
|
|
690
850
|
source_status_id_str?: string;
|
|
691
851
|
source_user_id_str?: string;
|
|
692
|
-
ext_alt_text?: string;
|
|
693
852
|
}[];
|
|
694
853
|
};
|
|
854
|
+
favorite_count: number;
|
|
855
|
+
favorited: boolean;
|
|
856
|
+
full_text: string;
|
|
857
|
+
is_quote_status: boolean;
|
|
858
|
+
lang: string;
|
|
695
859
|
possibly_sensitive?: boolean;
|
|
696
860
|
possibly_sensitive_editable?: boolean;
|
|
861
|
+
quote_count: number;
|
|
862
|
+
reply_count: number;
|
|
863
|
+
retweet_count: number;
|
|
864
|
+
retweeted: boolean;
|
|
865
|
+
user_id_str: string;
|
|
866
|
+
id_str: string;
|
|
697
867
|
quoted_status_id_str?: string;
|
|
698
868
|
quoted_status_permalink?: {
|
|
699
869
|
url: string;
|
|
@@ -703,25 +873,174 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
703
873
|
scopes?: {
|
|
704
874
|
followers: boolean;
|
|
705
875
|
};
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
876
|
+
};
|
|
877
|
+
card?: {
|
|
878
|
+
rest_id: string;
|
|
879
|
+
legacy: {
|
|
880
|
+
binding_values: {
|
|
881
|
+
key: string;
|
|
882
|
+
value: {
|
|
883
|
+
string_value?: string;
|
|
884
|
+
type: string;
|
|
885
|
+
scribe_key?: string;
|
|
886
|
+
image_value?: {
|
|
887
|
+
height: number;
|
|
888
|
+
width: number;
|
|
889
|
+
url: string;
|
|
890
|
+
};
|
|
891
|
+
image_color_value?: {
|
|
892
|
+
palette: {
|
|
893
|
+
rgb: {
|
|
894
|
+
blue: number;
|
|
895
|
+
green: number;
|
|
896
|
+
red: number;
|
|
897
|
+
};
|
|
898
|
+
percentage: number;
|
|
899
|
+
}[];
|
|
900
|
+
};
|
|
901
|
+
user_value?: {
|
|
902
|
+
id_str: string;
|
|
903
|
+
path: unknown[];
|
|
904
|
+
};
|
|
905
|
+
boolean_value?: boolean;
|
|
906
|
+
};
|
|
907
|
+
}[];
|
|
908
|
+
card_platform: {
|
|
909
|
+
platform: {
|
|
910
|
+
audience: {
|
|
911
|
+
name: string;
|
|
912
|
+
};
|
|
913
|
+
device: {
|
|
914
|
+
name: string;
|
|
915
|
+
version: string;
|
|
916
|
+
};
|
|
917
|
+
};
|
|
714
918
|
};
|
|
715
|
-
contained_within: unknown[];
|
|
716
|
-
country: string;
|
|
717
|
-
country_code: string;
|
|
718
|
-
full_name: string;
|
|
719
919
|
name: string;
|
|
720
|
-
id: string;
|
|
721
|
-
place_type: string;
|
|
722
920
|
url: string;
|
|
921
|
+
user_refs_results: {
|
|
922
|
+
result: {
|
|
923
|
+
__typename: string;
|
|
924
|
+
id: string;
|
|
925
|
+
rest_id: string;
|
|
926
|
+
affiliates_highlighted_label: {};
|
|
927
|
+
has_graduated_access: boolean;
|
|
928
|
+
is_blue_verified: boolean;
|
|
929
|
+
profile_image_shape: string;
|
|
930
|
+
legacy: {
|
|
931
|
+
can_dm: boolean;
|
|
932
|
+
can_media_tag: boolean;
|
|
933
|
+
created_at: string;
|
|
934
|
+
default_profile: boolean;
|
|
935
|
+
default_profile_image: boolean;
|
|
936
|
+
description: string;
|
|
937
|
+
entities: {
|
|
938
|
+
description: {
|
|
939
|
+
urls: {
|
|
940
|
+
display_url: string;
|
|
941
|
+
expanded_url: string;
|
|
942
|
+
url: string;
|
|
943
|
+
indices: number[];
|
|
944
|
+
}[];
|
|
945
|
+
};
|
|
946
|
+
url: {
|
|
947
|
+
urls: {
|
|
948
|
+
display_url: string;
|
|
949
|
+
expanded_url: string;
|
|
950
|
+
url: string;
|
|
951
|
+
indices: number[];
|
|
952
|
+
}[];
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
fast_followers_count: number;
|
|
956
|
+
favourites_count: number;
|
|
957
|
+
followers_count: number;
|
|
958
|
+
friends_count: number;
|
|
959
|
+
has_custom_timelines: boolean;
|
|
960
|
+
is_translator: boolean;
|
|
961
|
+
listed_count: number;
|
|
962
|
+
location: string;
|
|
963
|
+
media_count: number;
|
|
964
|
+
name: string;
|
|
965
|
+
normal_followers_count: number;
|
|
966
|
+
pinned_tweet_ids_str: string[];
|
|
967
|
+
possibly_sensitive: boolean;
|
|
968
|
+
profile_banner_url: string;
|
|
969
|
+
profile_image_url_https: string;
|
|
970
|
+
profile_interstitial_type: string;
|
|
971
|
+
screen_name: string;
|
|
972
|
+
statuses_count: number;
|
|
973
|
+
translator_type: string;
|
|
974
|
+
url: string;
|
|
975
|
+
verified: boolean;
|
|
976
|
+
want_retweets: boolean;
|
|
977
|
+
withheld_in_countries: unknown[];
|
|
978
|
+
verified_type?: string;
|
|
979
|
+
};
|
|
980
|
+
professional?: {
|
|
981
|
+
rest_id: string;
|
|
982
|
+
professional_type: string;
|
|
983
|
+
category: {
|
|
984
|
+
id: number;
|
|
985
|
+
name: string;
|
|
986
|
+
icon_name: string;
|
|
987
|
+
}[];
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
}[];
|
|
991
|
+
};
|
|
992
|
+
};
|
|
993
|
+
unified_card?: {
|
|
994
|
+
card_fetch_state: string;
|
|
995
|
+
};
|
|
996
|
+
note_tweet?: {
|
|
997
|
+
is_expandable: boolean;
|
|
998
|
+
note_tweet_results: {
|
|
999
|
+
result: {
|
|
1000
|
+
id: string;
|
|
1001
|
+
text: string;
|
|
1002
|
+
entity_set: {
|
|
1003
|
+
user_mentions: {
|
|
1004
|
+
id_str: string;
|
|
1005
|
+
name: string;
|
|
1006
|
+
screen_name: string;
|
|
1007
|
+
indices: number[];
|
|
1008
|
+
}[];
|
|
1009
|
+
urls: {
|
|
1010
|
+
display_url: string;
|
|
1011
|
+
expanded_url: string;
|
|
1012
|
+
url: string;
|
|
1013
|
+
indices: number[];
|
|
1014
|
+
}[];
|
|
1015
|
+
hashtags: {
|
|
1016
|
+
indices: number[];
|
|
1017
|
+
text: string;
|
|
1018
|
+
}[];
|
|
1019
|
+
symbols: {
|
|
1020
|
+
indices: number[];
|
|
1021
|
+
text: string;
|
|
1022
|
+
}[];
|
|
1023
|
+
};
|
|
1024
|
+
richtext?: {
|
|
1025
|
+
richtext_tags: {
|
|
1026
|
+
from_index: number;
|
|
1027
|
+
to_index: number;
|
|
1028
|
+
richtext_types: string[];
|
|
1029
|
+
}[];
|
|
1030
|
+
};
|
|
1031
|
+
media?: {
|
|
1032
|
+
inline_media: unknown[];
|
|
1033
|
+
};
|
|
1034
|
+
};
|
|
723
1035
|
};
|
|
724
1036
|
};
|
|
1037
|
+
previous_counts?: {
|
|
1038
|
+
bookmark_count: number;
|
|
1039
|
+
favorite_count: number;
|
|
1040
|
+
quote_count: number;
|
|
1041
|
+
reply_count: number;
|
|
1042
|
+
retweet_count: number;
|
|
1043
|
+
};
|
|
725
1044
|
quoted_status_result?: {
|
|
726
1045
|
result: {
|
|
727
1046
|
__typename: string;
|
|
@@ -774,17 +1093,16 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
774
1093
|
normal_followers_count: number;
|
|
775
1094
|
pinned_tweet_ids_str: string[];
|
|
776
1095
|
possibly_sensitive: boolean;
|
|
777
|
-
profile_banner_url?: string;
|
|
778
1096
|
profile_image_url_https: string;
|
|
779
1097
|
profile_interstitial_type: string;
|
|
780
1098
|
screen_name: string;
|
|
781
1099
|
statuses_count: number;
|
|
782
1100
|
translator_type: string;
|
|
783
|
-
url?: string;
|
|
784
1101
|
verified: boolean;
|
|
785
1102
|
want_retweets: boolean;
|
|
786
1103
|
withheld_in_countries: unknown[];
|
|
787
|
-
|
|
1104
|
+
profile_banner_url?: string;
|
|
1105
|
+
url?: string;
|
|
788
1106
|
};
|
|
789
1107
|
professional?: {
|
|
790
1108
|
rest_id: string;
|
|
@@ -828,23 +1146,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
828
1146
|
conversation_id_str: string;
|
|
829
1147
|
display_text_range: number[];
|
|
830
1148
|
entities: {
|
|
831
|
-
user_mentions: {
|
|
832
|
-
id_str: string;
|
|
833
|
-
name: string;
|
|
834
|
-
screen_name: string;
|
|
835
|
-
indices: number[];
|
|
836
|
-
}[];
|
|
837
|
-
urls: {
|
|
838
|
-
display_url: string;
|
|
839
|
-
expanded_url: string;
|
|
840
|
-
url: string;
|
|
841
|
-
indices: number[];
|
|
842
|
-
}[];
|
|
843
|
-
hashtags: {
|
|
844
|
-
indices: number[];
|
|
845
|
-
text: string;
|
|
846
|
-
}[];
|
|
847
|
-
symbols: unknown[];
|
|
848
1149
|
media?: {
|
|
849
1150
|
display_url: string;
|
|
850
1151
|
expanded_url: string;
|
|
@@ -920,29 +1221,35 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
920
1221
|
}[];
|
|
921
1222
|
};
|
|
922
1223
|
}[];
|
|
923
|
-
|
|
924
|
-
favorite_count: number;
|
|
925
|
-
favorited: boolean;
|
|
926
|
-
full_text: string;
|
|
927
|
-
is_quote_status: boolean;
|
|
928
|
-
lang: string;
|
|
929
|
-
quote_count: number;
|
|
930
|
-
reply_count: number;
|
|
931
|
-
retweet_count: number;
|
|
932
|
-
retweeted: boolean;
|
|
933
|
-
user_id_str: string;
|
|
934
|
-
id_str: string;
|
|
935
|
-
extended_entities?: {
|
|
936
|
-
media: {
|
|
937
|
-
display_url: string;
|
|
938
|
-
expanded_url: string;
|
|
1224
|
+
user_mentions: {
|
|
939
1225
|
id_str: string;
|
|
1226
|
+
name: string;
|
|
1227
|
+
screen_name: string;
|
|
940
1228
|
indices: number[];
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
1229
|
+
}[];
|
|
1230
|
+
urls: {
|
|
1231
|
+
display_url: string;
|
|
1232
|
+
expanded_url: string;
|
|
944
1233
|
url: string;
|
|
945
|
-
|
|
1234
|
+
indices: number[];
|
|
1235
|
+
}[];
|
|
1236
|
+
hashtags: {
|
|
1237
|
+
indices: number[];
|
|
1238
|
+
text: string;
|
|
1239
|
+
}[];
|
|
1240
|
+
symbols: unknown[];
|
|
1241
|
+
};
|
|
1242
|
+
extended_entities?: {
|
|
1243
|
+
media: {
|
|
1244
|
+
display_url: string;
|
|
1245
|
+
expanded_url: string;
|
|
1246
|
+
id_str: string;
|
|
1247
|
+
indices: number[];
|
|
1248
|
+
media_key: string;
|
|
1249
|
+
media_url_https: string;
|
|
1250
|
+
type: string;
|
|
1251
|
+
url: string;
|
|
1252
|
+
ext_media_availability: {
|
|
946
1253
|
status: string;
|
|
947
1254
|
};
|
|
948
1255
|
features: {
|
|
@@ -1028,35 +1335,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1028
1335
|
};
|
|
1029
1336
|
}[];
|
|
1030
1337
|
};
|
|
1338
|
+
favorite_count: number;
|
|
1339
|
+
favorited: boolean;
|
|
1340
|
+
full_text: string;
|
|
1341
|
+
is_quote_status: boolean;
|
|
1342
|
+
lang: string;
|
|
1031
1343
|
possibly_sensitive?: boolean;
|
|
1032
1344
|
possibly_sensitive_editable?: boolean;
|
|
1345
|
+
quote_count: number;
|
|
1346
|
+
reply_count: number;
|
|
1347
|
+
retweet_count: number;
|
|
1348
|
+
retweeted: boolean;
|
|
1349
|
+
user_id_str: string;
|
|
1350
|
+
id_str: string;
|
|
1033
1351
|
quoted_status_id_str?: string;
|
|
1034
1352
|
quoted_status_permalink?: {
|
|
1035
1353
|
url: string;
|
|
1036
1354
|
expanded: string;
|
|
1037
1355
|
display: string;
|
|
1038
1356
|
};
|
|
1039
|
-
place?: {
|
|
1040
|
-
attributes: {};
|
|
1041
|
-
bounding_box: {
|
|
1042
|
-
coordinates: number[][][];
|
|
1043
|
-
type: string;
|
|
1044
|
-
};
|
|
1045
|
-
contained_within: unknown[];
|
|
1046
|
-
country: string;
|
|
1047
|
-
country_code: string;
|
|
1048
|
-
full_name: string;
|
|
1049
|
-
name: string;
|
|
1050
|
-
id: string;
|
|
1051
|
-
place_type: string;
|
|
1052
|
-
url: string;
|
|
1053
|
-
};
|
|
1054
|
-
};
|
|
1055
|
-
quotedRefResult?: {
|
|
1056
|
-
result: {
|
|
1057
|
-
__typename: string;
|
|
1058
|
-
rest_id: string;
|
|
1059
|
-
};
|
|
1060
1357
|
};
|
|
1061
1358
|
tweet?: {
|
|
1062
1359
|
rest_id: string;
|
|
@@ -1086,7 +1383,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1086
1383
|
indices: number[];
|
|
1087
1384
|
}[];
|
|
1088
1385
|
};
|
|
1089
|
-
url
|
|
1386
|
+
url: {
|
|
1090
1387
|
urls: {
|
|
1091
1388
|
display_url: string;
|
|
1092
1389
|
expanded_url: string;
|
|
@@ -1114,12 +1411,12 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1114
1411
|
screen_name: string;
|
|
1115
1412
|
statuses_count: number;
|
|
1116
1413
|
translator_type: string;
|
|
1117
|
-
url
|
|
1414
|
+
url: string;
|
|
1118
1415
|
verified: boolean;
|
|
1119
1416
|
want_retweets: boolean;
|
|
1120
1417
|
withheld_in_countries: unknown[];
|
|
1121
1418
|
};
|
|
1122
|
-
professional
|
|
1419
|
+
professional: {
|
|
1123
1420
|
rest_id: string;
|
|
1124
1421
|
professional_type: string;
|
|
1125
1422
|
category: unknown[];
|
|
@@ -1161,7 +1458,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1161
1458
|
conversation_id_str: string;
|
|
1162
1459
|
display_text_range: number[];
|
|
1163
1460
|
entities: {
|
|
1164
|
-
media
|
|
1461
|
+
media: {
|
|
1165
1462
|
display_url: string;
|
|
1166
1463
|
expanded_url: string;
|
|
1167
1464
|
id_str: string;
|
|
@@ -1249,7 +1546,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1249
1546
|
}[];
|
|
1250
1547
|
symbols: unknown[];
|
|
1251
1548
|
};
|
|
1252
|
-
extended_entities
|
|
1549
|
+
extended_entities: {
|
|
1253
1550
|
media: {
|
|
1254
1551
|
display_url: string;
|
|
1255
1552
|
expanded_url: string;
|
|
@@ -1345,51 +1642,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1345
1642
|
user_id_str: string;
|
|
1346
1643
|
id_str: string;
|
|
1347
1644
|
};
|
|
1348
|
-
card?: {
|
|
1349
|
-
rest_id: string;
|
|
1350
|
-
legacy: {
|
|
1351
|
-
binding_values: {
|
|
1352
|
-
key: string;
|
|
1353
|
-
value: {
|
|
1354
|
-
image_value?: {
|
|
1355
|
-
height: number;
|
|
1356
|
-
width: number;
|
|
1357
|
-
url: string;
|
|
1358
|
-
};
|
|
1359
|
-
type: string;
|
|
1360
|
-
string_value?: string;
|
|
1361
|
-
scribe_key?: string;
|
|
1362
|
-
image_color_value?: {
|
|
1363
|
-
palette: {
|
|
1364
|
-
rgb: {
|
|
1365
|
-
blue: number;
|
|
1366
|
-
green: number;
|
|
1367
|
-
red: number;
|
|
1368
|
-
};
|
|
1369
|
-
percentage: number;
|
|
1370
|
-
}[];
|
|
1371
|
-
};
|
|
1372
|
-
};
|
|
1373
|
-
}[];
|
|
1374
|
-
card_platform: {
|
|
1375
|
-
platform: {
|
|
1376
|
-
audience: {
|
|
1377
|
-
name: string;
|
|
1378
|
-
};
|
|
1379
|
-
device: {
|
|
1380
|
-
name: string;
|
|
1381
|
-
version: string;
|
|
1382
|
-
};
|
|
1383
|
-
};
|
|
1384
|
-
};
|
|
1385
|
-
name: string;
|
|
1386
|
-
url: string;
|
|
1387
|
-
user_refs_results: unknown[];
|
|
1388
|
-
};
|
|
1389
|
-
};
|
|
1390
|
-
unified_card?: {
|
|
1391
|
-
card_fetch_state: string;
|
|
1392
|
-
};
|
|
1393
1645
|
};
|
|
1394
1646
|
limitedActionResults?: {
|
|
1395
1647
|
limited_actions: {
|
|
@@ -1436,6 +1688,19 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1436
1688
|
};
|
|
1437
1689
|
};
|
|
1438
1690
|
};
|
|
1691
|
+
quotedRefResult?: {
|
|
1692
|
+
result: {
|
|
1693
|
+
__typename: string;
|
|
1694
|
+
rest_id: string;
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
previous_counts?: {
|
|
1698
|
+
bookmark_count: number;
|
|
1699
|
+
favorite_count: number;
|
|
1700
|
+
quote_count: number;
|
|
1701
|
+
reply_count: number;
|
|
1702
|
+
retweet_count: number;
|
|
1703
|
+
};
|
|
1439
1704
|
card?: {
|
|
1440
1705
|
rest_id: string;
|
|
1441
1706
|
legacy: {
|
|
@@ -1444,12 +1709,12 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1444
1709
|
value: {
|
|
1445
1710
|
string_value?: string;
|
|
1446
1711
|
type: string;
|
|
1447
|
-
scribe_key?: string;
|
|
1448
1712
|
image_value?: {
|
|
1449
1713
|
height: number;
|
|
1450
1714
|
width: number;
|
|
1451
1715
|
url: string;
|
|
1452
1716
|
};
|
|
1717
|
+
scribe_key?: string;
|
|
1453
1718
|
user_value?: {
|
|
1454
1719
|
id_str: string;
|
|
1455
1720
|
path: unknown[];
|
|
@@ -1529,9 +1794,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1529
1794
|
translator_type: string;
|
|
1530
1795
|
url: string;
|
|
1531
1796
|
verified: boolean;
|
|
1797
|
+
verified_type: string;
|
|
1532
1798
|
want_retweets: boolean;
|
|
1533
1799
|
withheld_in_countries: unknown[];
|
|
1534
|
-
verified_type?: string;
|
|
1535
1800
|
};
|
|
1536
1801
|
};
|
|
1537
1802
|
}[];
|
|
@@ -1540,378 +1805,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1540
1805
|
unified_card?: {
|
|
1541
1806
|
card_fetch_state: string;
|
|
1542
1807
|
};
|
|
1543
|
-
previous_counts?: {
|
|
1544
|
-
bookmark_count: number;
|
|
1545
|
-
favorite_count: number;
|
|
1546
|
-
quote_count: number;
|
|
1547
|
-
reply_count: number;
|
|
1548
|
-
retweet_count: number;
|
|
1549
|
-
};
|
|
1550
|
-
};
|
|
1551
|
-
};
|
|
1552
|
-
card?: {
|
|
1553
|
-
rest_id: string;
|
|
1554
|
-
legacy: {
|
|
1555
|
-
binding_values: {
|
|
1556
|
-
key: string;
|
|
1557
|
-
value: {
|
|
1558
|
-
string_value?: string;
|
|
1559
|
-
type: string;
|
|
1560
|
-
scribe_key?: string;
|
|
1561
|
-
image_value?: {
|
|
1562
|
-
height: number;
|
|
1563
|
-
width: number;
|
|
1564
|
-
url: string;
|
|
1565
|
-
};
|
|
1566
|
-
user_value?: {
|
|
1567
|
-
id_str: string;
|
|
1568
|
-
path: unknown[];
|
|
1569
|
-
};
|
|
1570
|
-
image_color_value?: {
|
|
1571
|
-
palette: {
|
|
1572
|
-
rgb: {
|
|
1573
|
-
blue: number;
|
|
1574
|
-
green: number;
|
|
1575
|
-
red: number;
|
|
1576
|
-
};
|
|
1577
|
-
percentage: number;
|
|
1578
|
-
}[];
|
|
1579
|
-
};
|
|
1580
|
-
boolean_value?: boolean;
|
|
1581
|
-
};
|
|
1582
|
-
}[];
|
|
1583
|
-
card_platform: {
|
|
1584
|
-
platform: {
|
|
1585
|
-
audience: {
|
|
1586
|
-
name: string;
|
|
1587
|
-
};
|
|
1588
|
-
device: {
|
|
1589
|
-
name: string;
|
|
1590
|
-
version: string;
|
|
1591
|
-
};
|
|
1592
|
-
};
|
|
1593
|
-
};
|
|
1594
|
-
name: string;
|
|
1595
|
-
url: string;
|
|
1596
|
-
user_refs_results: {
|
|
1597
|
-
result: {
|
|
1598
|
-
__typename: string;
|
|
1599
|
-
id: string;
|
|
1600
|
-
rest_id: string;
|
|
1601
|
-
affiliates_highlighted_label: {};
|
|
1602
|
-
has_graduated_access: boolean;
|
|
1603
|
-
is_blue_verified: boolean;
|
|
1604
|
-
profile_image_shape: string;
|
|
1605
|
-
legacy: {
|
|
1606
|
-
can_dm: boolean;
|
|
1607
|
-
can_media_tag: boolean;
|
|
1608
|
-
created_at: string;
|
|
1609
|
-
default_profile: boolean;
|
|
1610
|
-
default_profile_image: boolean;
|
|
1611
|
-
description: string;
|
|
1612
|
-
entities: {
|
|
1613
|
-
description: {
|
|
1614
|
-
urls: {
|
|
1615
|
-
display_url: string;
|
|
1616
|
-
expanded_url: string;
|
|
1617
|
-
url: string;
|
|
1618
|
-
indices: number[];
|
|
1619
|
-
}[];
|
|
1620
|
-
};
|
|
1621
|
-
url?: {
|
|
1622
|
-
urls: {
|
|
1623
|
-
display_url: string;
|
|
1624
|
-
expanded_url: string;
|
|
1625
|
-
url: string;
|
|
1626
|
-
indices: number[];
|
|
1627
|
-
}[];
|
|
1628
|
-
};
|
|
1629
|
-
};
|
|
1630
|
-
fast_followers_count: number;
|
|
1631
|
-
favourites_count: number;
|
|
1632
|
-
followers_count: number;
|
|
1633
|
-
friends_count: number;
|
|
1634
|
-
has_custom_timelines: boolean;
|
|
1635
|
-
is_translator: boolean;
|
|
1636
|
-
listed_count: number;
|
|
1637
|
-
location: string;
|
|
1638
|
-
media_count: number;
|
|
1639
|
-
name: string;
|
|
1640
|
-
normal_followers_count: number;
|
|
1641
|
-
pinned_tweet_ids_str: string[];
|
|
1642
|
-
possibly_sensitive: boolean;
|
|
1643
|
-
profile_banner_url: string;
|
|
1644
|
-
profile_image_url_https: string;
|
|
1645
|
-
profile_interstitial_type: string;
|
|
1646
|
-
screen_name: string;
|
|
1647
|
-
statuses_count: number;
|
|
1648
|
-
translator_type: string;
|
|
1649
|
-
url?: string;
|
|
1650
|
-
verified: boolean;
|
|
1651
|
-
want_retweets: boolean;
|
|
1652
|
-
withheld_in_countries: unknown[];
|
|
1653
|
-
verified_type?: string;
|
|
1654
|
-
};
|
|
1655
|
-
professional?: {
|
|
1656
|
-
rest_id: string;
|
|
1657
|
-
professional_type: string;
|
|
1658
|
-
category: {
|
|
1659
|
-
id: number;
|
|
1660
|
-
name: string;
|
|
1661
|
-
icon_name: string;
|
|
1662
|
-
}[];
|
|
1663
|
-
};
|
|
1664
|
-
};
|
|
1665
|
-
}[];
|
|
1666
|
-
};
|
|
1667
|
-
};
|
|
1668
|
-
unified_card?: {
|
|
1669
|
-
card_fetch_state: string;
|
|
1670
|
-
};
|
|
1671
|
-
previous_counts?: {
|
|
1672
|
-
bookmark_count: number;
|
|
1673
|
-
favorite_count: number;
|
|
1674
|
-
quote_count: number;
|
|
1675
|
-
reply_count: number;
|
|
1676
|
-
retweet_count: number;
|
|
1677
|
-
};
|
|
1678
|
-
note_tweet?: {
|
|
1679
|
-
is_expandable: boolean;
|
|
1680
|
-
note_tweet_results: {
|
|
1681
|
-
result: {
|
|
1682
|
-
id: string;
|
|
1683
|
-
text: string;
|
|
1684
|
-
entity_set: {
|
|
1685
|
-
user_mentions: {
|
|
1686
|
-
id_str: string;
|
|
1687
|
-
name: string;
|
|
1688
|
-
screen_name: string;
|
|
1689
|
-
indices: number[];
|
|
1690
|
-
}[];
|
|
1691
|
-
urls: {
|
|
1692
|
-
display_url: string;
|
|
1693
|
-
expanded_url: string;
|
|
1694
|
-
url: string;
|
|
1695
|
-
indices: number[];
|
|
1696
|
-
}[];
|
|
1697
|
-
hashtags: {
|
|
1698
|
-
indices: number[];
|
|
1699
|
-
text: string;
|
|
1700
|
-
}[];
|
|
1701
|
-
symbols: unknown[];
|
|
1702
|
-
};
|
|
1703
|
-
richtext?: {
|
|
1704
|
-
richtext_tags: {
|
|
1705
|
-
from_index: number;
|
|
1706
|
-
to_index: number;
|
|
1707
|
-
richtext_types: string[];
|
|
1708
|
-
}[];
|
|
1709
|
-
};
|
|
1710
|
-
media?: {
|
|
1711
|
-
inline_media: unknown[];
|
|
1712
|
-
};
|
|
1713
|
-
};
|
|
1714
1808
|
};
|
|
1715
1809
|
};
|
|
1716
1810
|
};
|
|
1717
1811
|
};
|
|
1812
|
+
scopes?: {
|
|
1813
|
+
followers: boolean;
|
|
1814
|
+
};
|
|
1718
1815
|
quoted_status_id_str?: string;
|
|
1719
1816
|
quoted_status_permalink?: {
|
|
1720
1817
|
url: string;
|
|
1721
1818
|
expanded: string;
|
|
1722
1819
|
display: string;
|
|
1723
1820
|
};
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
};
|
|
1729
|
-
extended_entities?: {
|
|
1730
|
-
media: {
|
|
1731
|
-
display_url: string;
|
|
1732
|
-
expanded_url: string;
|
|
1733
|
-
id_str: string;
|
|
1734
|
-
indices: number[];
|
|
1735
|
-
media_key: string;
|
|
1736
|
-
media_url_https: string;
|
|
1737
|
-
source_status_id_str?: string;
|
|
1738
|
-
source_user_id_str?: string;
|
|
1821
|
+
place?: {
|
|
1822
|
+
attributes: {};
|
|
1823
|
+
bounding_box: {
|
|
1824
|
+
coordinates: number[][][];
|
|
1739
1825
|
type: string;
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
h: number;
|
|
1750
|
-
w: number;
|
|
1751
|
-
}[];
|
|
1752
|
-
};
|
|
1753
|
-
medium?: {
|
|
1754
|
-
faces: {
|
|
1755
|
-
x: number;
|
|
1756
|
-
y: number;
|
|
1757
|
-
h: number;
|
|
1758
|
-
w: number;
|
|
1759
|
-
}[];
|
|
1760
|
-
};
|
|
1761
|
-
small?: {
|
|
1762
|
-
faces: {
|
|
1763
|
-
x: number;
|
|
1764
|
-
y: number;
|
|
1765
|
-
h: number;
|
|
1766
|
-
w: number;
|
|
1767
|
-
}[];
|
|
1768
|
-
};
|
|
1769
|
-
orig?: {
|
|
1770
|
-
faces: {
|
|
1771
|
-
x: number;
|
|
1772
|
-
y: number;
|
|
1773
|
-
h: number;
|
|
1774
|
-
w: number;
|
|
1775
|
-
}[];
|
|
1776
|
-
};
|
|
1777
|
-
all?: {
|
|
1778
|
-
tags: {
|
|
1779
|
-
user_id: string;
|
|
1780
|
-
name: string;
|
|
1781
|
-
screen_name: string;
|
|
1782
|
-
type: string;
|
|
1783
|
-
}[];
|
|
1784
|
-
};
|
|
1785
|
-
};
|
|
1786
|
-
sizes: {
|
|
1787
|
-
large: {
|
|
1788
|
-
h: number;
|
|
1789
|
-
w: number;
|
|
1790
|
-
resize: string;
|
|
1791
|
-
};
|
|
1792
|
-
medium: {
|
|
1793
|
-
h: number;
|
|
1794
|
-
w: number;
|
|
1795
|
-
resize: string;
|
|
1796
|
-
};
|
|
1797
|
-
small: {
|
|
1798
|
-
h: number;
|
|
1799
|
-
w: number;
|
|
1800
|
-
resize: string;
|
|
1801
|
-
};
|
|
1802
|
-
thumb: {
|
|
1803
|
-
h: number;
|
|
1804
|
-
w: number;
|
|
1805
|
-
resize: string;
|
|
1806
|
-
};
|
|
1807
|
-
};
|
|
1808
|
-
original_info: {
|
|
1809
|
-
height: number;
|
|
1810
|
-
width: number;
|
|
1811
|
-
focus_rects?: {
|
|
1812
|
-
x: number;
|
|
1813
|
-
y: number;
|
|
1814
|
-
w: number;
|
|
1815
|
-
h: number;
|
|
1816
|
-
}[];
|
|
1817
|
-
};
|
|
1818
|
-
additional_media_info?: {
|
|
1819
|
-
monetizable: boolean;
|
|
1820
|
-
source_user?: {
|
|
1821
|
-
user_results: {
|
|
1822
|
-
result: {
|
|
1823
|
-
__typename: string;
|
|
1824
|
-
id: string;
|
|
1825
|
-
rest_id: string;
|
|
1826
|
-
affiliates_highlighted_label: {};
|
|
1827
|
-
has_graduated_access: boolean;
|
|
1828
|
-
is_blue_verified: boolean;
|
|
1829
|
-
profile_image_shape: string;
|
|
1830
|
-
legacy: {
|
|
1831
|
-
can_dm: boolean;
|
|
1832
|
-
can_media_tag: boolean;
|
|
1833
|
-
created_at: string;
|
|
1834
|
-
default_profile: boolean;
|
|
1835
|
-
default_profile_image: boolean;
|
|
1836
|
-
description: string;
|
|
1837
|
-
entities: {
|
|
1838
|
-
description: {
|
|
1839
|
-
urls: {
|
|
1840
|
-
display_url: string;
|
|
1841
|
-
expanded_url: string;
|
|
1842
|
-
url: string;
|
|
1843
|
-
indices: number[];
|
|
1844
|
-
}[];
|
|
1845
|
-
};
|
|
1846
|
-
url?: {
|
|
1847
|
-
urls: {
|
|
1848
|
-
display_url: string;
|
|
1849
|
-
expanded_url: string;
|
|
1850
|
-
url: string;
|
|
1851
|
-
indices: number[];
|
|
1852
|
-
}[];
|
|
1853
|
-
};
|
|
1854
|
-
};
|
|
1855
|
-
fast_followers_count: number;
|
|
1856
|
-
favourites_count: number;
|
|
1857
|
-
followers_count: number;
|
|
1858
|
-
friends_count: number;
|
|
1859
|
-
has_custom_timelines: boolean;
|
|
1860
|
-
is_translator: boolean;
|
|
1861
|
-
listed_count: number;
|
|
1862
|
-
location: string;
|
|
1863
|
-
media_count: number;
|
|
1864
|
-
name: string;
|
|
1865
|
-
normal_followers_count: number;
|
|
1866
|
-
pinned_tweet_ids_str: string[];
|
|
1867
|
-
possibly_sensitive: boolean;
|
|
1868
|
-
profile_banner_url?: string;
|
|
1869
|
-
profile_image_url_https: string;
|
|
1870
|
-
profile_interstitial_type: string;
|
|
1871
|
-
screen_name: string;
|
|
1872
|
-
statuses_count: number;
|
|
1873
|
-
translator_type: string;
|
|
1874
|
-
verified: boolean;
|
|
1875
|
-
want_retweets: boolean;
|
|
1876
|
-
withheld_in_countries: unknown[];
|
|
1877
|
-
url?: string;
|
|
1878
|
-
};
|
|
1879
|
-
professional?: {
|
|
1880
|
-
rest_id: string;
|
|
1881
|
-
professional_type: string;
|
|
1882
|
-
category: {
|
|
1883
|
-
id: number;
|
|
1884
|
-
name: string;
|
|
1885
|
-
icon_name: string;
|
|
1886
|
-
}[];
|
|
1887
|
-
};
|
|
1888
|
-
super_follow_eligible?: boolean;
|
|
1889
|
-
};
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
title?: string;
|
|
1893
|
-
description?: string;
|
|
1894
|
-
embeddable?: boolean;
|
|
1895
|
-
call_to_actions?: {
|
|
1896
|
-
visit_site: {
|
|
1897
|
-
url: string;
|
|
1898
|
-
};
|
|
1899
|
-
};
|
|
1900
|
-
};
|
|
1901
|
-
mediaStats?: {
|
|
1902
|
-
viewCount: number;
|
|
1903
|
-
};
|
|
1904
|
-
video_info?: {
|
|
1905
|
-
aspect_ratio: number[];
|
|
1906
|
-
duration_millis?: number;
|
|
1907
|
-
variants: {
|
|
1908
|
-
bitrate?: number;
|
|
1909
|
-
content_type: string;
|
|
1910
|
-
url: string;
|
|
1911
|
-
}[];
|
|
1912
|
-
};
|
|
1913
|
-
ext_alt_text?: string;
|
|
1914
|
-
}[];
|
|
1826
|
+
};
|
|
1827
|
+
contained_within: unknown[];
|
|
1828
|
+
country: string;
|
|
1829
|
+
country_code: string;
|
|
1830
|
+
full_name: string;
|
|
1831
|
+
name: string;
|
|
1832
|
+
id: string;
|
|
1833
|
+
place_type: string;
|
|
1834
|
+
url: string;
|
|
1915
1835
|
};
|
|
1916
1836
|
};
|
|
1917
1837
|
card?: {
|
|
@@ -1929,10 +1849,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1929
1849
|
url: string;
|
|
1930
1850
|
alt?: string;
|
|
1931
1851
|
};
|
|
1932
|
-
user_value?: {
|
|
1933
|
-
id_str: string;
|
|
1934
|
-
path: unknown[];
|
|
1935
|
-
};
|
|
1936
1852
|
image_color_value?: {
|
|
1937
1853
|
palette: {
|
|
1938
1854
|
rgb: {
|
|
@@ -1943,6 +1859,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1943
1859
|
percentage: number;
|
|
1944
1860
|
}[];
|
|
1945
1861
|
};
|
|
1862
|
+
user_value?: {
|
|
1863
|
+
id_str: string;
|
|
1864
|
+
path: unknown[];
|
|
1865
|
+
};
|
|
1946
1866
|
boolean_value?: boolean;
|
|
1947
1867
|
};
|
|
1948
1868
|
}[];
|
|
@@ -1982,7 +1902,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1982
1902
|
is_blue_verified: boolean;
|
|
1983
1903
|
profile_image_shape: string;
|
|
1984
1904
|
legacy: {
|
|
1985
|
-
protected?: boolean;
|
|
1986
1905
|
can_dm: boolean;
|
|
1987
1906
|
can_media_tag: boolean;
|
|
1988
1907
|
created_at: string;
|
|
@@ -1998,10 +1917,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1998
1917
|
indices: number[];
|
|
1999
1918
|
}[];
|
|
2000
1919
|
};
|
|
2001
|
-
url
|
|
1920
|
+
url: {
|
|
2002
1921
|
urls: {
|
|
2003
|
-
display_url
|
|
2004
|
-
expanded_url
|
|
1922
|
+
display_url?: string;
|
|
1923
|
+
expanded_url?: string;
|
|
2005
1924
|
url: string;
|
|
2006
1925
|
indices: number[];
|
|
2007
1926
|
}[];
|
|
@@ -2026,7 +1945,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2026
1945
|
screen_name: string;
|
|
2027
1946
|
statuses_count: number;
|
|
2028
1947
|
translator_type: string;
|
|
2029
|
-
url
|
|
1948
|
+
url: string;
|
|
2030
1949
|
verified: boolean;
|
|
2031
1950
|
want_retweets: boolean;
|
|
2032
1951
|
withheld_in_countries: unknown[];
|
|
@@ -2048,678 +1967,501 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2048
1967
|
unified_card?: {
|
|
2049
1968
|
card_fetch_state: string;
|
|
2050
1969
|
};
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
followed_by?: boolean;
|
|
2065
|
-
following?: boolean;
|
|
2066
|
-
can_dm: boolean;
|
|
2067
|
-
can_media_tag: boolean;
|
|
2068
|
-
created_at: string;
|
|
2069
|
-
default_profile: boolean;
|
|
2070
|
-
default_profile_image: boolean;
|
|
2071
|
-
description: string;
|
|
2072
|
-
entities: {
|
|
2073
|
-
description: {
|
|
2074
|
-
urls: {
|
|
2075
|
-
display_url: string;
|
|
2076
|
-
expanded_url: string;
|
|
1970
|
+
quoted_status_result?: {
|
|
1971
|
+
result: {
|
|
1972
|
+
__typename: string;
|
|
1973
|
+
rest_id: string;
|
|
1974
|
+
core: {
|
|
1975
|
+
user_results: {
|
|
1976
|
+
result: {
|
|
1977
|
+
__typename: string;
|
|
1978
|
+
id: string;
|
|
1979
|
+
rest_id: string;
|
|
1980
|
+
affiliates_highlighted_label: {
|
|
1981
|
+
label?: {
|
|
1982
|
+
url: {
|
|
2077
1983
|
url: string;
|
|
2078
|
-
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
url?: {
|
|
2082
|
-
urls: {
|
|
2083
|
-
display_url: string;
|
|
2084
|
-
expanded_url: string;
|
|
1984
|
+
urlType: string;
|
|
1985
|
+
};
|
|
1986
|
+
badge: {
|
|
2085
1987
|
url: string;
|
|
2086
|
-
|
|
2087
|
-
|
|
1988
|
+
};
|
|
1989
|
+
description: string;
|
|
1990
|
+
userLabelType: string;
|
|
1991
|
+
userLabelDisplayType: string;
|
|
2088
1992
|
};
|
|
2089
1993
|
};
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
friends_count: number;
|
|
2094
|
-
has_custom_timelines: boolean;
|
|
2095
|
-
is_translator: boolean;
|
|
2096
|
-
listed_count: number;
|
|
2097
|
-
location: string;
|
|
2098
|
-
media_count: number;
|
|
2099
|
-
name: string;
|
|
2100
|
-
normal_followers_count: number;
|
|
2101
|
-
pinned_tweet_ids_str: string[];
|
|
2102
|
-
possibly_sensitive: boolean;
|
|
2103
|
-
profile_banner_url: string;
|
|
2104
|
-
profile_image_url_https: string;
|
|
2105
|
-
profile_interstitial_type: string;
|
|
2106
|
-
screen_name: string;
|
|
2107
|
-
statuses_count: number;
|
|
2108
|
-
translator_type: string;
|
|
2109
|
-
verified: boolean;
|
|
2110
|
-
want_retweets: boolean;
|
|
2111
|
-
withheld_in_countries: unknown[];
|
|
2112
|
-
url?: string;
|
|
2113
|
-
verified_type?: string;
|
|
2114
|
-
};
|
|
2115
|
-
professional?: {
|
|
2116
|
-
rest_id: string;
|
|
2117
|
-
professional_type: string;
|
|
2118
|
-
category: {
|
|
2119
|
-
id: number;
|
|
2120
|
-
name: string;
|
|
2121
|
-
icon_name: string;
|
|
2122
|
-
}[];
|
|
2123
|
-
};
|
|
2124
|
-
};
|
|
2125
|
-
};
|
|
2126
|
-
};
|
|
2127
|
-
edit_control: {
|
|
2128
|
-
edit_tweet_ids: string[];
|
|
2129
|
-
editable_until_msecs: string;
|
|
2130
|
-
is_edit_eligible: boolean;
|
|
2131
|
-
edits_remaining: string;
|
|
2132
|
-
};
|
|
2133
|
-
edit_perspective: {
|
|
2134
|
-
favorited: boolean;
|
|
2135
|
-
retweeted: boolean;
|
|
2136
|
-
};
|
|
2137
|
-
is_translatable: boolean;
|
|
2138
|
-
views: {
|
|
2139
|
-
state: string;
|
|
2140
|
-
count?: string;
|
|
2141
|
-
};
|
|
2142
|
-
source: string;
|
|
2143
|
-
legacy: {
|
|
2144
|
-
bookmark_count: number;
|
|
2145
|
-
bookmarked: boolean;
|
|
2146
|
-
created_at: string;
|
|
2147
|
-
conversation_control?: {
|
|
2148
|
-
policy: string;
|
|
2149
|
-
conversation_owner_results: {
|
|
2150
|
-
result: {
|
|
2151
|
-
__typename: string;
|
|
1994
|
+
has_graduated_access: boolean;
|
|
1995
|
+
is_blue_verified: boolean;
|
|
1996
|
+
profile_image_shape: string;
|
|
2152
1997
|
legacy: {
|
|
1998
|
+
can_dm: boolean;
|
|
1999
|
+
can_media_tag: boolean;
|
|
2000
|
+
created_at: string;
|
|
2001
|
+
default_profile: boolean;
|
|
2002
|
+
default_profile_image: boolean;
|
|
2003
|
+
description: string;
|
|
2004
|
+
entities: {
|
|
2005
|
+
description: {
|
|
2006
|
+
urls: {
|
|
2007
|
+
display_url: string;
|
|
2008
|
+
expanded_url: string;
|
|
2009
|
+
url: string;
|
|
2010
|
+
indices: number[];
|
|
2011
|
+
}[];
|
|
2012
|
+
};
|
|
2013
|
+
url?: {
|
|
2014
|
+
urls: {
|
|
2015
|
+
display_url: string;
|
|
2016
|
+
expanded_url: string;
|
|
2017
|
+
url: string;
|
|
2018
|
+
indices: number[];
|
|
2019
|
+
}[];
|
|
2020
|
+
};
|
|
2021
|
+
};
|
|
2022
|
+
fast_followers_count: number;
|
|
2023
|
+
favourites_count: number;
|
|
2024
|
+
followers_count: number;
|
|
2025
|
+
friends_count: number;
|
|
2026
|
+
has_custom_timelines: boolean;
|
|
2027
|
+
is_translator: boolean;
|
|
2028
|
+
listed_count: number;
|
|
2029
|
+
location: string;
|
|
2030
|
+
media_count: number;
|
|
2031
|
+
name: string;
|
|
2032
|
+
normal_followers_count: number;
|
|
2033
|
+
pinned_tweet_ids_str: string[];
|
|
2034
|
+
possibly_sensitive: boolean;
|
|
2035
|
+
profile_banner_url: string;
|
|
2036
|
+
profile_image_url_https: string;
|
|
2037
|
+
profile_interstitial_type: string;
|
|
2153
2038
|
screen_name: string;
|
|
2039
|
+
statuses_count: number;
|
|
2040
|
+
translator_type: string;
|
|
2041
|
+
verified: boolean;
|
|
2042
|
+
want_retweets: boolean;
|
|
2043
|
+
withheld_in_countries: unknown[];
|
|
2044
|
+
url?: string;
|
|
2045
|
+
verified_type?: string;
|
|
2046
|
+
};
|
|
2047
|
+
professional?: {
|
|
2048
|
+
rest_id: string;
|
|
2049
|
+
professional_type: string;
|
|
2050
|
+
category: {
|
|
2051
|
+
id: number;
|
|
2052
|
+
name: string;
|
|
2053
|
+
icon_name: string;
|
|
2054
|
+
}[];
|
|
2154
2055
|
};
|
|
2155
2056
|
};
|
|
2156
2057
|
};
|
|
2157
2058
|
};
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2059
|
+
edit_control: {
|
|
2060
|
+
edit_tweet_ids: string[];
|
|
2061
|
+
editable_until_msecs: string;
|
|
2062
|
+
is_edit_eligible: boolean;
|
|
2063
|
+
edits_remaining: string;
|
|
2064
|
+
};
|
|
2065
|
+
edit_perspective?: {
|
|
2066
|
+
favorited: boolean;
|
|
2067
|
+
retweeted: boolean;
|
|
2068
|
+
};
|
|
2069
|
+
is_translatable: boolean;
|
|
2070
|
+
views: {
|
|
2071
|
+
count: string;
|
|
2072
|
+
state: string;
|
|
2073
|
+
};
|
|
2074
|
+
source: string;
|
|
2075
|
+
legacy: {
|
|
2076
|
+
bookmark_count: number;
|
|
2077
|
+
bookmarked: boolean;
|
|
2078
|
+
created_at: string;
|
|
2079
|
+
conversation_id_str: string;
|
|
2080
|
+
display_text_range: number[];
|
|
2081
|
+
entities: {
|
|
2082
|
+
user_mentions: {
|
|
2083
|
+
id_str: string;
|
|
2084
|
+
name: string;
|
|
2085
|
+
screen_name: string;
|
|
2086
|
+
indices: number[];
|
|
2087
|
+
}[];
|
|
2088
|
+
urls: {
|
|
2089
|
+
display_url: string;
|
|
2090
|
+
expanded_url: string;
|
|
2091
|
+
url: string;
|
|
2092
|
+
indices: number[];
|
|
2093
|
+
}[];
|
|
2094
|
+
hashtags: {
|
|
2095
|
+
indices: number[];
|
|
2096
|
+
text: string;
|
|
2097
|
+
}[];
|
|
2098
|
+
symbols: unknown[];
|
|
2099
|
+
media?: {
|
|
2100
|
+
display_url: string;
|
|
2101
|
+
expanded_url: string;
|
|
2102
|
+
id_str: string;
|
|
2103
|
+
indices: number[];
|
|
2104
|
+
media_url_https: string;
|
|
2105
|
+
type: string;
|
|
2106
|
+
url: string;
|
|
2107
|
+
features: {
|
|
2108
|
+
large?: {
|
|
2109
|
+
faces: {
|
|
2110
|
+
x: number;
|
|
2111
|
+
y: number;
|
|
2112
|
+
h: number;
|
|
2113
|
+
w: number;
|
|
2114
|
+
}[];
|
|
2115
|
+
};
|
|
2116
|
+
medium?: {
|
|
2117
|
+
faces: {
|
|
2118
|
+
x: number;
|
|
2119
|
+
y: number;
|
|
2120
|
+
h: number;
|
|
2121
|
+
w: number;
|
|
2122
|
+
}[];
|
|
2123
|
+
};
|
|
2124
|
+
small?: {
|
|
2125
|
+
faces: {
|
|
2126
|
+
x: number;
|
|
2127
|
+
y: number;
|
|
2128
|
+
h: number;
|
|
2129
|
+
w: number;
|
|
2130
|
+
}[];
|
|
2131
|
+
};
|
|
2132
|
+
orig?: {
|
|
2133
|
+
faces: {
|
|
2134
|
+
x: number;
|
|
2135
|
+
y: number;
|
|
2136
|
+
h: number;
|
|
2137
|
+
w: number;
|
|
2138
|
+
}[];
|
|
2139
|
+
};
|
|
2140
|
+
};
|
|
2141
|
+
sizes: {
|
|
2142
|
+
large: {
|
|
2191
2143
|
h: number;
|
|
2192
2144
|
w: number;
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
faces: {
|
|
2197
|
-
x: number;
|
|
2198
|
-
y: number;
|
|
2145
|
+
resize: string;
|
|
2146
|
+
};
|
|
2147
|
+
medium: {
|
|
2199
2148
|
h: number;
|
|
2200
2149
|
w: number;
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
faces: {
|
|
2205
|
-
x: number;
|
|
2206
|
-
y: number;
|
|
2150
|
+
resize: string;
|
|
2151
|
+
};
|
|
2152
|
+
small: {
|
|
2207
2153
|
h: number;
|
|
2208
2154
|
w: number;
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2155
|
+
resize: string;
|
|
2156
|
+
};
|
|
2157
|
+
thumb: {
|
|
2158
|
+
h: number;
|
|
2159
|
+
w: number;
|
|
2160
|
+
resize: string;
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
original_info: {
|
|
2164
|
+
height: number;
|
|
2165
|
+
width: number;
|
|
2166
|
+
focus_rects?: {
|
|
2213
2167
|
x: number;
|
|
2214
2168
|
y: number;
|
|
2215
|
-
h: number;
|
|
2216
2169
|
w: number;
|
|
2170
|
+
h: number;
|
|
2217
2171
|
}[];
|
|
2218
2172
|
};
|
|
2219
|
-
};
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2173
|
+
}[];
|
|
2174
|
+
};
|
|
2175
|
+
favorite_count: number;
|
|
2176
|
+
favorited: boolean;
|
|
2177
|
+
full_text: string;
|
|
2178
|
+
is_quote_status: boolean;
|
|
2179
|
+
lang: string;
|
|
2180
|
+
quote_count: number;
|
|
2181
|
+
reply_count: number;
|
|
2182
|
+
retweet_count: number;
|
|
2183
|
+
retweeted: boolean;
|
|
2184
|
+
user_id_str: string;
|
|
2185
|
+
id_str: string;
|
|
2186
|
+
extended_entities?: {
|
|
2187
|
+
media: {
|
|
2188
|
+
display_url: string;
|
|
2189
|
+
expanded_url: string;
|
|
2190
|
+
id_str: string;
|
|
2191
|
+
indices: number[];
|
|
2192
|
+
media_key: string;
|
|
2193
|
+
media_url_https: string;
|
|
2194
|
+
type: string;
|
|
2195
|
+
url: string;
|
|
2196
|
+
additional_media_info?: {
|
|
2197
|
+
monetizable: boolean;
|
|
2225
2198
|
};
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
w: number;
|
|
2229
|
-
resize: string;
|
|
2199
|
+
mediaStats?: {
|
|
2200
|
+
viewCount: number;
|
|
2230
2201
|
};
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
w: number;
|
|
2234
|
-
resize: string;
|
|
2202
|
+
ext_media_availability: {
|
|
2203
|
+
status: string;
|
|
2235
2204
|
};
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2205
|
+
features: {
|
|
2206
|
+
large?: {
|
|
2207
|
+
faces: {
|
|
2208
|
+
x: number;
|
|
2209
|
+
y: number;
|
|
2210
|
+
h: number;
|
|
2211
|
+
w: number;
|
|
2212
|
+
}[];
|
|
2213
|
+
};
|
|
2214
|
+
medium?: {
|
|
2215
|
+
faces: {
|
|
2216
|
+
x: number;
|
|
2217
|
+
y: number;
|
|
2218
|
+
h: number;
|
|
2219
|
+
w: number;
|
|
2220
|
+
}[];
|
|
2221
|
+
};
|
|
2222
|
+
small?: {
|
|
2223
|
+
faces: {
|
|
2224
|
+
x: number;
|
|
2225
|
+
y: number;
|
|
2226
|
+
h: number;
|
|
2227
|
+
w: number;
|
|
2228
|
+
}[];
|
|
2229
|
+
};
|
|
2230
|
+
orig?: {
|
|
2231
|
+
faces: {
|
|
2232
|
+
x: number;
|
|
2233
|
+
y: number;
|
|
2234
|
+
h: number;
|
|
2235
|
+
w: number;
|
|
2236
|
+
}[];
|
|
2237
|
+
};
|
|
2240
2238
|
};
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2239
|
+
sizes: {
|
|
2240
|
+
large: {
|
|
2241
|
+
h: number;
|
|
2242
|
+
w: number;
|
|
2243
|
+
resize: string;
|
|
2244
|
+
};
|
|
2245
|
+
medium: {
|
|
2246
|
+
h: number;
|
|
2247
|
+
w: number;
|
|
2248
|
+
resize: string;
|
|
2249
|
+
};
|
|
2250
|
+
small: {
|
|
2251
|
+
h: number;
|
|
2252
|
+
w: number;
|
|
2253
|
+
resize: string;
|
|
2254
|
+
};
|
|
2255
|
+
thumb: {
|
|
2256
|
+
h: number;
|
|
2257
|
+
w: number;
|
|
2258
|
+
resize: string;
|
|
2259
|
+
};
|
|
2260
|
+
};
|
|
2261
|
+
original_info: {
|
|
2262
|
+
height: number;
|
|
2263
|
+
width: number;
|
|
2264
|
+
focus_rects?: {
|
|
2265
|
+
x: number;
|
|
2266
|
+
y: number;
|
|
2267
|
+
w: number;
|
|
2268
|
+
h: number;
|
|
2269
|
+
}[];
|
|
2270
|
+
};
|
|
2271
|
+
video_info?: {
|
|
2272
|
+
aspect_ratio: number[];
|
|
2273
|
+
duration_millis?: number;
|
|
2274
|
+
variants: {
|
|
2275
|
+
bitrate?: number;
|
|
2276
|
+
content_type: string;
|
|
2277
|
+
url: string;
|
|
2278
|
+
}[];
|
|
2279
|
+
};
|
|
2280
|
+
ext_alt_text?: string;
|
|
2281
|
+
}[];
|
|
2282
|
+
};
|
|
2283
|
+
possibly_sensitive?: boolean;
|
|
2284
|
+
possibly_sensitive_editable?: boolean;
|
|
2285
|
+
quoted_status_id_str?: string;
|
|
2286
|
+
quoted_status_permalink?: {
|
|
2287
|
+
url: string;
|
|
2288
|
+
expanded: string;
|
|
2289
|
+
display: string;
|
|
2290
|
+
};
|
|
2253
2291
|
};
|
|
2254
|
-
|
|
2255
|
-
favorited: boolean;
|
|
2256
|
-
full_text: string;
|
|
2257
|
-
is_quote_status: boolean;
|
|
2258
|
-
lang: string;
|
|
2259
|
-
limited_actions: string;
|
|
2260
|
-
quote_count: number;
|
|
2261
|
-
reply_count: number;
|
|
2262
|
-
retweet_count: number;
|
|
2263
|
-
retweeted: boolean;
|
|
2264
|
-
user_id_str: string;
|
|
2265
|
-
id_str: string;
|
|
2266
|
-
retweeted_status_result?: {
|
|
2292
|
+
quotedRefResult?: {
|
|
2267
2293
|
result: {
|
|
2268
2294
|
__typename: string;
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
display_url: string;
|
|
2292
|
-
expanded_url: string;
|
|
2293
|
-
url: string;
|
|
2294
|
-
indices: number[];
|
|
2295
|
-
}[];
|
|
2296
|
-
};
|
|
2297
|
-
url?: {
|
|
2298
|
-
urls: {
|
|
2299
|
-
display_url: string;
|
|
2300
|
-
expanded_url: string;
|
|
2301
|
-
url: string;
|
|
2302
|
-
indices: number[];
|
|
2303
|
-
}[];
|
|
2304
|
-
};
|
|
2305
|
-
};
|
|
2306
|
-
fast_followers_count: number;
|
|
2307
|
-
favourites_count: number;
|
|
2308
|
-
followers_count: number;
|
|
2309
|
-
friends_count: number;
|
|
2310
|
-
has_custom_timelines: boolean;
|
|
2311
|
-
is_translator: boolean;
|
|
2312
|
-
listed_count: number;
|
|
2313
|
-
location: string;
|
|
2314
|
-
media_count: number;
|
|
2315
|
-
name: string;
|
|
2316
|
-
normal_followers_count: number;
|
|
2317
|
-
pinned_tweet_ids_str: string[];
|
|
2318
|
-
possibly_sensitive: boolean;
|
|
2319
|
-
profile_banner_url: string;
|
|
2320
|
-
profile_image_url_https: string;
|
|
2321
|
-
profile_interstitial_type: string;
|
|
2322
|
-
screen_name: string;
|
|
2323
|
-
statuses_count: number;
|
|
2324
|
-
translator_type: string;
|
|
2325
|
-
url?: string;
|
|
2326
|
-
verified: boolean;
|
|
2327
|
-
want_retweets: boolean;
|
|
2328
|
-
withheld_in_countries: unknown[];
|
|
2329
|
-
verified_type?: string;
|
|
2330
|
-
};
|
|
2331
|
-
professional?: {
|
|
2332
|
-
rest_id: string;
|
|
2333
|
-
professional_type: string;
|
|
2334
|
-
category: {
|
|
2335
|
-
id: number;
|
|
2336
|
-
name: string;
|
|
2337
|
-
icon_name: string;
|
|
2338
|
-
}[];
|
|
2339
|
-
};
|
|
2340
|
-
};
|
|
2295
|
+
rest_id: string;
|
|
2296
|
+
};
|
|
2297
|
+
};
|
|
2298
|
+
card?: {
|
|
2299
|
+
rest_id: string;
|
|
2300
|
+
legacy: {
|
|
2301
|
+
binding_values: {
|
|
2302
|
+
key: string;
|
|
2303
|
+
value: {
|
|
2304
|
+
string_value: string;
|
|
2305
|
+
type: string;
|
|
2306
|
+
scribe_key?: string;
|
|
2307
|
+
};
|
|
2308
|
+
}[];
|
|
2309
|
+
card_platform: {
|
|
2310
|
+
platform: {
|
|
2311
|
+
audience: {
|
|
2312
|
+
name: string;
|
|
2313
|
+
};
|
|
2314
|
+
device: {
|
|
2315
|
+
name: string;
|
|
2316
|
+
version: string;
|
|
2341
2317
|
};
|
|
2342
2318
|
};
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
media?: {
|
|
2378
|
-
display_url: string;
|
|
2379
|
-
expanded_url: string;
|
|
2380
|
-
id_str: string;
|
|
2381
|
-
indices: number[];
|
|
2382
|
-
media_url_https: string;
|
|
2383
|
-
type: string;
|
|
2384
|
-
url: string;
|
|
2385
|
-
features: {
|
|
2386
|
-
large?: {
|
|
2387
|
-
faces: {
|
|
2388
|
-
x: number;
|
|
2389
|
-
y: number;
|
|
2390
|
-
h: number;
|
|
2391
|
-
w: number;
|
|
2392
|
-
}[];
|
|
2393
|
-
};
|
|
2394
|
-
medium?: {
|
|
2395
|
-
faces: {
|
|
2396
|
-
x: number;
|
|
2397
|
-
y: number;
|
|
2398
|
-
h: number;
|
|
2399
|
-
w: number;
|
|
2400
|
-
}[];
|
|
2401
|
-
};
|
|
2402
|
-
small?: {
|
|
2403
|
-
faces: {
|
|
2404
|
-
x: number;
|
|
2405
|
-
y: number;
|
|
2406
|
-
h: number;
|
|
2407
|
-
w: number;
|
|
2408
|
-
}[];
|
|
2409
|
-
};
|
|
2410
|
-
orig?: {
|
|
2411
|
-
faces: {
|
|
2412
|
-
x: number;
|
|
2413
|
-
y: number;
|
|
2414
|
-
h: number;
|
|
2415
|
-
w: number;
|
|
2416
|
-
}[];
|
|
2417
|
-
};
|
|
2418
|
-
};
|
|
2419
|
-
sizes: {
|
|
2420
|
-
large: {
|
|
2421
|
-
h: number;
|
|
2422
|
-
w: number;
|
|
2423
|
-
resize: string;
|
|
2424
|
-
};
|
|
2425
|
-
medium: {
|
|
2426
|
-
h: number;
|
|
2427
|
-
w: number;
|
|
2428
|
-
resize: string;
|
|
2429
|
-
};
|
|
2430
|
-
small: {
|
|
2431
|
-
h: number;
|
|
2432
|
-
w: number;
|
|
2433
|
-
resize: string;
|
|
2434
|
-
};
|
|
2435
|
-
thumb: {
|
|
2436
|
-
h: number;
|
|
2437
|
-
w: number;
|
|
2438
|
-
resize: string;
|
|
2439
|
-
};
|
|
2440
|
-
};
|
|
2441
|
-
original_info: {
|
|
2442
|
-
height: number;
|
|
2443
|
-
width: number;
|
|
2444
|
-
focus_rects?: {
|
|
2445
|
-
x: number;
|
|
2446
|
-
y: number;
|
|
2447
|
-
w: number;
|
|
2448
|
-
h: number;
|
|
2449
|
-
}[];
|
|
2450
|
-
};
|
|
2451
|
-
}[];
|
|
2452
|
-
user_mentions: {
|
|
2453
|
-
id_str: string;
|
|
2454
|
-
name: string;
|
|
2455
|
-
screen_name: string;
|
|
2456
|
-
indices: number[];
|
|
2457
|
-
}[];
|
|
2319
|
+
};
|
|
2320
|
+
name: string;
|
|
2321
|
+
url: string;
|
|
2322
|
+
user_refs_results: unknown[];
|
|
2323
|
+
};
|
|
2324
|
+
};
|
|
2325
|
+
unified_card?: {
|
|
2326
|
+
card_fetch_state: string;
|
|
2327
|
+
};
|
|
2328
|
+
};
|
|
2329
|
+
};
|
|
2330
|
+
tweet?: {
|
|
2331
|
+
rest_id: string;
|
|
2332
|
+
core: {
|
|
2333
|
+
user_results: {
|
|
2334
|
+
result: {
|
|
2335
|
+
__typename: string;
|
|
2336
|
+
id: string;
|
|
2337
|
+
rest_id: string;
|
|
2338
|
+
affiliates_highlighted_label: {};
|
|
2339
|
+
has_graduated_access: boolean;
|
|
2340
|
+
is_blue_verified: boolean;
|
|
2341
|
+
profile_image_shape: string;
|
|
2342
|
+
legacy: {
|
|
2343
|
+
followed_by?: boolean;
|
|
2344
|
+
following?: boolean;
|
|
2345
|
+
can_dm: boolean;
|
|
2346
|
+
can_media_tag: boolean;
|
|
2347
|
+
created_at: string;
|
|
2348
|
+
default_profile: boolean;
|
|
2349
|
+
default_profile_image: boolean;
|
|
2350
|
+
description: string;
|
|
2351
|
+
entities: {
|
|
2352
|
+
description: {
|
|
2458
2353
|
urls: {
|
|
2459
2354
|
display_url: string;
|
|
2460
2355
|
expanded_url: string;
|
|
2461
2356
|
url: string;
|
|
2462
2357
|
indices: number[];
|
|
2463
2358
|
}[];
|
|
2464
|
-
hashtags: {
|
|
2465
|
-
indices: number[];
|
|
2466
|
-
text: string;
|
|
2467
|
-
}[];
|
|
2468
|
-
symbols: unknown[];
|
|
2469
2359
|
};
|
|
2470
|
-
|
|
2471
|
-
|
|
2360
|
+
url?: {
|
|
2361
|
+
urls: {
|
|
2472
2362
|
display_url: string;
|
|
2473
2363
|
expanded_url: string;
|
|
2474
|
-
id_str: string;
|
|
2475
|
-
indices: number[];
|
|
2476
|
-
media_key: string;
|
|
2477
|
-
media_url_https: string;
|
|
2478
|
-
type: string;
|
|
2479
2364
|
url: string;
|
|
2480
|
-
|
|
2481
|
-
status: string;
|
|
2482
|
-
};
|
|
2483
|
-
features: {
|
|
2484
|
-
large?: {
|
|
2485
|
-
faces: {
|
|
2486
|
-
x: number;
|
|
2487
|
-
y: number;
|
|
2488
|
-
h: number;
|
|
2489
|
-
w: number;
|
|
2490
|
-
}[];
|
|
2491
|
-
};
|
|
2492
|
-
medium?: {
|
|
2493
|
-
faces: {
|
|
2494
|
-
x: number;
|
|
2495
|
-
y: number;
|
|
2496
|
-
h: number;
|
|
2497
|
-
w: number;
|
|
2498
|
-
}[];
|
|
2499
|
-
};
|
|
2500
|
-
small?: {
|
|
2501
|
-
faces: {
|
|
2502
|
-
x: number;
|
|
2503
|
-
y: number;
|
|
2504
|
-
h: number;
|
|
2505
|
-
w: number;
|
|
2506
|
-
}[];
|
|
2507
|
-
};
|
|
2508
|
-
orig?: {
|
|
2509
|
-
faces: {
|
|
2510
|
-
x: number;
|
|
2511
|
-
y: number;
|
|
2512
|
-
h: number;
|
|
2513
|
-
w: number;
|
|
2514
|
-
}[];
|
|
2515
|
-
};
|
|
2516
|
-
};
|
|
2517
|
-
sizes: {
|
|
2518
|
-
large: {
|
|
2519
|
-
h: number;
|
|
2520
|
-
w: number;
|
|
2521
|
-
resize: string;
|
|
2522
|
-
};
|
|
2523
|
-
medium: {
|
|
2524
|
-
h: number;
|
|
2525
|
-
w: number;
|
|
2526
|
-
resize: string;
|
|
2527
|
-
};
|
|
2528
|
-
small: {
|
|
2529
|
-
h: number;
|
|
2530
|
-
w: number;
|
|
2531
|
-
resize: string;
|
|
2532
|
-
};
|
|
2533
|
-
thumb: {
|
|
2534
|
-
h: number;
|
|
2535
|
-
w: number;
|
|
2536
|
-
resize: string;
|
|
2537
|
-
};
|
|
2538
|
-
};
|
|
2539
|
-
original_info: {
|
|
2540
|
-
height: number;
|
|
2541
|
-
width: number;
|
|
2542
|
-
focus_rects?: {
|
|
2543
|
-
x: number;
|
|
2544
|
-
y: number;
|
|
2545
|
-
w: number;
|
|
2546
|
-
h: number;
|
|
2547
|
-
}[];
|
|
2548
|
-
};
|
|
2549
|
-
additional_media_info?: {
|
|
2550
|
-
monetizable: boolean;
|
|
2551
|
-
};
|
|
2552
|
-
mediaStats?: {
|
|
2553
|
-
viewCount: number;
|
|
2554
|
-
};
|
|
2555
|
-
video_info?: {
|
|
2556
|
-
aspect_ratio: number[];
|
|
2557
|
-
duration_millis: number;
|
|
2558
|
-
variants: {
|
|
2559
|
-
content_type: string;
|
|
2560
|
-
url: string;
|
|
2561
|
-
bitrate?: number;
|
|
2562
|
-
}[];
|
|
2563
|
-
};
|
|
2564
|
-
}[];
|
|
2565
|
-
};
|
|
2566
|
-
favorite_count: number;
|
|
2567
|
-
favorited: boolean;
|
|
2568
|
-
full_text: string;
|
|
2569
|
-
is_quote_status: boolean;
|
|
2570
|
-
lang: string;
|
|
2571
|
-
limited_actions: string;
|
|
2572
|
-
possibly_sensitive: boolean;
|
|
2573
|
-
possibly_sensitive_editable: boolean;
|
|
2574
|
-
quote_count: number;
|
|
2575
|
-
reply_count: number;
|
|
2576
|
-
retweet_count: number;
|
|
2577
|
-
retweeted: boolean;
|
|
2578
|
-
user_id_str: string;
|
|
2579
|
-
id_str: string;
|
|
2580
|
-
};
|
|
2581
|
-
card?: {
|
|
2582
|
-
rest_id: string;
|
|
2583
|
-
legacy: {
|
|
2584
|
-
binding_values: {
|
|
2585
|
-
key: string;
|
|
2586
|
-
value: {
|
|
2587
|
-
image_value?: {
|
|
2588
|
-
height: number;
|
|
2589
|
-
width: number;
|
|
2590
|
-
url: string;
|
|
2591
|
-
};
|
|
2592
|
-
type: string;
|
|
2593
|
-
image_color_value?: {
|
|
2594
|
-
palette: {
|
|
2595
|
-
rgb: {
|
|
2596
|
-
blue: number;
|
|
2597
|
-
green: number;
|
|
2598
|
-
red: number;
|
|
2599
|
-
};
|
|
2600
|
-
percentage: number;
|
|
2601
|
-
}[];
|
|
2602
|
-
};
|
|
2603
|
-
scribe_key?: string;
|
|
2604
|
-
user_value?: {
|
|
2605
|
-
id_str: string;
|
|
2606
|
-
path: unknown[];
|
|
2607
|
-
};
|
|
2608
|
-
string_value?: string;
|
|
2609
|
-
};
|
|
2610
|
-
}[];
|
|
2611
|
-
card_platform: {
|
|
2612
|
-
platform: {
|
|
2613
|
-
audience: {
|
|
2614
|
-
name: string;
|
|
2615
|
-
};
|
|
2616
|
-
device: {
|
|
2617
|
-
name: string;
|
|
2618
|
-
version: string;
|
|
2619
|
-
};
|
|
2620
|
-
};
|
|
2621
|
-
};
|
|
2622
|
-
name: string;
|
|
2623
|
-
url: string;
|
|
2624
|
-
user_refs_results: {
|
|
2625
|
-
result: {
|
|
2626
|
-
__typename: string;
|
|
2627
|
-
id: string;
|
|
2628
|
-
rest_id: string;
|
|
2629
|
-
affiliates_highlighted_label: {};
|
|
2630
|
-
has_graduated_access: boolean;
|
|
2631
|
-
is_blue_verified: boolean;
|
|
2632
|
-
profile_image_shape: string;
|
|
2633
|
-
legacy: {
|
|
2634
|
-
can_dm: boolean;
|
|
2635
|
-
can_media_tag: boolean;
|
|
2636
|
-
created_at: string;
|
|
2637
|
-
default_profile: boolean;
|
|
2638
|
-
default_profile_image: boolean;
|
|
2639
|
-
description: string;
|
|
2640
|
-
entities: {
|
|
2641
|
-
description: {
|
|
2642
|
-
urls: unknown[];
|
|
2643
|
-
};
|
|
2644
|
-
url: {
|
|
2645
|
-
urls: {
|
|
2646
|
-
display_url: string;
|
|
2647
|
-
expanded_url: string;
|
|
2648
|
-
url: string;
|
|
2649
|
-
indices: number[];
|
|
2650
|
-
}[];
|
|
2651
|
-
};
|
|
2652
|
-
};
|
|
2653
|
-
fast_followers_count: number;
|
|
2654
|
-
favourites_count: number;
|
|
2655
|
-
followers_count: number;
|
|
2656
|
-
friends_count: number;
|
|
2657
|
-
has_custom_timelines: boolean;
|
|
2658
|
-
is_translator: boolean;
|
|
2659
|
-
listed_count: number;
|
|
2660
|
-
location: string;
|
|
2661
|
-
media_count: number;
|
|
2662
|
-
name: string;
|
|
2663
|
-
normal_followers_count: number;
|
|
2664
|
-
pinned_tweet_ids_str: unknown[];
|
|
2665
|
-
possibly_sensitive: boolean;
|
|
2666
|
-
profile_banner_url: string;
|
|
2667
|
-
profile_image_url_https: string;
|
|
2668
|
-
profile_interstitial_type: string;
|
|
2669
|
-
screen_name: string;
|
|
2670
|
-
statuses_count: number;
|
|
2671
|
-
translator_type: string;
|
|
2672
|
-
url: string;
|
|
2673
|
-
verified: boolean;
|
|
2674
|
-
verified_type: string;
|
|
2675
|
-
want_retweets: boolean;
|
|
2676
|
-
withheld_in_countries: unknown[];
|
|
2677
|
-
};
|
|
2678
|
-
};
|
|
2365
|
+
indices: number[];
|
|
2679
2366
|
}[];
|
|
2680
2367
|
};
|
|
2681
2368
|
};
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2369
|
+
fast_followers_count: number;
|
|
2370
|
+
favourites_count: number;
|
|
2371
|
+
followers_count: number;
|
|
2372
|
+
friends_count: number;
|
|
2373
|
+
has_custom_timelines: boolean;
|
|
2374
|
+
is_translator: boolean;
|
|
2375
|
+
listed_count: number;
|
|
2376
|
+
location: string;
|
|
2377
|
+
media_count: number;
|
|
2378
|
+
name: string;
|
|
2379
|
+
normal_followers_count: number;
|
|
2380
|
+
pinned_tweet_ids_str: string[];
|
|
2381
|
+
possibly_sensitive: boolean;
|
|
2382
|
+
profile_banner_url: string;
|
|
2383
|
+
profile_image_url_https: string;
|
|
2384
|
+
profile_interstitial_type: string;
|
|
2385
|
+
screen_name: string;
|
|
2386
|
+
statuses_count: number;
|
|
2387
|
+
translator_type: string;
|
|
2388
|
+
verified: boolean;
|
|
2389
|
+
want_retweets: boolean;
|
|
2390
|
+
withheld_in_countries: unknown[];
|
|
2391
|
+
url?: string;
|
|
2392
|
+
verified_type?: string;
|
|
2685
2393
|
};
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
text: string;
|
|
2694
|
-
entities: unknown[];
|
|
2695
|
-
};
|
|
2696
|
-
subtext: {
|
|
2697
|
-
text: string;
|
|
2698
|
-
entities: unknown[];
|
|
2699
|
-
};
|
|
2700
|
-
};
|
|
2394
|
+
professional?: {
|
|
2395
|
+
rest_id: string;
|
|
2396
|
+
professional_type: string;
|
|
2397
|
+
category: {
|
|
2398
|
+
id: number;
|
|
2399
|
+
name: string;
|
|
2400
|
+
icon_name: string;
|
|
2701
2401
|
}[];
|
|
2702
2402
|
};
|
|
2703
2403
|
};
|
|
2704
2404
|
};
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2405
|
+
};
|
|
2406
|
+
edit_control: {
|
|
2407
|
+
edit_tweet_ids: string[];
|
|
2408
|
+
editable_until_msecs: string;
|
|
2409
|
+
is_edit_eligible: boolean;
|
|
2410
|
+
edits_remaining: string;
|
|
2411
|
+
};
|
|
2412
|
+
edit_perspective?: {
|
|
2413
|
+
favorited: boolean;
|
|
2414
|
+
retweeted: boolean;
|
|
2415
|
+
};
|
|
2416
|
+
is_translatable: boolean;
|
|
2417
|
+
views: {
|
|
2418
|
+
state: string;
|
|
2419
|
+
count?: string;
|
|
2420
|
+
};
|
|
2421
|
+
source: string;
|
|
2422
|
+
legacy: {
|
|
2423
|
+
bookmark_count: number;
|
|
2424
|
+
bookmarked: boolean;
|
|
2425
|
+
created_at: string;
|
|
2426
|
+
conversation_control?: {
|
|
2427
|
+
policy: string;
|
|
2428
|
+
conversation_owner_results: {
|
|
2429
|
+
result: {
|
|
2430
|
+
__typename: string;
|
|
2431
|
+
legacy: {
|
|
2432
|
+
screen_name: string;
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
};
|
|
2709
2436
|
};
|
|
2710
|
-
|
|
2711
|
-
|
|
2437
|
+
conversation_id_str: string;
|
|
2438
|
+
display_text_range: number[];
|
|
2439
|
+
entities: {
|
|
2440
|
+
user_mentions: {
|
|
2441
|
+
id_str: string;
|
|
2442
|
+
name: string;
|
|
2443
|
+
screen_name: string;
|
|
2444
|
+
indices: number[];
|
|
2445
|
+
}[];
|
|
2446
|
+
urls: {
|
|
2447
|
+
display_url: string;
|
|
2448
|
+
expanded_url: string;
|
|
2449
|
+
url: string;
|
|
2450
|
+
indices: number[];
|
|
2451
|
+
}[];
|
|
2452
|
+
hashtags: {
|
|
2453
|
+
indices: number[];
|
|
2454
|
+
text: string;
|
|
2455
|
+
}[];
|
|
2456
|
+
symbols: unknown[];
|
|
2457
|
+
media?: {
|
|
2712
2458
|
display_url: string;
|
|
2713
2459
|
expanded_url: string;
|
|
2714
2460
|
id_str: string;
|
|
2715
2461
|
indices: number[];
|
|
2716
|
-
media_key: string;
|
|
2717
2462
|
media_url_https: string;
|
|
2718
2463
|
type: string;
|
|
2719
2464
|
url: string;
|
|
2720
|
-
ext_media_availability: {
|
|
2721
|
-
status: string;
|
|
2722
|
-
};
|
|
2723
2465
|
features: {
|
|
2724
2466
|
large: {
|
|
2725
2467
|
faces: {
|
|
@@ -2788,482 +2530,482 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2788
2530
|
};
|
|
2789
2531
|
}[];
|
|
2790
2532
|
};
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
blue: number;
|
|
2810
|
-
green: number;
|
|
2811
|
-
red: number;
|
|
2812
|
-
};
|
|
2813
|
-
percentage: number;
|
|
2814
|
-
}[];
|
|
2815
|
-
};
|
|
2816
|
-
user_value?: {
|
|
2817
|
-
id_str: string;
|
|
2818
|
-
path: unknown[];
|
|
2819
|
-
};
|
|
2820
|
-
};
|
|
2821
|
-
}[];
|
|
2822
|
-
card_platform: {
|
|
2823
|
-
platform: {
|
|
2824
|
-
audience: {
|
|
2825
|
-
name: string;
|
|
2826
|
-
};
|
|
2827
|
-
device: {
|
|
2828
|
-
name: string;
|
|
2829
|
-
version: string;
|
|
2830
|
-
};
|
|
2831
|
-
};
|
|
2832
|
-
};
|
|
2833
|
-
name: string;
|
|
2834
|
-
url: string;
|
|
2835
|
-
user_refs_results: {
|
|
2836
|
-
result: {
|
|
2837
|
-
__typename: string;
|
|
2838
|
-
id: string;
|
|
2533
|
+
favorite_count: number;
|
|
2534
|
+
favorited: boolean;
|
|
2535
|
+
full_text: string;
|
|
2536
|
+
is_quote_status: boolean;
|
|
2537
|
+
lang: string;
|
|
2538
|
+
limited_actions: string;
|
|
2539
|
+
possibly_sensitive?: boolean;
|
|
2540
|
+
possibly_sensitive_editable?: boolean;
|
|
2541
|
+
quote_count: number;
|
|
2542
|
+
reply_count: number;
|
|
2543
|
+
retweet_count: number;
|
|
2544
|
+
retweeted: boolean;
|
|
2545
|
+
user_id_str: string;
|
|
2546
|
+
id_str: string;
|
|
2547
|
+
retweeted_status_result?: {
|
|
2548
|
+
result: {
|
|
2549
|
+
__typename: string;
|
|
2550
|
+
tweet: {
|
|
2839
2551
|
rest_id: string;
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2552
|
+
core: {
|
|
2553
|
+
user_results: {
|
|
2554
|
+
result: {
|
|
2555
|
+
__typename: string;
|
|
2556
|
+
id: string;
|
|
2557
|
+
rest_id: string;
|
|
2558
|
+
affiliates_highlighted_label: {};
|
|
2559
|
+
has_graduated_access: boolean;
|
|
2560
|
+
is_blue_verified: boolean;
|
|
2561
|
+
profile_image_shape: string;
|
|
2562
|
+
legacy: {
|
|
2563
|
+
can_dm: boolean;
|
|
2564
|
+
can_media_tag: boolean;
|
|
2565
|
+
created_at: string;
|
|
2566
|
+
default_profile: boolean;
|
|
2567
|
+
default_profile_image: boolean;
|
|
2568
|
+
description: string;
|
|
2569
|
+
entities: {
|
|
2570
|
+
description: {
|
|
2571
|
+
urls: {
|
|
2572
|
+
display_url: string;
|
|
2573
|
+
expanded_url: string;
|
|
2574
|
+
url: string;
|
|
2575
|
+
indices: number[];
|
|
2576
|
+
}[];
|
|
2577
|
+
};
|
|
2578
|
+
url: {
|
|
2579
|
+
urls: {
|
|
2580
|
+
display_url: string;
|
|
2581
|
+
expanded_url: string;
|
|
2582
|
+
url: string;
|
|
2583
|
+
indices: number[];
|
|
2584
|
+
}[];
|
|
2585
|
+
};
|
|
2586
|
+
};
|
|
2587
|
+
fast_followers_count: number;
|
|
2588
|
+
favourites_count: number;
|
|
2589
|
+
followers_count: number;
|
|
2590
|
+
friends_count: number;
|
|
2591
|
+
has_custom_timelines: boolean;
|
|
2592
|
+
is_translator: boolean;
|
|
2593
|
+
listed_count: number;
|
|
2594
|
+
location: string;
|
|
2595
|
+
media_count: number;
|
|
2596
|
+
name: string;
|
|
2597
|
+
normal_followers_count: number;
|
|
2598
|
+
pinned_tweet_ids_str: string[];
|
|
2599
|
+
possibly_sensitive: boolean;
|
|
2600
|
+
profile_banner_url: string;
|
|
2601
|
+
profile_image_url_https: string;
|
|
2602
|
+
profile_interstitial_type: string;
|
|
2603
|
+
screen_name: string;
|
|
2604
|
+
statuses_count: number;
|
|
2605
|
+
translator_type: string;
|
|
2859
2606
|
url: string;
|
|
2860
|
-
|
|
2861
|
-
|
|
2607
|
+
verified: boolean;
|
|
2608
|
+
want_retweets: boolean;
|
|
2609
|
+
withheld_in_countries: unknown[];
|
|
2610
|
+
};
|
|
2611
|
+
professional?: {
|
|
2612
|
+
rest_id: string;
|
|
2613
|
+
professional_type: string;
|
|
2614
|
+
category: unknown[];
|
|
2615
|
+
};
|
|
2862
2616
|
};
|
|
2863
2617
|
};
|
|
2864
|
-
fast_followers_count: number;
|
|
2865
|
-
favourites_count: number;
|
|
2866
|
-
followers_count: number;
|
|
2867
|
-
friends_count: number;
|
|
2868
|
-
has_custom_timelines: boolean;
|
|
2869
|
-
is_translator: boolean;
|
|
2870
|
-
listed_count: number;
|
|
2871
|
-
location: string;
|
|
2872
|
-
media_count: number;
|
|
2873
|
-
name: string;
|
|
2874
|
-
normal_followers_count: number;
|
|
2875
|
-
pinned_tweet_ids_str: unknown[];
|
|
2876
|
-
possibly_sensitive: boolean;
|
|
2877
|
-
profile_banner_url: string;
|
|
2878
|
-
profile_image_url_https: string;
|
|
2879
|
-
profile_interstitial_type: string;
|
|
2880
|
-
screen_name: string;
|
|
2881
|
-
statuses_count: number;
|
|
2882
|
-
translator_type: string;
|
|
2883
|
-
url: string;
|
|
2884
|
-
verified: boolean;
|
|
2885
|
-
verified_type: string;
|
|
2886
|
-
want_retweets: boolean;
|
|
2887
|
-
withheld_in_countries: unknown[];
|
|
2888
2618
|
};
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
entities: unknown[];
|
|
2906
|
-
};
|
|
2907
|
-
subtext: {
|
|
2908
|
-
text: string;
|
|
2909
|
-
entities: unknown[];
|
|
2910
|
-
};
|
|
2911
|
-
};
|
|
2912
|
-
}[];
|
|
2913
|
-
};
|
|
2914
|
-
previous_counts?: {
|
|
2915
|
-
bookmark_count: number;
|
|
2916
|
-
favorite_count: number;
|
|
2917
|
-
quote_count: number;
|
|
2918
|
-
reply_count: number;
|
|
2919
|
-
retweet_count: number;
|
|
2920
|
-
};
|
|
2921
|
-
note_tweet?: {
|
|
2922
|
-
is_expandable: boolean;
|
|
2923
|
-
note_tweet_results: {
|
|
2924
|
-
result: {
|
|
2925
|
-
id: string;
|
|
2926
|
-
text: string;
|
|
2927
|
-
entity_set: {
|
|
2928
|
-
user_mentions: unknown[];
|
|
2929
|
-
urls: {
|
|
2930
|
-
display_url: string;
|
|
2931
|
-
expanded_url: string;
|
|
2932
|
-
url: string;
|
|
2933
|
-
indices: number[];
|
|
2934
|
-
}[];
|
|
2935
|
-
hashtags: unknown[];
|
|
2936
|
-
symbols: unknown[];
|
|
2937
|
-
};
|
|
2938
|
-
richtext: {
|
|
2939
|
-
richtext_tags: {
|
|
2940
|
-
from_index: number;
|
|
2941
|
-
to_index: number;
|
|
2942
|
-
richtext_types: string[];
|
|
2943
|
-
}[];
|
|
2944
|
-
};
|
|
2945
|
-
media: {
|
|
2946
|
-
inline_media: unknown[];
|
|
2947
|
-
};
|
|
2948
|
-
};
|
|
2949
|
-
};
|
|
2950
|
-
};
|
|
2951
|
-
quoted_status_result?: {
|
|
2952
|
-
result: {
|
|
2953
|
-
__typename: string;
|
|
2954
|
-
rest_id: string;
|
|
2955
|
-
core: {
|
|
2956
|
-
user_results: {
|
|
2957
|
-
result: {
|
|
2958
|
-
__typename: string;
|
|
2959
|
-
id: string;
|
|
2960
|
-
rest_id: string;
|
|
2961
|
-
affiliates_highlighted_label: {};
|
|
2962
|
-
has_graduated_access: boolean;
|
|
2963
|
-
is_blue_verified: boolean;
|
|
2964
|
-
profile_image_shape: string;
|
|
2619
|
+
edit_control: {
|
|
2620
|
+
edit_tweet_ids: string[];
|
|
2621
|
+
editable_until_msecs: string;
|
|
2622
|
+
is_edit_eligible: boolean;
|
|
2623
|
+
edits_remaining: string;
|
|
2624
|
+
};
|
|
2625
|
+
edit_perspective: {
|
|
2626
|
+
favorited: boolean;
|
|
2627
|
+
retweeted: boolean;
|
|
2628
|
+
};
|
|
2629
|
+
is_translatable: boolean;
|
|
2630
|
+
views: {
|
|
2631
|
+
count: string;
|
|
2632
|
+
state: string;
|
|
2633
|
+
};
|
|
2634
|
+
source: string;
|
|
2965
2635
|
legacy: {
|
|
2966
|
-
|
|
2967
|
-
|
|
2636
|
+
bookmark_count: number;
|
|
2637
|
+
bookmarked: boolean;
|
|
2968
2638
|
created_at: string;
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
indices: number[];
|
|
2979
|
-
}[];
|
|
2980
|
-
};
|
|
2981
|
-
url?: {
|
|
2982
|
-
urls: {
|
|
2983
|
-
display_url: string;
|
|
2984
|
-
expanded_url: string;
|
|
2985
|
-
url: string;
|
|
2986
|
-
indices: number[];
|
|
2987
|
-
}[];
|
|
2639
|
+
conversation_control: {
|
|
2640
|
+
policy: string;
|
|
2641
|
+
conversation_owner_results: {
|
|
2642
|
+
result: {
|
|
2643
|
+
__typename: string;
|
|
2644
|
+
legacy: {
|
|
2645
|
+
screen_name: string;
|
|
2646
|
+
};
|
|
2647
|
+
};
|
|
2988
2648
|
};
|
|
2989
2649
|
};
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
2650
|
+
conversation_id_str: string;
|
|
2651
|
+
display_text_range: number[];
|
|
2652
|
+
entities: {
|
|
2653
|
+
media: {
|
|
2654
|
+
display_url: string;
|
|
2655
|
+
expanded_url: string;
|
|
2656
|
+
id_str: string;
|
|
2657
|
+
indices: number[];
|
|
2658
|
+
media_url_https: string;
|
|
2659
|
+
type: string;
|
|
2660
|
+
url: string;
|
|
2661
|
+
features: {
|
|
2662
|
+
large?: {
|
|
2663
|
+
faces: {
|
|
2664
|
+
x: number;
|
|
2665
|
+
y: number;
|
|
2666
|
+
h: number;
|
|
2667
|
+
w: number;
|
|
2668
|
+
}[];
|
|
2669
|
+
};
|
|
2670
|
+
medium?: {
|
|
2671
|
+
faces: {
|
|
2672
|
+
x: number;
|
|
2673
|
+
y: number;
|
|
2674
|
+
h: number;
|
|
2675
|
+
w: number;
|
|
2676
|
+
}[];
|
|
2677
|
+
};
|
|
2678
|
+
small?: {
|
|
2679
|
+
faces: {
|
|
2680
|
+
x: number;
|
|
2681
|
+
y: number;
|
|
2682
|
+
h: number;
|
|
2683
|
+
w: number;
|
|
2684
|
+
}[];
|
|
2685
|
+
};
|
|
2686
|
+
orig?: {
|
|
2687
|
+
faces: {
|
|
2688
|
+
x: number;
|
|
2689
|
+
y: number;
|
|
2690
|
+
h: number;
|
|
2691
|
+
w: number;
|
|
2692
|
+
}[];
|
|
2693
|
+
};
|
|
2694
|
+
};
|
|
2695
|
+
sizes: {
|
|
2696
|
+
large: {
|
|
2697
|
+
h: number;
|
|
2698
|
+
w: number;
|
|
2699
|
+
resize: string;
|
|
2700
|
+
};
|
|
2701
|
+
medium: {
|
|
2702
|
+
h: number;
|
|
2703
|
+
w: number;
|
|
2704
|
+
resize: string;
|
|
2705
|
+
};
|
|
2706
|
+
small: {
|
|
2707
|
+
h: number;
|
|
2708
|
+
w: number;
|
|
2709
|
+
resize: string;
|
|
2710
|
+
};
|
|
2711
|
+
thumb: {
|
|
2712
|
+
h: number;
|
|
2713
|
+
w: number;
|
|
2714
|
+
resize: string;
|
|
2715
|
+
};
|
|
2716
|
+
};
|
|
2717
|
+
original_info: {
|
|
2718
|
+
height: number;
|
|
2719
|
+
width: number;
|
|
2720
|
+
focus_rects?: {
|
|
2721
|
+
x: number;
|
|
2722
|
+
y: number;
|
|
2723
|
+
w: number;
|
|
2724
|
+
h: number;
|
|
2725
|
+
}[];
|
|
2726
|
+
};
|
|
3065
2727
|
}[];
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
h: number;
|
|
3072
|
-
w: number;
|
|
2728
|
+
user_mentions: {
|
|
2729
|
+
id_str: string;
|
|
2730
|
+
name: string;
|
|
2731
|
+
screen_name: string;
|
|
2732
|
+
indices: number[];
|
|
3073
2733
|
}[];
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
h: number;
|
|
3080
|
-
w: number;
|
|
2734
|
+
urls: {
|
|
2735
|
+
display_url: string;
|
|
2736
|
+
expanded_url: string;
|
|
2737
|
+
url: string;
|
|
2738
|
+
indices: number[];
|
|
3081
2739
|
}[];
|
|
2740
|
+
hashtags: {
|
|
2741
|
+
indices: number[];
|
|
2742
|
+
text: string;
|
|
2743
|
+
}[];
|
|
2744
|
+
symbols: unknown[];
|
|
3082
2745
|
};
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
2746
|
+
extended_entities: {
|
|
2747
|
+
media: {
|
|
2748
|
+
display_url: string;
|
|
2749
|
+
expanded_url: string;
|
|
2750
|
+
id_str: string;
|
|
2751
|
+
indices: number[];
|
|
2752
|
+
media_key: string;
|
|
2753
|
+
media_url_https: string;
|
|
2754
|
+
type: string;
|
|
2755
|
+
url: string;
|
|
2756
|
+
ext_media_availability: {
|
|
2757
|
+
status: string;
|
|
2758
|
+
};
|
|
2759
|
+
features: {
|
|
2760
|
+
large?: {
|
|
2761
|
+
faces: {
|
|
2762
|
+
x: number;
|
|
2763
|
+
y: number;
|
|
2764
|
+
h: number;
|
|
2765
|
+
w: number;
|
|
2766
|
+
}[];
|
|
2767
|
+
};
|
|
2768
|
+
medium?: {
|
|
2769
|
+
faces: {
|
|
2770
|
+
x: number;
|
|
2771
|
+
y: number;
|
|
2772
|
+
h: number;
|
|
2773
|
+
w: number;
|
|
2774
|
+
}[];
|
|
2775
|
+
};
|
|
2776
|
+
small?: {
|
|
2777
|
+
faces: {
|
|
2778
|
+
x: number;
|
|
2779
|
+
y: number;
|
|
2780
|
+
h: number;
|
|
2781
|
+
w: number;
|
|
2782
|
+
}[];
|
|
2783
|
+
};
|
|
2784
|
+
orig?: {
|
|
2785
|
+
faces: {
|
|
2786
|
+
x: number;
|
|
2787
|
+
y: number;
|
|
2788
|
+
h: number;
|
|
2789
|
+
w: number;
|
|
2790
|
+
}[];
|
|
2791
|
+
};
|
|
2792
|
+
};
|
|
2793
|
+
sizes: {
|
|
2794
|
+
large: {
|
|
2795
|
+
h: number;
|
|
2796
|
+
w: number;
|
|
2797
|
+
resize: string;
|
|
2798
|
+
};
|
|
2799
|
+
medium: {
|
|
2800
|
+
h: number;
|
|
2801
|
+
w: number;
|
|
2802
|
+
resize: string;
|
|
2803
|
+
};
|
|
2804
|
+
small: {
|
|
2805
|
+
h: number;
|
|
2806
|
+
w: number;
|
|
2807
|
+
resize: string;
|
|
2808
|
+
};
|
|
2809
|
+
thumb: {
|
|
2810
|
+
h: number;
|
|
2811
|
+
w: number;
|
|
2812
|
+
resize: string;
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2815
|
+
original_info: {
|
|
2816
|
+
height: number;
|
|
2817
|
+
width: number;
|
|
2818
|
+
focus_rects?: {
|
|
2819
|
+
x: number;
|
|
2820
|
+
y: number;
|
|
2821
|
+
w: number;
|
|
2822
|
+
h: number;
|
|
2823
|
+
}[];
|
|
2824
|
+
};
|
|
2825
|
+
additional_media_info?: {
|
|
2826
|
+
monetizable: boolean;
|
|
2827
|
+
};
|
|
2828
|
+
mediaStats?: {
|
|
2829
|
+
viewCount: number;
|
|
2830
|
+
};
|
|
2831
|
+
video_info?: {
|
|
2832
|
+
aspect_ratio: number[];
|
|
2833
|
+
duration_millis: number;
|
|
2834
|
+
variants: {
|
|
2835
|
+
bitrate?: number;
|
|
2836
|
+
content_type: string;
|
|
2837
|
+
url: string;
|
|
2838
|
+
}[];
|
|
2839
|
+
};
|
|
3089
2840
|
}[];
|
|
3090
2841
|
};
|
|
2842
|
+
favorite_count: number;
|
|
2843
|
+
favorited: boolean;
|
|
2844
|
+
full_text: string;
|
|
2845
|
+
is_quote_status: boolean;
|
|
2846
|
+
lang: string;
|
|
2847
|
+
limited_actions: string;
|
|
2848
|
+
possibly_sensitive: boolean;
|
|
2849
|
+
possibly_sensitive_editable: boolean;
|
|
2850
|
+
quote_count: number;
|
|
2851
|
+
reply_count: number;
|
|
2852
|
+
retweet_count: number;
|
|
2853
|
+
retweeted: boolean;
|
|
2854
|
+
user_id_str: string;
|
|
2855
|
+
id_str: string;
|
|
3091
2856
|
};
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
2857
|
+
};
|
|
2858
|
+
limitedActionResults: {
|
|
2859
|
+
limited_actions: {
|
|
2860
|
+
action: string;
|
|
2861
|
+
prompt: {
|
|
2862
|
+
__typename: string;
|
|
2863
|
+
cta_type: string;
|
|
2864
|
+
headline: {
|
|
2865
|
+
text: string;
|
|
2866
|
+
entities: unknown[];
|
|
2867
|
+
};
|
|
2868
|
+
subtext: {
|
|
2869
|
+
text: string;
|
|
2870
|
+
entities: unknown[];
|
|
2871
|
+
};
|
|
3107
2872
|
};
|
|
3108
|
-
|
|
2873
|
+
}[];
|
|
2874
|
+
};
|
|
2875
|
+
};
|
|
2876
|
+
};
|
|
2877
|
+
scopes?: {
|
|
2878
|
+
followers: boolean;
|
|
2879
|
+
};
|
|
2880
|
+
extended_entities?: {
|
|
2881
|
+
media: {
|
|
2882
|
+
display_url: string;
|
|
2883
|
+
expanded_url: string;
|
|
2884
|
+
id_str: string;
|
|
2885
|
+
indices: number[];
|
|
2886
|
+
media_key: string;
|
|
2887
|
+
media_url_https: string;
|
|
2888
|
+
type: string;
|
|
2889
|
+
url: string;
|
|
2890
|
+
ext_media_availability: {
|
|
2891
|
+
status: string;
|
|
2892
|
+
};
|
|
2893
|
+
features: {
|
|
2894
|
+
large: {
|
|
2895
|
+
faces: {
|
|
2896
|
+
x: number;
|
|
2897
|
+
y: number;
|
|
3109
2898
|
h: number;
|
|
3110
2899
|
w: number;
|
|
3111
|
-
|
|
3112
|
-
};
|
|
2900
|
+
}[];
|
|
3113
2901
|
};
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
width: number;
|
|
3117
|
-
focus_rects?: {
|
|
2902
|
+
medium: {
|
|
2903
|
+
faces: {
|
|
3118
2904
|
x: number;
|
|
3119
2905
|
y: number;
|
|
3120
|
-
w: number;
|
|
3121
2906
|
h: number;
|
|
2907
|
+
w: number;
|
|
3122
2908
|
}[];
|
|
3123
2909
|
};
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
screen_name: string;
|
|
3129
|
-
indices: number[];
|
|
3130
|
-
}[];
|
|
3131
|
-
urls: {
|
|
3132
|
-
display_url: string;
|
|
3133
|
-
expanded_url: string;
|
|
3134
|
-
url: string;
|
|
3135
|
-
indices: number[];
|
|
3136
|
-
}[];
|
|
3137
|
-
hashtags: {
|
|
3138
|
-
indices: number[];
|
|
3139
|
-
text: string;
|
|
3140
|
-
}[];
|
|
3141
|
-
symbols: unknown[];
|
|
3142
|
-
};
|
|
3143
|
-
extended_entities?: {
|
|
3144
|
-
media: {
|
|
3145
|
-
display_url: string;
|
|
3146
|
-
expanded_url: string;
|
|
3147
|
-
id_str: string;
|
|
3148
|
-
indices: number[];
|
|
3149
|
-
media_key: string;
|
|
3150
|
-
media_url_https: string;
|
|
3151
|
-
type: string;
|
|
3152
|
-
url: string;
|
|
3153
|
-
ext_media_availability: {
|
|
3154
|
-
status: string;
|
|
3155
|
-
};
|
|
3156
|
-
features: {
|
|
3157
|
-
large?: {
|
|
3158
|
-
faces: {
|
|
3159
|
-
x: number;
|
|
3160
|
-
y: number;
|
|
3161
|
-
h: number;
|
|
3162
|
-
w: number;
|
|
3163
|
-
}[];
|
|
3164
|
-
};
|
|
3165
|
-
medium?: {
|
|
3166
|
-
faces: {
|
|
3167
|
-
x: number;
|
|
3168
|
-
y: number;
|
|
3169
|
-
h: number;
|
|
3170
|
-
w: number;
|
|
3171
|
-
}[];
|
|
3172
|
-
};
|
|
3173
|
-
small?: {
|
|
3174
|
-
faces: {
|
|
3175
|
-
x: number;
|
|
3176
|
-
y: number;
|
|
3177
|
-
h: number;
|
|
3178
|
-
w: number;
|
|
3179
|
-
}[];
|
|
3180
|
-
};
|
|
3181
|
-
orig?: {
|
|
3182
|
-
faces: {
|
|
3183
|
-
x: number;
|
|
3184
|
-
y: number;
|
|
3185
|
-
h: number;
|
|
3186
|
-
w: number;
|
|
3187
|
-
}[];
|
|
3188
|
-
};
|
|
3189
|
-
};
|
|
3190
|
-
sizes: {
|
|
3191
|
-
large: {
|
|
3192
|
-
h: number;
|
|
3193
|
-
w: number;
|
|
3194
|
-
resize: string;
|
|
3195
|
-
};
|
|
3196
|
-
medium: {
|
|
3197
|
-
h: number;
|
|
3198
|
-
w: number;
|
|
3199
|
-
resize: string;
|
|
3200
|
-
};
|
|
3201
|
-
small: {
|
|
3202
|
-
h: number;
|
|
3203
|
-
w: number;
|
|
3204
|
-
resize: string;
|
|
3205
|
-
};
|
|
3206
|
-
thumb: {
|
|
2910
|
+
small: {
|
|
2911
|
+
faces: {
|
|
2912
|
+
x: number;
|
|
2913
|
+
y: number;
|
|
3207
2914
|
h: number;
|
|
3208
2915
|
w: number;
|
|
3209
|
-
|
|
3210
|
-
};
|
|
2916
|
+
}[];
|
|
3211
2917
|
};
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
width: number;
|
|
3215
|
-
focus_rects?: {
|
|
2918
|
+
orig: {
|
|
2919
|
+
faces: {
|
|
3216
2920
|
x: number;
|
|
3217
2921
|
y: number;
|
|
3218
|
-
w: number;
|
|
3219
2922
|
h: number;
|
|
2923
|
+
w: number;
|
|
3220
2924
|
}[];
|
|
3221
2925
|
};
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
}[];
|
|
3229
|
-
duration_millis?: number;
|
|
2926
|
+
};
|
|
2927
|
+
sizes: {
|
|
2928
|
+
large: {
|
|
2929
|
+
h: number;
|
|
2930
|
+
w: number;
|
|
2931
|
+
resize: string;
|
|
3230
2932
|
};
|
|
3231
|
-
|
|
3232
|
-
|
|
2933
|
+
medium: {
|
|
2934
|
+
h: number;
|
|
2935
|
+
w: number;
|
|
2936
|
+
resize: string;
|
|
2937
|
+
};
|
|
2938
|
+
small: {
|
|
2939
|
+
h: number;
|
|
2940
|
+
w: number;
|
|
2941
|
+
resize: string;
|
|
2942
|
+
};
|
|
2943
|
+
thumb: {
|
|
2944
|
+
h: number;
|
|
2945
|
+
w: number;
|
|
2946
|
+
resize: string;
|
|
2947
|
+
};
|
|
2948
|
+
};
|
|
2949
|
+
original_info: {
|
|
2950
|
+
height: number;
|
|
2951
|
+
width: number;
|
|
2952
|
+
focus_rects: {
|
|
2953
|
+
x: number;
|
|
2954
|
+
y: number;
|
|
2955
|
+
w: number;
|
|
2956
|
+
h: number;
|
|
2957
|
+
}[];
|
|
2958
|
+
};
|
|
2959
|
+
}[];
|
|
2960
|
+
};
|
|
2961
|
+
};
|
|
2962
|
+
card?: {
|
|
2963
|
+
rest_id: string;
|
|
2964
|
+
legacy: {
|
|
2965
|
+
binding_values: {
|
|
2966
|
+
key: string;
|
|
2967
|
+
value: {
|
|
2968
|
+
string_value: string;
|
|
2969
|
+
type: string;
|
|
2970
|
+
scribe_key?: string;
|
|
2971
|
+
};
|
|
2972
|
+
}[];
|
|
2973
|
+
card_platform: {
|
|
2974
|
+
platform: {
|
|
2975
|
+
audience: {
|
|
2976
|
+
name: string;
|
|
3233
2977
|
};
|
|
3234
|
-
|
|
3235
|
-
|
|
2978
|
+
device: {
|
|
2979
|
+
name: string;
|
|
2980
|
+
version: string;
|
|
3236
2981
|
};
|
|
3237
|
-
|
|
3238
|
-
}[];
|
|
3239
|
-
};
|
|
3240
|
-
favorite_count: number;
|
|
3241
|
-
favorited: boolean;
|
|
3242
|
-
full_text: string;
|
|
3243
|
-
is_quote_status: boolean;
|
|
3244
|
-
lang: string;
|
|
3245
|
-
possibly_sensitive?: boolean;
|
|
3246
|
-
possibly_sensitive_editable?: boolean;
|
|
3247
|
-
quote_count: number;
|
|
3248
|
-
reply_count: number;
|
|
3249
|
-
retweet_count: number;
|
|
3250
|
-
retweeted: boolean;
|
|
3251
|
-
user_id_str: string;
|
|
3252
|
-
id_str: string;
|
|
3253
|
-
quoted_status_id_str?: string;
|
|
3254
|
-
quoted_status_permalink?: {
|
|
3255
|
-
url: string;
|
|
3256
|
-
expanded: string;
|
|
3257
|
-
display: string;
|
|
2982
|
+
};
|
|
3258
2983
|
};
|
|
2984
|
+
name: string;
|
|
2985
|
+
url: string;
|
|
2986
|
+
user_refs_results: unknown[];
|
|
3259
2987
|
};
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
2988
|
+
};
|
|
2989
|
+
unified_card?: {
|
|
2990
|
+
card_fetch_state: string;
|
|
2991
|
+
};
|
|
2992
|
+
};
|
|
2993
|
+
limitedActionResults?: {
|
|
2994
|
+
limited_actions: {
|
|
2995
|
+
action: string;
|
|
2996
|
+
prompt?: {
|
|
2997
|
+
__typename: string;
|
|
2998
|
+
cta_type: string;
|
|
2999
|
+
headline: {
|
|
3000
|
+
text: string;
|
|
3001
|
+
entities: unknown[];
|
|
3002
|
+
};
|
|
3003
|
+
subtext: {
|
|
3004
|
+
text: string;
|
|
3005
|
+
entities: unknown[];
|
|
3264
3006
|
};
|
|
3265
3007
|
};
|
|
3266
|
-
};
|
|
3008
|
+
}[];
|
|
3267
3009
|
};
|
|
3268
3010
|
birdwatch_pivot?: {
|
|
3269
3011
|
callToAction: {
|
|
@@ -3303,6 +3045,51 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3303
3045
|
shorttitle: string;
|
|
3304
3046
|
iconType: string;
|
|
3305
3047
|
};
|
|
3048
|
+
previous_counts?: {
|
|
3049
|
+
bookmark_count: number;
|
|
3050
|
+
favorite_count: number;
|
|
3051
|
+
quote_count: number;
|
|
3052
|
+
reply_count: number;
|
|
3053
|
+
retweet_count: number;
|
|
3054
|
+
};
|
|
3055
|
+
note_tweet?: {
|
|
3056
|
+
is_expandable: boolean;
|
|
3057
|
+
note_tweet_results: {
|
|
3058
|
+
result: {
|
|
3059
|
+
id: string;
|
|
3060
|
+
text: string;
|
|
3061
|
+
entity_set: {
|
|
3062
|
+
user_mentions: {
|
|
3063
|
+
id_str: string;
|
|
3064
|
+
name: string;
|
|
3065
|
+
screen_name: string;
|
|
3066
|
+
indices: number[];
|
|
3067
|
+
}[];
|
|
3068
|
+
urls: {
|
|
3069
|
+
display_url: string;
|
|
3070
|
+
expanded_url: string;
|
|
3071
|
+
url: string;
|
|
3072
|
+
indices: number[];
|
|
3073
|
+
}[];
|
|
3074
|
+
hashtags: {
|
|
3075
|
+
indices: number[];
|
|
3076
|
+
text: string;
|
|
3077
|
+
}[];
|
|
3078
|
+
symbols: unknown[];
|
|
3079
|
+
};
|
|
3080
|
+
richtext?: {
|
|
3081
|
+
richtext_tags: {
|
|
3082
|
+
from_index: number;
|
|
3083
|
+
to_index: number;
|
|
3084
|
+
richtext_types: string[];
|
|
3085
|
+
}[];
|
|
3086
|
+
};
|
|
3087
|
+
media?: {
|
|
3088
|
+
inline_media: unknown[];
|
|
3089
|
+
};
|
|
3090
|
+
};
|
|
3091
|
+
};
|
|
3092
|
+
};
|
|
3306
3093
|
};
|
|
3307
3094
|
};
|
|
3308
3095
|
tweetDisplayType: string;
|
|
@@ -3347,8 +3134,8 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3347
3134
|
};
|
|
3348
3135
|
url?: {
|
|
3349
3136
|
urls: {
|
|
3350
|
-
display_url
|
|
3351
|
-
expanded_url
|
|
3137
|
+
display_url?: string;
|
|
3138
|
+
expanded_url?: string;
|
|
3352
3139
|
url: string;
|
|
3353
3140
|
indices: number[];
|
|
3354
3141
|
}[];
|
|
@@ -3405,8 +3192,12 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3405
3192
|
urlOverride?: string;
|
|
3406
3193
|
urlOverrideType?: string;
|
|
3407
3194
|
};
|
|
3195
|
+
promotedTrendName?: string;
|
|
3196
|
+
promotedTrendQueryTerm?: string;
|
|
3197
|
+
promotedTrend?: {
|
|
3198
|
+
rest_id: string;
|
|
3199
|
+
};
|
|
3408
3200
|
adMetadataContainer?: {
|
|
3409
|
-
remove_promoted_attribution_for_preroll?: boolean;
|
|
3410
3201
|
unifiedCardOverride?: string;
|
|
3411
3202
|
dynamicCardContent?: {
|
|
3412
3203
|
card_type: string;
|
|
@@ -3447,11 +3238,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3447
3238
|
display_options: {};
|
|
3448
3239
|
card_fetch_state: string;
|
|
3449
3240
|
};
|
|
3450
|
-
|
|
3451
|
-
promotedTrendName?: string;
|
|
3452
|
-
promotedTrendQueryTerm?: string;
|
|
3453
|
-
promotedTrend?: {
|
|
3454
|
-
rest_id: string;
|
|
3241
|
+
remove_promoted_attribution_for_preroll?: boolean;
|
|
3455
3242
|
};
|
|
3456
3243
|
};
|
|
3457
3244
|
prerollMetadata?: {
|
|
@@ -3523,7 +3310,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3523
3310
|
media_count: number;
|
|
3524
3311
|
name: string;
|
|
3525
3312
|
normal_followers_count: number;
|
|
3526
|
-
pinned_tweet_ids_str:
|
|
3313
|
+
pinned_tweet_ids_str: unknown[];
|
|
3527
3314
|
possibly_sensitive: boolean;
|
|
3528
3315
|
profile_banner_url: string;
|
|
3529
3316
|
profile_image_url_https: string;
|
|
@@ -3551,9 +3338,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3551
3338
|
renderAdByAdvertiserName: boolean;
|
|
3552
3339
|
uuid: string;
|
|
3553
3340
|
videoVariants: {
|
|
3341
|
+
bitrate?: number;
|
|
3554
3342
|
contentType: string;
|
|
3555
3343
|
url: string;
|
|
3556
|
-
bitrate?: number;
|
|
3557
3344
|
}[];
|
|
3558
3345
|
};
|
|
3559
3346
|
prerollId: string;
|
|
@@ -3582,11 +3369,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3582
3369
|
__typename: string;
|
|
3583
3370
|
id: string;
|
|
3584
3371
|
rest_id: string;
|
|
3585
|
-
affiliates_highlighted_label: {
|
|
3372
|
+
affiliates_highlighted_label: {
|
|
3373
|
+
label?: {
|
|
3374
|
+
url: {
|
|
3375
|
+
url: string;
|
|
3376
|
+
urlType: string;
|
|
3377
|
+
};
|
|
3378
|
+
badge: {
|
|
3379
|
+
url: string;
|
|
3380
|
+
};
|
|
3381
|
+
description: string;
|
|
3382
|
+
userLabelType: string;
|
|
3383
|
+
userLabelDisplayType: string;
|
|
3384
|
+
};
|
|
3385
|
+
};
|
|
3586
3386
|
has_graduated_access: boolean;
|
|
3587
3387
|
is_blue_verified: boolean;
|
|
3588
3388
|
profile_image_shape: string;
|
|
3589
3389
|
legacy: {
|
|
3390
|
+
followed_by?: boolean;
|
|
3590
3391
|
can_dm: boolean;
|
|
3591
3392
|
can_media_tag: boolean;
|
|
3592
3393
|
created_at: string;
|
|
@@ -3604,8 +3405,8 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3604
3405
|
};
|
|
3605
3406
|
url?: {
|
|
3606
3407
|
urls: {
|
|
3607
|
-
display_url
|
|
3608
|
-
expanded_url
|
|
3408
|
+
display_url?: string;
|
|
3409
|
+
expanded_url?: string;
|
|
3609
3410
|
url: string;
|
|
3610
3411
|
indices: number[];
|
|
3611
3412
|
}[];
|
|
@@ -3630,12 +3431,11 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3630
3431
|
screen_name: string;
|
|
3631
3432
|
statuses_count: number;
|
|
3632
3433
|
translator_type: string;
|
|
3633
|
-
url?: string;
|
|
3634
3434
|
verified: boolean;
|
|
3635
|
-
verified_type?: string;
|
|
3636
3435
|
want_retweets: boolean;
|
|
3637
3436
|
withheld_in_countries: unknown[];
|
|
3638
|
-
|
|
3437
|
+
url?: string;
|
|
3438
|
+
verified_type?: string;
|
|
3639
3439
|
};
|
|
3640
3440
|
professional?: {
|
|
3641
3441
|
rest_id: string;
|
|
@@ -3715,18 +3515,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3715
3515
|
translator_type: string;
|
|
3716
3516
|
url: string;
|
|
3717
3517
|
verified: boolean;
|
|
3718
|
-
verified_type
|
|
3518
|
+
verified_type?: string;
|
|
3719
3519
|
want_retweets: boolean;
|
|
3720
3520
|
withheld_in_countries: unknown[];
|
|
3721
|
-
|
|
3722
|
-
professional?: {
|
|
3723
|
-
rest_id: string;
|
|
3724
|
-
professional_type: string;
|
|
3725
|
-
category: {
|
|
3726
|
-
id: number;
|
|
3727
|
-
name: string;
|
|
3728
|
-
icon_name: string;
|
|
3729
|
-
}[];
|
|
3521
|
+
followed_by?: boolean;
|
|
3730
3522
|
};
|
|
3731
3523
|
};
|
|
3732
3524
|
};
|
|
@@ -3737,10 +3529,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3737
3529
|
is_edit_eligible: boolean;
|
|
3738
3530
|
edits_remaining: string;
|
|
3739
3531
|
};
|
|
3740
|
-
edit_perspective: {
|
|
3741
|
-
favorited: boolean;
|
|
3742
|
-
retweeted: boolean;
|
|
3743
|
-
};
|
|
3744
3532
|
is_translatable: boolean;
|
|
3745
3533
|
views: {
|
|
3746
3534
|
count: string;
|
|
@@ -3763,7 +3551,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3763
3551
|
type: string;
|
|
3764
3552
|
url: string;
|
|
3765
3553
|
features: {
|
|
3766
|
-
large
|
|
3554
|
+
large?: {
|
|
3767
3555
|
faces: {
|
|
3768
3556
|
x: number;
|
|
3769
3557
|
y: number;
|
|
@@ -3771,7 +3559,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3771
3559
|
w: number;
|
|
3772
3560
|
}[];
|
|
3773
3561
|
};
|
|
3774
|
-
medium
|
|
3562
|
+
medium?: {
|
|
3775
3563
|
faces: {
|
|
3776
3564
|
x: number;
|
|
3777
3565
|
y: number;
|
|
@@ -3779,7 +3567,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3779
3567
|
w: number;
|
|
3780
3568
|
}[];
|
|
3781
3569
|
};
|
|
3782
|
-
small
|
|
3570
|
+
small?: {
|
|
3783
3571
|
faces: {
|
|
3784
3572
|
x: number;
|
|
3785
3573
|
y: number;
|
|
@@ -3787,7 +3575,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3787
3575
|
w: number;
|
|
3788
3576
|
}[];
|
|
3789
3577
|
};
|
|
3790
|
-
orig
|
|
3578
|
+
orig?: {
|
|
3791
3579
|
faces: {
|
|
3792
3580
|
x: number;
|
|
3793
3581
|
y: number;
|
|
@@ -3821,7 +3609,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3821
3609
|
original_info: {
|
|
3822
3610
|
height: number;
|
|
3823
3611
|
width: number;
|
|
3824
|
-
focus_rects
|
|
3612
|
+
focus_rects?: {
|
|
3825
3613
|
x: number;
|
|
3826
3614
|
y: number;
|
|
3827
3615
|
w: number;
|
|
@@ -3829,8 +3617,18 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3829
3617
|
}[];
|
|
3830
3618
|
};
|
|
3831
3619
|
}[];
|
|
3832
|
-
user_mentions:
|
|
3833
|
-
|
|
3620
|
+
user_mentions: {
|
|
3621
|
+
id_str: string;
|
|
3622
|
+
name: string;
|
|
3623
|
+
screen_name: string;
|
|
3624
|
+
indices: number[];
|
|
3625
|
+
}[];
|
|
3626
|
+
urls: {
|
|
3627
|
+
display_url: string;
|
|
3628
|
+
expanded_url: string;
|
|
3629
|
+
url: string;
|
|
3630
|
+
indices: number[];
|
|
3631
|
+
}[];
|
|
3834
3632
|
hashtags: {
|
|
3835
3633
|
indices: number[];
|
|
3836
3634
|
text: string;
|
|
@@ -3851,7 +3649,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3851
3649
|
status: string;
|
|
3852
3650
|
};
|
|
3853
3651
|
features: {
|
|
3854
|
-
large
|
|
3652
|
+
large?: {
|
|
3855
3653
|
faces: {
|
|
3856
3654
|
x: number;
|
|
3857
3655
|
y: number;
|
|
@@ -3859,7 +3657,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3859
3657
|
w: number;
|
|
3860
3658
|
}[];
|
|
3861
3659
|
};
|
|
3862
|
-
medium
|
|
3660
|
+
medium?: {
|
|
3863
3661
|
faces: {
|
|
3864
3662
|
x: number;
|
|
3865
3663
|
y: number;
|
|
@@ -3867,7 +3665,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3867
3665
|
w: number;
|
|
3868
3666
|
}[];
|
|
3869
3667
|
};
|
|
3870
|
-
small
|
|
3668
|
+
small?: {
|
|
3871
3669
|
faces: {
|
|
3872
3670
|
x: number;
|
|
3873
3671
|
y: number;
|
|
@@ -3875,7 +3673,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3875
3673
|
w: number;
|
|
3876
3674
|
}[];
|
|
3877
3675
|
};
|
|
3878
|
-
orig
|
|
3676
|
+
orig?: {
|
|
3879
3677
|
faces: {
|
|
3880
3678
|
x: number;
|
|
3881
3679
|
y: number;
|
|
@@ -3909,13 +3707,22 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3909
3707
|
original_info: {
|
|
3910
3708
|
height: number;
|
|
3911
3709
|
width: number;
|
|
3912
|
-
focus_rects
|
|
3710
|
+
focus_rects?: {
|
|
3913
3711
|
x: number;
|
|
3914
3712
|
y: number;
|
|
3915
3713
|
w: number;
|
|
3916
3714
|
h: number;
|
|
3917
3715
|
}[];
|
|
3918
3716
|
};
|
|
3717
|
+
ext_alt_text?: string;
|
|
3718
|
+
video_info?: {
|
|
3719
|
+
aspect_ratio: number[];
|
|
3720
|
+
variants: {
|
|
3721
|
+
bitrate: number;
|
|
3722
|
+
content_type: string;
|
|
3723
|
+
url: string;
|
|
3724
|
+
}[];
|
|
3725
|
+
};
|
|
3919
3726
|
}[];
|
|
3920
3727
|
};
|
|
3921
3728
|
favorite_count: number;
|
|
@@ -3934,115 +3741,6 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
3934
3741
|
in_reply_to_screen_name?: string;
|
|
3935
3742
|
in_reply_to_status_id_str?: string;
|
|
3936
3743
|
in_reply_to_user_id_str?: string;
|
|
3937
|
-
quoted_status_id_str?: string;
|
|
3938
|
-
quoted_status_permalink?: {
|
|
3939
|
-
url: string;
|
|
3940
|
-
expanded: string;
|
|
3941
|
-
display: string;
|
|
3942
|
-
};
|
|
3943
|
-
};
|
|
3944
|
-
quoted_status_result?: {
|
|
3945
|
-
result: {
|
|
3946
|
-
__typename: string;
|
|
3947
|
-
rest_id: string;
|
|
3948
|
-
core: {
|
|
3949
|
-
user_results: {
|
|
3950
|
-
result: {
|
|
3951
|
-
__typename: string;
|
|
3952
|
-
id: string;
|
|
3953
|
-
rest_id: string;
|
|
3954
|
-
affiliates_highlighted_label: {};
|
|
3955
|
-
has_graduated_access: boolean;
|
|
3956
|
-
is_blue_verified: boolean;
|
|
3957
|
-
profile_image_shape: string;
|
|
3958
|
-
legacy: {
|
|
3959
|
-
can_dm: boolean;
|
|
3960
|
-
can_media_tag: boolean;
|
|
3961
|
-
created_at: string;
|
|
3962
|
-
default_profile: boolean;
|
|
3963
|
-
default_profile_image: boolean;
|
|
3964
|
-
description: string;
|
|
3965
|
-
entities: {
|
|
3966
|
-
description: {
|
|
3967
|
-
urls: unknown[];
|
|
3968
|
-
};
|
|
3969
|
-
};
|
|
3970
|
-
fast_followers_count: number;
|
|
3971
|
-
favourites_count: number;
|
|
3972
|
-
followers_count: number;
|
|
3973
|
-
friends_count: number;
|
|
3974
|
-
has_custom_timelines: boolean;
|
|
3975
|
-
is_translator: boolean;
|
|
3976
|
-
listed_count: number;
|
|
3977
|
-
location: string;
|
|
3978
|
-
media_count: number;
|
|
3979
|
-
name: string;
|
|
3980
|
-
normal_followers_count: number;
|
|
3981
|
-
pinned_tweet_ids_str: unknown[];
|
|
3982
|
-
possibly_sensitive: boolean;
|
|
3983
|
-
profile_banner_url: string;
|
|
3984
|
-
profile_image_url_https: string;
|
|
3985
|
-
profile_interstitial_type: string;
|
|
3986
|
-
screen_name: string;
|
|
3987
|
-
statuses_count: number;
|
|
3988
|
-
translator_type: string;
|
|
3989
|
-
verified: boolean;
|
|
3990
|
-
want_retweets: boolean;
|
|
3991
|
-
withheld_in_countries: unknown[];
|
|
3992
|
-
};
|
|
3993
|
-
professional: {
|
|
3994
|
-
rest_id: string;
|
|
3995
|
-
professional_type: string;
|
|
3996
|
-
category: {
|
|
3997
|
-
id: number;
|
|
3998
|
-
name: string;
|
|
3999
|
-
icon_name: string;
|
|
4000
|
-
}[];
|
|
4001
|
-
};
|
|
4002
|
-
};
|
|
4003
|
-
};
|
|
4004
|
-
};
|
|
4005
|
-
edit_control: {
|
|
4006
|
-
edit_tweet_ids: string[];
|
|
4007
|
-
editable_until_msecs: string;
|
|
4008
|
-
is_edit_eligible: boolean;
|
|
4009
|
-
edits_remaining: string;
|
|
4010
|
-
};
|
|
4011
|
-
edit_perspective: {
|
|
4012
|
-
favorited: boolean;
|
|
4013
|
-
retweeted: boolean;
|
|
4014
|
-
};
|
|
4015
|
-
is_translatable: boolean;
|
|
4016
|
-
views: {
|
|
4017
|
-
count: string;
|
|
4018
|
-
state: string;
|
|
4019
|
-
};
|
|
4020
|
-
source: string;
|
|
4021
|
-
legacy: {
|
|
4022
|
-
bookmark_count: number;
|
|
4023
|
-
bookmarked: boolean;
|
|
4024
|
-
created_at: string;
|
|
4025
|
-
conversation_id_str: string;
|
|
4026
|
-
display_text_range: number[];
|
|
4027
|
-
entities: {
|
|
4028
|
-
user_mentions: unknown[];
|
|
4029
|
-
urls: unknown[];
|
|
4030
|
-
hashtags: unknown[];
|
|
4031
|
-
symbols: unknown[];
|
|
4032
|
-
};
|
|
4033
|
-
favorite_count: number;
|
|
4034
|
-
favorited: boolean;
|
|
4035
|
-
full_text: string;
|
|
4036
|
-
is_quote_status: boolean;
|
|
4037
|
-
lang: string;
|
|
4038
|
-
quote_count: number;
|
|
4039
|
-
reply_count: number;
|
|
4040
|
-
retweet_count: number;
|
|
4041
|
-
retweeted: boolean;
|
|
4042
|
-
user_id_str: string;
|
|
4043
|
-
id_str: string;
|
|
4044
|
-
};
|
|
4045
|
-
};
|
|
4046
3744
|
};
|
|
4047
3745
|
};
|
|
4048
3746
|
};
|