@book000/twitterts 0.29.0 → 0.31.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 +58 -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 +11 -0
- package/dist/twitter.test.js.map +1 -1
- package/package.json +2 -1
|
@@ -143,6 +143,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
143
143
|
id_str: string;
|
|
144
144
|
indices: number[];
|
|
145
145
|
media_url_https: string;
|
|
146
|
+
source_status_id_str?: string;
|
|
147
|
+
source_user_id_str?: string;
|
|
146
148
|
type: string;
|
|
147
149
|
url: string;
|
|
148
150
|
features: {
|
|
@@ -219,8 +221,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
219
221
|
h: number;
|
|
220
222
|
}[];
|
|
221
223
|
};
|
|
222
|
-
source_status_id_str?: string;
|
|
223
|
-
source_user_id_str?: string;
|
|
224
224
|
}[];
|
|
225
225
|
user_mentions: {
|
|
226
226
|
id_str: string;
|
|
@@ -251,87 +251,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
251
251
|
indices: number[];
|
|
252
252
|
media_key: string;
|
|
253
253
|
media_url_https: string;
|
|
254
|
-
type: string;
|
|
255
|
-
url: string;
|
|
256
|
-
ext_media_availability: {
|
|
257
|
-
status: string;
|
|
258
|
-
};
|
|
259
|
-
features: {
|
|
260
|
-
large?: {
|
|
261
|
-
faces: {
|
|
262
|
-
x: number;
|
|
263
|
-
y: number;
|
|
264
|
-
h: number;
|
|
265
|
-
w: number;
|
|
266
|
-
}[];
|
|
267
|
-
};
|
|
268
|
-
medium?: {
|
|
269
|
-
faces: {
|
|
270
|
-
x: number;
|
|
271
|
-
y: number;
|
|
272
|
-
h: number;
|
|
273
|
-
w: number;
|
|
274
|
-
}[];
|
|
275
|
-
};
|
|
276
|
-
small?: {
|
|
277
|
-
faces: {
|
|
278
|
-
x: number;
|
|
279
|
-
y: number;
|
|
280
|
-
h: number;
|
|
281
|
-
w: number;
|
|
282
|
-
}[];
|
|
283
|
-
};
|
|
284
|
-
orig?: {
|
|
285
|
-
faces: {
|
|
286
|
-
x: number;
|
|
287
|
-
y: number;
|
|
288
|
-
h: number;
|
|
289
|
-
w: number;
|
|
290
|
-
}[];
|
|
291
|
-
};
|
|
292
|
-
all?: {
|
|
293
|
-
tags: {
|
|
294
|
-
user_id: string;
|
|
295
|
-
name: string;
|
|
296
|
-
screen_name: string;
|
|
297
|
-
type: string;
|
|
298
|
-
}[];
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
sizes: {
|
|
302
|
-
large: {
|
|
303
|
-
h: number;
|
|
304
|
-
w: number;
|
|
305
|
-
resize: string;
|
|
306
|
-
};
|
|
307
|
-
medium: {
|
|
308
|
-
h: number;
|
|
309
|
-
w: number;
|
|
310
|
-
resize: string;
|
|
311
|
-
};
|
|
312
|
-
small: {
|
|
313
|
-
h: number;
|
|
314
|
-
w: number;
|
|
315
|
-
resize: string;
|
|
316
|
-
};
|
|
317
|
-
thumb: {
|
|
318
|
-
h: number;
|
|
319
|
-
w: number;
|
|
320
|
-
resize: string;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
original_info: {
|
|
324
|
-
height: number;
|
|
325
|
-
width: number;
|
|
326
|
-
focus_rects?: {
|
|
327
|
-
x: number;
|
|
328
|
-
y: number;
|
|
329
|
-
w: number;
|
|
330
|
-
h: number;
|
|
331
|
-
}[];
|
|
332
|
-
};
|
|
333
254
|
source_status_id_str?: string;
|
|
334
255
|
source_user_id_str?: string;
|
|
256
|
+
type: string;
|
|
257
|
+
url: string;
|
|
335
258
|
additional_media_info?: {
|
|
336
259
|
monetizable: boolean;
|
|
337
260
|
source_user?: {
|
|
@@ -401,10 +324,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
401
324
|
screen_name: string;
|
|
402
325
|
statuses_count: number;
|
|
403
326
|
translator_type: string;
|
|
404
|
-
url?: string;
|
|
405
327
|
verified: boolean;
|
|
406
328
|
want_retweets: boolean;
|
|
407
329
|
withheld_in_countries: unknown[];
|
|
330
|
+
url?: string;
|
|
408
331
|
verified_type?: string;
|
|
409
332
|
};
|
|
410
333
|
professional?: {
|
|
@@ -433,6 +356,83 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
433
356
|
mediaStats?: {
|
|
434
357
|
viewCount: number;
|
|
435
358
|
};
|
|
359
|
+
ext_media_availability: {
|
|
360
|
+
status: string;
|
|
361
|
+
};
|
|
362
|
+
features: {
|
|
363
|
+
large?: {
|
|
364
|
+
faces: {
|
|
365
|
+
x: number;
|
|
366
|
+
y: number;
|
|
367
|
+
h: number;
|
|
368
|
+
w: number;
|
|
369
|
+
}[];
|
|
370
|
+
};
|
|
371
|
+
medium?: {
|
|
372
|
+
faces: {
|
|
373
|
+
x: number;
|
|
374
|
+
y: number;
|
|
375
|
+
h: number;
|
|
376
|
+
w: number;
|
|
377
|
+
}[];
|
|
378
|
+
};
|
|
379
|
+
small?: {
|
|
380
|
+
faces: {
|
|
381
|
+
x: number;
|
|
382
|
+
y: number;
|
|
383
|
+
h: number;
|
|
384
|
+
w: number;
|
|
385
|
+
}[];
|
|
386
|
+
};
|
|
387
|
+
orig?: {
|
|
388
|
+
faces: {
|
|
389
|
+
x: number;
|
|
390
|
+
y: number;
|
|
391
|
+
h: number;
|
|
392
|
+
w: number;
|
|
393
|
+
}[];
|
|
394
|
+
};
|
|
395
|
+
all?: {
|
|
396
|
+
tags: {
|
|
397
|
+
user_id: string;
|
|
398
|
+
name: string;
|
|
399
|
+
screen_name: string;
|
|
400
|
+
type: string;
|
|
401
|
+
}[];
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
sizes: {
|
|
405
|
+
large: {
|
|
406
|
+
h: number;
|
|
407
|
+
w: number;
|
|
408
|
+
resize: string;
|
|
409
|
+
};
|
|
410
|
+
medium: {
|
|
411
|
+
h: number;
|
|
412
|
+
w: number;
|
|
413
|
+
resize: string;
|
|
414
|
+
};
|
|
415
|
+
small: {
|
|
416
|
+
h: number;
|
|
417
|
+
w: number;
|
|
418
|
+
resize: string;
|
|
419
|
+
};
|
|
420
|
+
thumb: {
|
|
421
|
+
h: number;
|
|
422
|
+
w: number;
|
|
423
|
+
resize: string;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
original_info: {
|
|
427
|
+
height: number;
|
|
428
|
+
width: number;
|
|
429
|
+
focus_rects?: {
|
|
430
|
+
x: number;
|
|
431
|
+
y: number;
|
|
432
|
+
w: number;
|
|
433
|
+
h: number;
|
|
434
|
+
}[];
|
|
435
|
+
};
|
|
436
436
|
video_info?: {
|
|
437
437
|
aspect_ratio: number[];
|
|
438
438
|
duration_millis?: number;
|
|
@@ -876,14 +876,13 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
876
876
|
aspect_ratio: number[];
|
|
877
877
|
duration_millis?: number;
|
|
878
878
|
variants: {
|
|
879
|
+
bitrate?: number;
|
|
879
880
|
content_type: string;
|
|
880
881
|
url: string;
|
|
881
|
-
bitrate?: number;
|
|
882
882
|
}[];
|
|
883
883
|
};
|
|
884
884
|
source_status_id_str?: string;
|
|
885
885
|
source_user_id_str?: string;
|
|
886
|
-
ext_alt_text?: string;
|
|
887
886
|
}[];
|
|
888
887
|
};
|
|
889
888
|
favorite_count: number;
|
|
@@ -915,15 +914,18 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
915
914
|
binding_values: {
|
|
916
915
|
key: string;
|
|
917
916
|
value: {
|
|
917
|
+
string_value?: string;
|
|
918
|
+
type: string;
|
|
919
|
+
scribe_key?: string;
|
|
918
920
|
image_value?: {
|
|
919
921
|
height: number;
|
|
920
922
|
width: number;
|
|
921
923
|
url: string;
|
|
922
|
-
alt?: string;
|
|
923
924
|
};
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
925
|
+
user_value?: {
|
|
926
|
+
id_str: string;
|
|
927
|
+
path: unknown[];
|
|
928
|
+
};
|
|
927
929
|
image_color_value?: {
|
|
928
930
|
palette: {
|
|
929
931
|
rgb: {
|
|
@@ -934,10 +936,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
934
936
|
percentage: number;
|
|
935
937
|
}[];
|
|
936
938
|
};
|
|
937
|
-
user_value?: {
|
|
938
|
-
id_str: string;
|
|
939
|
-
path: unknown[];
|
|
940
|
-
};
|
|
941
939
|
};
|
|
942
940
|
}[];
|
|
943
941
|
card_platform: {
|
|
@@ -958,20 +956,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
958
956
|
__typename: string;
|
|
959
957
|
id: string;
|
|
960
958
|
rest_id: string;
|
|
961
|
-
affiliates_highlighted_label: {
|
|
962
|
-
label?: {
|
|
963
|
-
url: {
|
|
964
|
-
url: string;
|
|
965
|
-
urlType: string;
|
|
966
|
-
};
|
|
967
|
-
badge: {
|
|
968
|
-
url: string;
|
|
969
|
-
};
|
|
970
|
-
description: string;
|
|
971
|
-
userLabelType: string;
|
|
972
|
-
userLabelDisplayType: string;
|
|
973
|
-
};
|
|
974
|
-
};
|
|
959
|
+
affiliates_highlighted_label: {};
|
|
975
960
|
has_graduated_access: boolean;
|
|
976
961
|
is_blue_verified: boolean;
|
|
977
962
|
profile_image_shape: string;
|
|
@@ -984,12 +969,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
984
969
|
description: string;
|
|
985
970
|
entities: {
|
|
986
971
|
description: {
|
|
987
|
-
urls:
|
|
988
|
-
display_url: string;
|
|
989
|
-
expanded_url: string;
|
|
990
|
-
url: string;
|
|
991
|
-
indices: number[];
|
|
992
|
-
}[];
|
|
972
|
+
urls: unknown[];
|
|
993
973
|
};
|
|
994
974
|
url: {
|
|
995
975
|
urls: {
|
|
@@ -1011,7 +991,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1011
991
|
media_count: number;
|
|
1012
992
|
name: string;
|
|
1013
993
|
normal_followers_count: number;
|
|
1014
|
-
pinned_tweet_ids_str:
|
|
994
|
+
pinned_tweet_ids_str: unknown[];
|
|
1015
995
|
possibly_sensitive: boolean;
|
|
1016
996
|
profile_banner_url: string;
|
|
1017
997
|
profile_image_url_https: string;
|
|
@@ -1021,19 +1001,9 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1021
1001
|
translator_type: string;
|
|
1022
1002
|
url: string;
|
|
1023
1003
|
verified: boolean;
|
|
1024
|
-
verified_type?: string;
|
|
1025
1004
|
want_retweets: boolean;
|
|
1026
1005
|
withheld_in_countries: unknown[];
|
|
1027
1006
|
};
|
|
1028
|
-
professional?: {
|
|
1029
|
-
rest_id: string;
|
|
1030
|
-
professional_type: string;
|
|
1031
|
-
category: {
|
|
1032
|
-
id: number;
|
|
1033
|
-
name: string;
|
|
1034
|
-
icon_name: string;
|
|
1035
|
-
}[];
|
|
1036
|
-
};
|
|
1037
1007
|
};
|
|
1038
1008
|
}[];
|
|
1039
1009
|
};
|
|
@@ -1041,13 +1011,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1041
1011
|
unified_card?: {
|
|
1042
1012
|
card_fetch_state: string;
|
|
1043
1013
|
};
|
|
1044
|
-
previous_counts?: {
|
|
1045
|
-
bookmark_count: number;
|
|
1046
|
-
favorite_count: number;
|
|
1047
|
-
quote_count: number;
|
|
1048
|
-
reply_count: number;
|
|
1049
|
-
retweet_count: number;
|
|
1050
|
-
};
|
|
1051
1014
|
note_tweet?: {
|
|
1052
1015
|
is_expandable: boolean;
|
|
1053
1016
|
note_tweet_results: {
|
|
@@ -1105,12 +1068,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1105
1068
|
description: string;
|
|
1106
1069
|
entities: {
|
|
1107
1070
|
description: {
|
|
1108
|
-
urls:
|
|
1109
|
-
display_url: string;
|
|
1110
|
-
expanded_url: string;
|
|
1111
|
-
url: string;
|
|
1112
|
-
indices: number[];
|
|
1113
|
-
}[];
|
|
1071
|
+
urls: unknown[];
|
|
1114
1072
|
};
|
|
1115
1073
|
url: {
|
|
1116
1074
|
urls: {
|
|
@@ -1145,15 +1103,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1145
1103
|
want_retweets: boolean;
|
|
1146
1104
|
withheld_in_countries: unknown[];
|
|
1147
1105
|
};
|
|
1148
|
-
professional?: {
|
|
1149
|
-
rest_id: string;
|
|
1150
|
-
professional_type: string;
|
|
1151
|
-
category: {
|
|
1152
|
-
id: number;
|
|
1153
|
-
name: string;
|
|
1154
|
-
icon_name: string;
|
|
1155
|
-
}[];
|
|
1156
|
-
};
|
|
1157
1106
|
};
|
|
1158
1107
|
};
|
|
1159
1108
|
};
|
|
@@ -1163,16 +1112,18 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1163
1112
|
is_edit_eligible: boolean;
|
|
1164
1113
|
edits_remaining: string;
|
|
1165
1114
|
};
|
|
1166
|
-
edit_perspective?: {
|
|
1167
|
-
favorited: boolean;
|
|
1168
|
-
retweeted: boolean;
|
|
1169
|
-
};
|
|
1170
1115
|
is_translatable: boolean;
|
|
1171
1116
|
views: {
|
|
1172
1117
|
count: string;
|
|
1173
1118
|
state: string;
|
|
1174
1119
|
};
|
|
1175
1120
|
source: string;
|
|
1121
|
+
quotedRefResult: {
|
|
1122
|
+
result: {
|
|
1123
|
+
__typename: string;
|
|
1124
|
+
rest_id: string;
|
|
1125
|
+
};
|
|
1126
|
+
};
|
|
1176
1127
|
legacy: {
|
|
1177
1128
|
bookmark_count: number;
|
|
1178
1129
|
bookmarked: boolean;
|
|
@@ -1180,211 +1131,16 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1180
1131
|
conversation_id_str: string;
|
|
1181
1132
|
display_text_range: number[];
|
|
1182
1133
|
entities: {
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
expanded_url: string;
|
|
1186
|
-
id_str: string;
|
|
1187
|
-
indices: number[];
|
|
1188
|
-
media_url_https: string;
|
|
1189
|
-
type: string;
|
|
1190
|
-
url: string;
|
|
1191
|
-
features: {
|
|
1192
|
-
large?: {
|
|
1193
|
-
faces: {
|
|
1194
|
-
x: number;
|
|
1195
|
-
y: number;
|
|
1196
|
-
h: number;
|
|
1197
|
-
w: number;
|
|
1198
|
-
}[];
|
|
1199
|
-
};
|
|
1200
|
-
medium?: {
|
|
1201
|
-
faces: {
|
|
1202
|
-
x: number;
|
|
1203
|
-
y: number;
|
|
1204
|
-
h: number;
|
|
1205
|
-
w: number;
|
|
1206
|
-
}[];
|
|
1207
|
-
};
|
|
1208
|
-
small?: {
|
|
1209
|
-
faces: {
|
|
1210
|
-
x: number;
|
|
1211
|
-
y: number;
|
|
1212
|
-
h: number;
|
|
1213
|
-
w: number;
|
|
1214
|
-
}[];
|
|
1215
|
-
};
|
|
1216
|
-
orig?: {
|
|
1217
|
-
faces: {
|
|
1218
|
-
x: number;
|
|
1219
|
-
y: number;
|
|
1220
|
-
h: number;
|
|
1221
|
-
w: number;
|
|
1222
|
-
}[];
|
|
1223
|
-
};
|
|
1224
|
-
all?: {
|
|
1225
|
-
tags: {
|
|
1226
|
-
user_id: string;
|
|
1227
|
-
name: string;
|
|
1228
|
-
screen_name: string;
|
|
1229
|
-
type: string;
|
|
1230
|
-
}[];
|
|
1231
|
-
};
|
|
1232
|
-
};
|
|
1233
|
-
sizes: {
|
|
1234
|
-
large: {
|
|
1235
|
-
h: number;
|
|
1236
|
-
w: number;
|
|
1237
|
-
resize: string;
|
|
1238
|
-
};
|
|
1239
|
-
medium: {
|
|
1240
|
-
h: number;
|
|
1241
|
-
w: number;
|
|
1242
|
-
resize: string;
|
|
1243
|
-
};
|
|
1244
|
-
small: {
|
|
1245
|
-
h: number;
|
|
1246
|
-
w: number;
|
|
1247
|
-
resize: string;
|
|
1248
|
-
};
|
|
1249
|
-
thumb: {
|
|
1250
|
-
h: number;
|
|
1251
|
-
w: number;
|
|
1252
|
-
resize: string;
|
|
1253
|
-
};
|
|
1254
|
-
};
|
|
1255
|
-
original_info: {
|
|
1256
|
-
height: number;
|
|
1257
|
-
width: number;
|
|
1258
|
-
focus_rects?: {
|
|
1259
|
-
x: number;
|
|
1260
|
-
y: number;
|
|
1261
|
-
w: number;
|
|
1262
|
-
h: number;
|
|
1263
|
-
}[];
|
|
1264
|
-
};
|
|
1265
|
-
}[];
|
|
1266
|
-
user_mentions: {
|
|
1267
|
-
id_str: string;
|
|
1268
|
-
name: string;
|
|
1269
|
-
screen_name: string;
|
|
1270
|
-
indices: number[];
|
|
1271
|
-
}[];
|
|
1272
|
-
urls: {
|
|
1134
|
+
user_mentions: unknown[];
|
|
1135
|
+
urls: {
|
|
1273
1136
|
display_url: string;
|
|
1274
1137
|
expanded_url: string;
|
|
1275
1138
|
url: string;
|
|
1276
1139
|
indices: number[];
|
|
1277
1140
|
}[];
|
|
1278
|
-
hashtags:
|
|
1279
|
-
indices: number[];
|
|
1280
|
-
text: string;
|
|
1281
|
-
}[];
|
|
1141
|
+
hashtags: unknown[];
|
|
1282
1142
|
symbols: unknown[];
|
|
1283
1143
|
};
|
|
1284
|
-
extended_entities?: {
|
|
1285
|
-
media: {
|
|
1286
|
-
display_url: string;
|
|
1287
|
-
expanded_url: string;
|
|
1288
|
-
id_str: string;
|
|
1289
|
-
indices: number[];
|
|
1290
|
-
media_key: string;
|
|
1291
|
-
media_url_https: string;
|
|
1292
|
-
type: string;
|
|
1293
|
-
url: string;
|
|
1294
|
-
ext_media_availability: {
|
|
1295
|
-
status: string;
|
|
1296
|
-
};
|
|
1297
|
-
features: {
|
|
1298
|
-
large?: {
|
|
1299
|
-
faces: {
|
|
1300
|
-
x: number;
|
|
1301
|
-
y: number;
|
|
1302
|
-
h: number;
|
|
1303
|
-
w: number;
|
|
1304
|
-
}[];
|
|
1305
|
-
};
|
|
1306
|
-
medium?: {
|
|
1307
|
-
faces: {
|
|
1308
|
-
x: number;
|
|
1309
|
-
y: number;
|
|
1310
|
-
h: number;
|
|
1311
|
-
w: number;
|
|
1312
|
-
}[];
|
|
1313
|
-
};
|
|
1314
|
-
small?: {
|
|
1315
|
-
faces: {
|
|
1316
|
-
x: number;
|
|
1317
|
-
y: number;
|
|
1318
|
-
h: number;
|
|
1319
|
-
w: number;
|
|
1320
|
-
}[];
|
|
1321
|
-
};
|
|
1322
|
-
orig?: {
|
|
1323
|
-
faces: {
|
|
1324
|
-
x: number;
|
|
1325
|
-
y: number;
|
|
1326
|
-
h: number;
|
|
1327
|
-
w: number;
|
|
1328
|
-
}[];
|
|
1329
|
-
};
|
|
1330
|
-
all?: {
|
|
1331
|
-
tags: {
|
|
1332
|
-
user_id: string;
|
|
1333
|
-
name: string;
|
|
1334
|
-
screen_name: string;
|
|
1335
|
-
type: string;
|
|
1336
|
-
}[];
|
|
1337
|
-
};
|
|
1338
|
-
};
|
|
1339
|
-
sizes: {
|
|
1340
|
-
large: {
|
|
1341
|
-
h: number;
|
|
1342
|
-
w: number;
|
|
1343
|
-
resize: string;
|
|
1344
|
-
};
|
|
1345
|
-
medium: {
|
|
1346
|
-
h: number;
|
|
1347
|
-
w: number;
|
|
1348
|
-
resize: string;
|
|
1349
|
-
};
|
|
1350
|
-
small: {
|
|
1351
|
-
h: number;
|
|
1352
|
-
w: number;
|
|
1353
|
-
resize: string;
|
|
1354
|
-
};
|
|
1355
|
-
thumb: {
|
|
1356
|
-
h: number;
|
|
1357
|
-
w: number;
|
|
1358
|
-
resize: string;
|
|
1359
|
-
};
|
|
1360
|
-
};
|
|
1361
|
-
original_info: {
|
|
1362
|
-
height: number;
|
|
1363
|
-
width: number;
|
|
1364
|
-
focus_rects?: {
|
|
1365
|
-
x: number;
|
|
1366
|
-
y: number;
|
|
1367
|
-
w: number;
|
|
1368
|
-
h: number;
|
|
1369
|
-
}[];
|
|
1370
|
-
};
|
|
1371
|
-
additional_media_info?: {
|
|
1372
|
-
monetizable: boolean;
|
|
1373
|
-
};
|
|
1374
|
-
mediaStats?: {
|
|
1375
|
-
viewCount: number;
|
|
1376
|
-
};
|
|
1377
|
-
video_info?: {
|
|
1378
|
-
aspect_ratio: number[];
|
|
1379
|
-
duration_millis: number;
|
|
1380
|
-
variants: {
|
|
1381
|
-
bitrate?: number;
|
|
1382
|
-
content_type: string;
|
|
1383
|
-
url: string;
|
|
1384
|
-
}[];
|
|
1385
|
-
};
|
|
1386
|
-
}[];
|
|
1387
|
-
};
|
|
1388
1144
|
favorite_count: number;
|
|
1389
1145
|
favorited: boolean;
|
|
1390
1146
|
full_text: string;
|
|
@@ -1393,26 +1149,27 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1393
1149
|
possibly_sensitive: boolean;
|
|
1394
1150
|
possibly_sensitive_editable: boolean;
|
|
1395
1151
|
quote_count: number;
|
|
1152
|
+
quoted_status_id_str: string;
|
|
1153
|
+
quoted_status_permalink: {
|
|
1154
|
+
url: string;
|
|
1155
|
+
expanded: string;
|
|
1156
|
+
display: string;
|
|
1157
|
+
};
|
|
1396
1158
|
reply_count: number;
|
|
1397
1159
|
retweet_count: number;
|
|
1398
1160
|
retweeted: boolean;
|
|
1399
1161
|
user_id_str: string;
|
|
1400
1162
|
id_str: string;
|
|
1401
|
-
quoted_status_id_str?: string;
|
|
1402
|
-
quoted_status_permalink?: {
|
|
1403
|
-
url: string;
|
|
1404
|
-
expanded: string;
|
|
1405
|
-
display: string;
|
|
1406
|
-
};
|
|
1407
|
-
};
|
|
1408
|
-
quotedRefResult?: {
|
|
1409
|
-
result: {
|
|
1410
|
-
__typename: string;
|
|
1411
|
-
rest_id: string;
|
|
1412
|
-
};
|
|
1413
1163
|
};
|
|
1414
1164
|
};
|
|
1415
1165
|
};
|
|
1166
|
+
previous_counts?: {
|
|
1167
|
+
bookmark_count: number;
|
|
1168
|
+
favorite_count: number;
|
|
1169
|
+
quote_count: number;
|
|
1170
|
+
reply_count: number;
|
|
1171
|
+
retweet_count: number;
|
|
1172
|
+
};
|
|
1416
1173
|
};
|
|
1417
1174
|
};
|
|
1418
1175
|
quoted_status_id_str?: string;
|
|
@@ -1455,6 +1212,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1455
1212
|
url: string;
|
|
1456
1213
|
alt?: string;
|
|
1457
1214
|
};
|
|
1215
|
+
user_value?: {
|
|
1216
|
+
id_str: string;
|
|
1217
|
+
path: unknown[];
|
|
1218
|
+
};
|
|
1458
1219
|
image_color_value?: {
|
|
1459
1220
|
palette: {
|
|
1460
1221
|
rgb: {
|
|
@@ -1465,10 +1226,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1465
1226
|
percentage: number;
|
|
1466
1227
|
}[];
|
|
1467
1228
|
};
|
|
1468
|
-
user_value?: {
|
|
1469
|
-
id_str: string;
|
|
1470
|
-
path: unknown[];
|
|
1471
|
-
};
|
|
1472
1229
|
boolean_value?: boolean;
|
|
1473
1230
|
};
|
|
1474
1231
|
}[];
|
|
@@ -1553,9 +1310,9 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1553
1310
|
translator_type: string;
|
|
1554
1311
|
url: string;
|
|
1555
1312
|
verified: boolean;
|
|
1556
|
-
verified_type?: string;
|
|
1557
1313
|
want_retweets: boolean;
|
|
1558
1314
|
withheld_in_countries: unknown[];
|
|
1315
|
+
verified_type?: string;
|
|
1559
1316
|
protected?: boolean;
|
|
1560
1317
|
};
|
|
1561
1318
|
professional?: {
|
|
@@ -1587,6 +1344,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1587
1344
|
is_blue_verified: boolean;
|
|
1588
1345
|
profile_image_shape: string;
|
|
1589
1346
|
legacy: {
|
|
1347
|
+
followed_by?: boolean;
|
|
1348
|
+
following?: boolean;
|
|
1590
1349
|
can_dm: boolean;
|
|
1591
1350
|
can_media_tag: boolean;
|
|
1592
1351
|
created_at: string;
|
|
@@ -1630,13 +1389,11 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1630
1389
|
screen_name: string;
|
|
1631
1390
|
statuses_count: number;
|
|
1632
1391
|
translator_type: string;
|
|
1633
|
-
url?: string;
|
|
1634
1392
|
verified: boolean;
|
|
1635
|
-
verified_type?: string;
|
|
1636
1393
|
want_retweets: boolean;
|
|
1637
1394
|
withheld_in_countries: unknown[];
|
|
1638
|
-
|
|
1639
|
-
|
|
1395
|
+
url?: string;
|
|
1396
|
+
verified_type?: string;
|
|
1640
1397
|
};
|
|
1641
1398
|
professional?: {
|
|
1642
1399
|
rest_id: string;
|
|
@@ -1650,110 +1407,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1650
1407
|
};
|
|
1651
1408
|
};
|
|
1652
1409
|
};
|
|
1653
|
-
card?: {
|
|
1654
|
-
rest_id: string;
|
|
1655
|
-
legacy: {
|
|
1656
|
-
binding_values: {
|
|
1657
|
-
key: string;
|
|
1658
|
-
value: {
|
|
1659
|
-
image_value?: {
|
|
1660
|
-
height: number;
|
|
1661
|
-
width: number;
|
|
1662
|
-
url: string;
|
|
1663
|
-
};
|
|
1664
|
-
type: string;
|
|
1665
|
-
image_color_value?: {
|
|
1666
|
-
palette: {
|
|
1667
|
-
rgb: {
|
|
1668
|
-
blue: number;
|
|
1669
|
-
green: number;
|
|
1670
|
-
red: number;
|
|
1671
|
-
};
|
|
1672
|
-
percentage: number;
|
|
1673
|
-
}[];
|
|
1674
|
-
};
|
|
1675
|
-
scribe_key?: string;
|
|
1676
|
-
user_value?: {
|
|
1677
|
-
id_str: string;
|
|
1678
|
-
path: unknown[];
|
|
1679
|
-
};
|
|
1680
|
-
string_value?: string;
|
|
1681
|
-
};
|
|
1682
|
-
}[];
|
|
1683
|
-
card_platform: {
|
|
1684
|
-
platform: {
|
|
1685
|
-
audience: {
|
|
1686
|
-
name: string;
|
|
1687
|
-
};
|
|
1688
|
-
device: {
|
|
1689
|
-
name: string;
|
|
1690
|
-
version: string;
|
|
1691
|
-
};
|
|
1692
|
-
};
|
|
1693
|
-
};
|
|
1694
|
-
name: string;
|
|
1695
|
-
url: string;
|
|
1696
|
-
user_refs_results: {
|
|
1697
|
-
result: {
|
|
1698
|
-
__typename: string;
|
|
1699
|
-
id: string;
|
|
1700
|
-
rest_id: string;
|
|
1701
|
-
affiliates_highlighted_label: {};
|
|
1702
|
-
has_graduated_access: boolean;
|
|
1703
|
-
is_blue_verified: boolean;
|
|
1704
|
-
profile_image_shape: string;
|
|
1705
|
-
legacy: {
|
|
1706
|
-
can_dm: boolean;
|
|
1707
|
-
can_media_tag: boolean;
|
|
1708
|
-
created_at: string;
|
|
1709
|
-
default_profile: boolean;
|
|
1710
|
-
default_profile_image: boolean;
|
|
1711
|
-
description: string;
|
|
1712
|
-
entities: {
|
|
1713
|
-
description: {
|
|
1714
|
-
urls: unknown[];
|
|
1715
|
-
};
|
|
1716
|
-
url: {
|
|
1717
|
-
urls: {
|
|
1718
|
-
display_url: string;
|
|
1719
|
-
expanded_url: string;
|
|
1720
|
-
url: string;
|
|
1721
|
-
indices: number[];
|
|
1722
|
-
}[];
|
|
1723
|
-
};
|
|
1724
|
-
};
|
|
1725
|
-
fast_followers_count: number;
|
|
1726
|
-
favourites_count: number;
|
|
1727
|
-
followers_count: number;
|
|
1728
|
-
friends_count: number;
|
|
1729
|
-
has_custom_timelines: boolean;
|
|
1730
|
-
is_translator: boolean;
|
|
1731
|
-
listed_count: number;
|
|
1732
|
-
location: string;
|
|
1733
|
-
media_count: number;
|
|
1734
|
-
name: string;
|
|
1735
|
-
normal_followers_count: number;
|
|
1736
|
-
pinned_tweet_ids_str: unknown[];
|
|
1737
|
-
possibly_sensitive: boolean;
|
|
1738
|
-
profile_banner_url: string;
|
|
1739
|
-
profile_image_url_https: string;
|
|
1740
|
-
profile_interstitial_type: string;
|
|
1741
|
-
screen_name: string;
|
|
1742
|
-
statuses_count: number;
|
|
1743
|
-
translator_type: string;
|
|
1744
|
-
url: string;
|
|
1745
|
-
verified: boolean;
|
|
1746
|
-
verified_type: string;
|
|
1747
|
-
want_retweets: boolean;
|
|
1748
|
-
withheld_in_countries: unknown[];
|
|
1749
|
-
};
|
|
1750
|
-
};
|
|
1751
|
-
}[];
|
|
1752
|
-
};
|
|
1753
|
-
};
|
|
1754
|
-
unified_card?: {
|
|
1755
|
-
card_fetch_state: string;
|
|
1756
|
-
};
|
|
1757
1410
|
edit_control: {
|
|
1758
1411
|
edit_tweet_ids?: string[];
|
|
1759
1412
|
editable_until_msecs?: string;
|
|
@@ -1773,8 +1426,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1773
1426
|
};
|
|
1774
1427
|
is_translatable: boolean;
|
|
1775
1428
|
views: {
|
|
1776
|
-
count?: string;
|
|
1777
1429
|
state: string;
|
|
1430
|
+
count?: string;
|
|
1778
1431
|
};
|
|
1779
1432
|
source: string;
|
|
1780
1433
|
legacy: {
|
|
@@ -1794,131 +1447,32 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1794
1447
|
};
|
|
1795
1448
|
conversation_id_str: string;
|
|
1796
1449
|
display_text_range: number[];
|
|
1797
|
-
entities: {
|
|
1798
|
-
user_mentions: {
|
|
1799
|
-
id_str: string;
|
|
1800
|
-
name: string;
|
|
1801
|
-
screen_name: string;
|
|
1802
|
-
indices: number[];
|
|
1803
|
-
}[];
|
|
1804
|
-
urls: {
|
|
1805
|
-
display_url: string;
|
|
1806
|
-
expanded_url: string;
|
|
1807
|
-
url: string;
|
|
1808
|
-
indices: number[];
|
|
1809
|
-
}[];
|
|
1810
|
-
hashtags: {
|
|
1811
|
-
indices: number[];
|
|
1812
|
-
text: string;
|
|
1813
|
-
}[];
|
|
1814
|
-
symbols: unknown[];
|
|
1815
|
-
media?: {
|
|
1816
|
-
display_url: string;
|
|
1817
|
-
expanded_url: string;
|
|
1818
|
-
id_str: string;
|
|
1819
|
-
indices: number[];
|
|
1820
|
-
media_url_https: string;
|
|
1821
|
-
source_status_id_str?: string;
|
|
1822
|
-
source_user_id_str?: string;
|
|
1823
|
-
type: string;
|
|
1824
|
-
url: string;
|
|
1825
|
-
features: {
|
|
1826
|
-
large?: {
|
|
1827
|
-
faces: {
|
|
1828
|
-
x: number;
|
|
1829
|
-
y: number;
|
|
1830
|
-
h: number;
|
|
1831
|
-
w: number;
|
|
1832
|
-
}[];
|
|
1833
|
-
};
|
|
1834
|
-
medium?: {
|
|
1835
|
-
faces: {
|
|
1836
|
-
x: number;
|
|
1837
|
-
y: number;
|
|
1838
|
-
h: number;
|
|
1839
|
-
w: number;
|
|
1840
|
-
}[];
|
|
1841
|
-
};
|
|
1842
|
-
small?: {
|
|
1843
|
-
faces: {
|
|
1844
|
-
x: number;
|
|
1845
|
-
y: number;
|
|
1846
|
-
h: number;
|
|
1847
|
-
w: number;
|
|
1848
|
-
}[];
|
|
1849
|
-
};
|
|
1850
|
-
orig?: {
|
|
1851
|
-
faces: {
|
|
1852
|
-
x: number;
|
|
1853
|
-
y: number;
|
|
1854
|
-
h: number;
|
|
1855
|
-
w: number;
|
|
1856
|
-
}[];
|
|
1857
|
-
};
|
|
1858
|
-
};
|
|
1859
|
-
sizes: {
|
|
1860
|
-
large: {
|
|
1861
|
-
h: number;
|
|
1862
|
-
w: number;
|
|
1863
|
-
resize: string;
|
|
1864
|
-
};
|
|
1865
|
-
medium: {
|
|
1866
|
-
h: number;
|
|
1867
|
-
w: number;
|
|
1868
|
-
resize: string;
|
|
1869
|
-
};
|
|
1870
|
-
small: {
|
|
1871
|
-
h: number;
|
|
1872
|
-
w: number;
|
|
1873
|
-
resize: string;
|
|
1874
|
-
};
|
|
1875
|
-
thumb: {
|
|
1876
|
-
h: number;
|
|
1877
|
-
w: number;
|
|
1878
|
-
resize: string;
|
|
1879
|
-
};
|
|
1880
|
-
};
|
|
1881
|
-
original_info: {
|
|
1882
|
-
height: number;
|
|
1883
|
-
width: number;
|
|
1884
|
-
focus_rects?: {
|
|
1885
|
-
x: number;
|
|
1886
|
-
y: number;
|
|
1887
|
-
w: number;
|
|
1888
|
-
h: number;
|
|
1889
|
-
}[];
|
|
1890
|
-
};
|
|
1450
|
+
entities: {
|
|
1451
|
+
user_mentions: {
|
|
1452
|
+
id_str: string;
|
|
1453
|
+
name: string;
|
|
1454
|
+
screen_name: string;
|
|
1455
|
+
indices: number[];
|
|
1891
1456
|
}[];
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
retweeted: boolean;
|
|
1905
|
-
user_id_str: string;
|
|
1906
|
-
id_str: string;
|
|
1907
|
-
extended_entities?: {
|
|
1908
|
-
media: {
|
|
1457
|
+
urls: {
|
|
1458
|
+
display_url: string;
|
|
1459
|
+
expanded_url: string;
|
|
1460
|
+
url: string;
|
|
1461
|
+
indices: number[];
|
|
1462
|
+
}[];
|
|
1463
|
+
hashtags: {
|
|
1464
|
+
indices: number[];
|
|
1465
|
+
text: string;
|
|
1466
|
+
}[];
|
|
1467
|
+
symbols: unknown[];
|
|
1468
|
+
media?: {
|
|
1909
1469
|
display_url: string;
|
|
1910
1470
|
expanded_url: string;
|
|
1911
1471
|
id_str: string;
|
|
1912
1472
|
indices: number[];
|
|
1913
|
-
media_key: string;
|
|
1914
1473
|
media_url_https: string;
|
|
1915
|
-
source_status_id_str?: string;
|
|
1916
|
-
source_user_id_str?: string;
|
|
1917
1474
|
type: string;
|
|
1918
1475
|
url: string;
|
|
1919
|
-
ext_media_availability: {
|
|
1920
|
-
status: string;
|
|
1921
|
-
};
|
|
1922
1476
|
features: {
|
|
1923
1477
|
large?: {
|
|
1924
1478
|
faces: {
|
|
@@ -1985,70 +1539,22 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1985
1539
|
h: number;
|
|
1986
1540
|
}[];
|
|
1987
1541
|
};
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
source_user?: {
|
|
1991
|
-
user_results: {
|
|
1992
|
-
result: {
|
|
1993
|
-
__typename: string;
|
|
1994
|
-
id: string;
|
|
1995
|
-
rest_id: string;
|
|
1996
|
-
affiliates_highlighted_label: {};
|
|
1997
|
-
has_graduated_access: boolean;
|
|
1998
|
-
is_blue_verified: boolean;
|
|
1999
|
-
profile_image_shape: string;
|
|
2000
|
-
legacy: {
|
|
2001
|
-
can_dm: boolean;
|
|
2002
|
-
can_media_tag: boolean;
|
|
2003
|
-
created_at: string;
|
|
2004
|
-
default_profile: boolean;
|
|
2005
|
-
default_profile_image: boolean;
|
|
2006
|
-
description: string;
|
|
2007
|
-
entities: {
|
|
2008
|
-
description: {
|
|
2009
|
-
urls: unknown[];
|
|
2010
|
-
};
|
|
2011
|
-
};
|
|
2012
|
-
fast_followers_count: number;
|
|
2013
|
-
favourites_count: number;
|
|
2014
|
-
followers_count: number;
|
|
2015
|
-
friends_count: number;
|
|
2016
|
-
has_custom_timelines: boolean;
|
|
2017
|
-
is_translator: boolean;
|
|
2018
|
-
listed_count: number;
|
|
2019
|
-
location: string;
|
|
2020
|
-
media_count: number;
|
|
2021
|
-
name: string;
|
|
2022
|
-
normal_followers_count: number;
|
|
2023
|
-
pinned_tweet_ids_str: string[];
|
|
2024
|
-
possibly_sensitive: boolean;
|
|
2025
|
-
profile_image_url_https: string;
|
|
2026
|
-
profile_interstitial_type: string;
|
|
2027
|
-
screen_name: string;
|
|
2028
|
-
statuses_count: number;
|
|
2029
|
-
translator_type: string;
|
|
2030
|
-
verified: boolean;
|
|
2031
|
-
want_retweets: boolean;
|
|
2032
|
-
withheld_in_countries: unknown[];
|
|
2033
|
-
};
|
|
2034
|
-
};
|
|
2035
|
-
};
|
|
2036
|
-
};
|
|
2037
|
-
};
|
|
2038
|
-
mediaStats?: {
|
|
2039
|
-
viewCount: number;
|
|
2040
|
-
};
|
|
2041
|
-
video_info?: {
|
|
2042
|
-
aspect_ratio: number[];
|
|
2043
|
-
duration_millis: number;
|
|
2044
|
-
variants: {
|
|
2045
|
-
bitrate?: number;
|
|
2046
|
-
content_type: string;
|
|
2047
|
-
url: string;
|
|
2048
|
-
}[];
|
|
2049
|
-
};
|
|
1542
|
+
source_status_id_str?: string;
|
|
1543
|
+
source_user_id_str?: string;
|
|
2050
1544
|
}[];
|
|
2051
1545
|
};
|
|
1546
|
+
favorite_count: number;
|
|
1547
|
+
favorited: boolean;
|
|
1548
|
+
full_text: string;
|
|
1549
|
+
is_quote_status: boolean;
|
|
1550
|
+
lang: string;
|
|
1551
|
+
limited_actions: string;
|
|
1552
|
+
quote_count: number;
|
|
1553
|
+
reply_count: number;
|
|
1554
|
+
retweet_count: number;
|
|
1555
|
+
retweeted: boolean;
|
|
1556
|
+
user_id_str: string;
|
|
1557
|
+
id_str: string;
|
|
2052
1558
|
retweeted_status_result?: {
|
|
2053
1559
|
result: {
|
|
2054
1560
|
__typename: string;
|
|
@@ -2108,19 +1614,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2108
1614
|
screen_name: string;
|
|
2109
1615
|
statuses_count: number;
|
|
2110
1616
|
translator_type: string;
|
|
1617
|
+
url?: string;
|
|
2111
1618
|
verified: boolean;
|
|
2112
1619
|
want_retweets: boolean;
|
|
2113
1620
|
withheld_in_countries: unknown[];
|
|
2114
|
-
url?: string;
|
|
2115
|
-
};
|
|
2116
|
-
professional?: {
|
|
2117
|
-
rest_id: string;
|
|
2118
|
-
professional_type: string;
|
|
2119
|
-
category: {
|
|
2120
|
-
id: number;
|
|
2121
|
-
name: string;
|
|
2122
|
-
icon_name: string;
|
|
2123
|
-
}[];
|
|
2124
1621
|
};
|
|
2125
1622
|
};
|
|
2126
1623
|
};
|
|
@@ -2240,12 +1737,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2240
1737
|
screen_name: string;
|
|
2241
1738
|
indices: number[];
|
|
2242
1739
|
}[];
|
|
2243
|
-
urls:
|
|
2244
|
-
display_url: string;
|
|
2245
|
-
expanded_url: string;
|
|
2246
|
-
url: string;
|
|
2247
|
-
indices: number[];
|
|
2248
|
-
}[];
|
|
1740
|
+
urls: unknown[];
|
|
2249
1741
|
hashtags: {
|
|
2250
1742
|
indices: number[];
|
|
2251
1743
|
text: string;
|
|
@@ -2262,6 +1754,12 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2262
1754
|
media_url_https: string;
|
|
2263
1755
|
type: string;
|
|
2264
1756
|
url: string;
|
|
1757
|
+
additional_media_info?: {
|
|
1758
|
+
monetizable: boolean;
|
|
1759
|
+
};
|
|
1760
|
+
mediaStats?: {
|
|
1761
|
+
viewCount: number;
|
|
1762
|
+
};
|
|
2265
1763
|
ext_media_availability: {
|
|
2266
1764
|
status: string;
|
|
2267
1765
|
};
|
|
@@ -2331,12 +1829,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2331
1829
|
h: number;
|
|
2332
1830
|
}[];
|
|
2333
1831
|
};
|
|
2334
|
-
additional_media_info?: {
|
|
2335
|
-
monetizable: boolean;
|
|
2336
|
-
};
|
|
2337
|
-
mediaStats?: {
|
|
2338
|
-
viewCount: number;
|
|
2339
|
-
};
|
|
2340
1832
|
video_info?: {
|
|
2341
1833
|
aspect_ratio: number[];
|
|
2342
1834
|
duration_millis: number;
|
|
@@ -2363,60 +1855,281 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2363
1855
|
user_id_str: string;
|
|
2364
1856
|
id_str: string;
|
|
2365
1857
|
};
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
1858
|
+
};
|
|
1859
|
+
limitedActionResults: {
|
|
1860
|
+
limited_actions: {
|
|
1861
|
+
action: string;
|
|
1862
|
+
prompt: {
|
|
1863
|
+
__typename: string;
|
|
1864
|
+
cta_type: string;
|
|
1865
|
+
headline: {
|
|
1866
|
+
text: string;
|
|
1867
|
+
entities: unknown[];
|
|
1868
|
+
};
|
|
1869
|
+
subtext: {
|
|
1870
|
+
text: string;
|
|
1871
|
+
entities: unknown[];
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
}[];
|
|
1875
|
+
};
|
|
1876
|
+
};
|
|
1877
|
+
};
|
|
1878
|
+
possibly_sensitive?: boolean;
|
|
1879
|
+
possibly_sensitive_editable?: boolean;
|
|
1880
|
+
scopes?: {
|
|
1881
|
+
followers: boolean;
|
|
1882
|
+
};
|
|
1883
|
+
extended_entities?: {
|
|
1884
|
+
media: {
|
|
1885
|
+
display_url: string;
|
|
1886
|
+
expanded_url: string;
|
|
1887
|
+
id_str: string;
|
|
1888
|
+
indices: number[];
|
|
1889
|
+
media_key: string;
|
|
1890
|
+
media_url_https: string;
|
|
1891
|
+
type: string;
|
|
1892
|
+
url: string;
|
|
1893
|
+
additional_media_info?: {
|
|
1894
|
+
monetizable: boolean;
|
|
1895
|
+
source_user?: {
|
|
1896
|
+
user_results: {
|
|
1897
|
+
result: {
|
|
1898
|
+
__typename: string;
|
|
1899
|
+
id: string;
|
|
1900
|
+
rest_id: string;
|
|
1901
|
+
affiliates_highlighted_label: {};
|
|
1902
|
+
has_graduated_access: boolean;
|
|
1903
|
+
is_blue_verified: boolean;
|
|
1904
|
+
profile_image_shape: string;
|
|
1905
|
+
legacy: {
|
|
1906
|
+
can_dm: boolean;
|
|
1907
|
+
can_media_tag: boolean;
|
|
1908
|
+
created_at: string;
|
|
1909
|
+
default_profile: boolean;
|
|
1910
|
+
default_profile_image: boolean;
|
|
1911
|
+
description: string;
|
|
1912
|
+
entities: {
|
|
1913
|
+
description: {
|
|
1914
|
+
urls: unknown[];
|
|
1915
|
+
};
|
|
1916
|
+
};
|
|
1917
|
+
fast_followers_count: number;
|
|
1918
|
+
favourites_count: number;
|
|
1919
|
+
followers_count: number;
|
|
1920
|
+
friends_count: number;
|
|
1921
|
+
has_custom_timelines: boolean;
|
|
1922
|
+
is_translator: boolean;
|
|
1923
|
+
listed_count: number;
|
|
1924
|
+
location: string;
|
|
1925
|
+
media_count: number;
|
|
1926
|
+
name: string;
|
|
1927
|
+
normal_followers_count: number;
|
|
1928
|
+
pinned_tweet_ids_str: string[];
|
|
1929
|
+
possibly_sensitive: boolean;
|
|
1930
|
+
profile_image_url_https: string;
|
|
1931
|
+
profile_interstitial_type: string;
|
|
1932
|
+
screen_name: string;
|
|
1933
|
+
statuses_count: number;
|
|
1934
|
+
translator_type: string;
|
|
1935
|
+
verified: boolean;
|
|
1936
|
+
want_retweets: boolean;
|
|
1937
|
+
withheld_in_countries: unknown[];
|
|
1938
|
+
};
|
|
1939
|
+
};
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
};
|
|
1943
|
+
mediaStats?: {
|
|
1944
|
+
viewCount: number;
|
|
1945
|
+
};
|
|
1946
|
+
ext_media_availability: {
|
|
1947
|
+
status: string;
|
|
1948
|
+
};
|
|
1949
|
+
features: {
|
|
1950
|
+
large?: {
|
|
1951
|
+
faces: {
|
|
1952
|
+
x: number;
|
|
1953
|
+
y: number;
|
|
1954
|
+
h: number;
|
|
1955
|
+
w: number;
|
|
1956
|
+
}[];
|
|
1957
|
+
};
|
|
1958
|
+
medium?: {
|
|
1959
|
+
faces: {
|
|
1960
|
+
x: number;
|
|
1961
|
+
y: number;
|
|
1962
|
+
h: number;
|
|
1963
|
+
w: number;
|
|
1964
|
+
}[];
|
|
1965
|
+
};
|
|
1966
|
+
small?: {
|
|
1967
|
+
faces: {
|
|
1968
|
+
x: number;
|
|
1969
|
+
y: number;
|
|
1970
|
+
h: number;
|
|
1971
|
+
w: number;
|
|
1972
|
+
}[];
|
|
1973
|
+
};
|
|
1974
|
+
orig?: {
|
|
1975
|
+
faces: {
|
|
1976
|
+
x: number;
|
|
1977
|
+
y: number;
|
|
1978
|
+
h: number;
|
|
1979
|
+
w: number;
|
|
1980
|
+
}[];
|
|
1981
|
+
};
|
|
1982
|
+
};
|
|
1983
|
+
sizes: {
|
|
1984
|
+
large: {
|
|
1985
|
+
h: number;
|
|
1986
|
+
w: number;
|
|
1987
|
+
resize: string;
|
|
1988
|
+
};
|
|
1989
|
+
medium: {
|
|
1990
|
+
h: number;
|
|
1991
|
+
w: number;
|
|
1992
|
+
resize: string;
|
|
1993
|
+
};
|
|
1994
|
+
small: {
|
|
1995
|
+
h: number;
|
|
1996
|
+
w: number;
|
|
1997
|
+
resize: string;
|
|
1998
|
+
};
|
|
1999
|
+
thumb: {
|
|
2000
|
+
h: number;
|
|
2001
|
+
w: number;
|
|
2002
|
+
resize: string;
|
|
2003
|
+
};
|
|
2004
|
+
};
|
|
2005
|
+
original_info: {
|
|
2006
|
+
height: number;
|
|
2007
|
+
width: number;
|
|
2008
|
+
focus_rects?: {
|
|
2009
|
+
x: number;
|
|
2010
|
+
y: number;
|
|
2011
|
+
w: number;
|
|
2012
|
+
h: number;
|
|
2013
|
+
}[];
|
|
2014
|
+
};
|
|
2015
|
+
video_info?: {
|
|
2016
|
+
aspect_ratio: number[];
|
|
2017
|
+
duration_millis: number;
|
|
2018
|
+
variants: {
|
|
2019
|
+
bitrate?: number;
|
|
2020
|
+
content_type: string;
|
|
2021
|
+
url: string;
|
|
2022
|
+
}[];
|
|
2023
|
+
};
|
|
2024
|
+
source_status_id_str?: string;
|
|
2025
|
+
source_user_id_str?: string;
|
|
2026
|
+
}[];
|
|
2027
|
+
};
|
|
2028
|
+
};
|
|
2029
|
+
card?: {
|
|
2030
|
+
rest_id: string;
|
|
2031
|
+
legacy: {
|
|
2032
|
+
binding_values: {
|
|
2033
|
+
key: string;
|
|
2034
|
+
value: {
|
|
2035
|
+
string_value?: string;
|
|
2036
|
+
type: string;
|
|
2037
|
+
scribe_key?: string;
|
|
2038
|
+
image_value?: {
|
|
2039
|
+
height: number;
|
|
2040
|
+
width: number;
|
|
2041
|
+
url: string;
|
|
2042
|
+
};
|
|
2043
|
+
user_value?: {
|
|
2044
|
+
id_str: string;
|
|
2045
|
+
path: unknown[];
|
|
2046
|
+
};
|
|
2047
|
+
image_color_value?: {
|
|
2048
|
+
palette: {
|
|
2049
|
+
rgb: {
|
|
2050
|
+
blue: number;
|
|
2051
|
+
green: number;
|
|
2052
|
+
red: number;
|
|
2393
2053
|
};
|
|
2394
|
-
|
|
2054
|
+
percentage: number;
|
|
2055
|
+
}[];
|
|
2395
2056
|
};
|
|
2396
2057
|
};
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2058
|
+
}[];
|
|
2059
|
+
card_platform: {
|
|
2060
|
+
platform: {
|
|
2061
|
+
audience: {
|
|
2062
|
+
name: string;
|
|
2063
|
+
};
|
|
2064
|
+
device: {
|
|
2065
|
+
name: string;
|
|
2066
|
+
version: string;
|
|
2067
|
+
};
|
|
2068
|
+
};
|
|
2069
|
+
};
|
|
2070
|
+
name: string;
|
|
2071
|
+
url: string;
|
|
2072
|
+
user_refs_results: {
|
|
2073
|
+
result: {
|
|
2074
|
+
__typename: string;
|
|
2075
|
+
id: string;
|
|
2076
|
+
rest_id: string;
|
|
2077
|
+
affiliates_highlighted_label: {};
|
|
2078
|
+
has_graduated_access: boolean;
|
|
2079
|
+
is_blue_verified: boolean;
|
|
2080
|
+
profile_image_shape: string;
|
|
2081
|
+
legacy: {
|
|
2082
|
+
can_dm: boolean;
|
|
2083
|
+
can_media_tag: boolean;
|
|
2084
|
+
created_at: string;
|
|
2085
|
+
default_profile: boolean;
|
|
2086
|
+
default_profile_image: boolean;
|
|
2087
|
+
description: string;
|
|
2088
|
+
entities: {
|
|
2089
|
+
description: {
|
|
2090
|
+
urls: unknown[];
|
|
2406
2091
|
};
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2092
|
+
url: {
|
|
2093
|
+
urls: {
|
|
2094
|
+
display_url: string;
|
|
2095
|
+
expanded_url: string;
|
|
2096
|
+
url: string;
|
|
2097
|
+
indices: number[];
|
|
2098
|
+
}[];
|
|
2410
2099
|
};
|
|
2411
2100
|
};
|
|
2412
|
-
|
|
2101
|
+
fast_followers_count: number;
|
|
2102
|
+
favourites_count: number;
|
|
2103
|
+
followers_count: number;
|
|
2104
|
+
friends_count: number;
|
|
2105
|
+
has_custom_timelines: boolean;
|
|
2106
|
+
is_translator: boolean;
|
|
2107
|
+
listed_count: number;
|
|
2108
|
+
location: string;
|
|
2109
|
+
media_count: number;
|
|
2110
|
+
name: string;
|
|
2111
|
+
normal_followers_count: number;
|
|
2112
|
+
pinned_tweet_ids_str: unknown[];
|
|
2113
|
+
possibly_sensitive: boolean;
|
|
2114
|
+
profile_banner_url: string;
|
|
2115
|
+
profile_image_url_https: string;
|
|
2116
|
+
profile_interstitial_type: string;
|
|
2117
|
+
screen_name: string;
|
|
2118
|
+
statuses_count: number;
|
|
2119
|
+
translator_type: string;
|
|
2120
|
+
url: string;
|
|
2121
|
+
verified: boolean;
|
|
2122
|
+
verified_type: string;
|
|
2123
|
+
want_retweets: boolean;
|
|
2124
|
+
withheld_in_countries: unknown[];
|
|
2125
|
+
};
|
|
2413
2126
|
};
|
|
2414
|
-
};
|
|
2415
|
-
};
|
|
2416
|
-
scopes?: {
|
|
2417
|
-
followers: boolean;
|
|
2127
|
+
}[];
|
|
2418
2128
|
};
|
|
2419
2129
|
};
|
|
2130
|
+
unified_card?: {
|
|
2131
|
+
card_fetch_state: string;
|
|
2132
|
+
};
|
|
2420
2133
|
previous_counts?: {
|
|
2421
2134
|
bookmark_count: number;
|
|
2422
2135
|
favorite_count: number;
|
|
@@ -2542,10 +2255,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2542
2255
|
screen_name: string;
|
|
2543
2256
|
statuses_count: number;
|
|
2544
2257
|
translator_type: string;
|
|
2545
|
-
url?: string;
|
|
2546
2258
|
verified: boolean;
|
|
2547
2259
|
want_retweets: boolean;
|
|
2548
2260
|
withheld_in_countries: unknown[];
|
|
2261
|
+
url?: string;
|
|
2549
2262
|
verified_type?: string;
|
|
2550
2263
|
};
|
|
2551
2264
|
professional?: {
|
|
@@ -2557,7 +2270,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2557
2270
|
icon_name: string;
|
|
2558
2271
|
}[];
|
|
2559
2272
|
};
|
|
2560
|
-
super_follow_eligible?: boolean;
|
|
2561
2273
|
};
|
|
2562
2274
|
};
|
|
2563
2275
|
};
|
|
@@ -2567,49 +2279,12 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2567
2279
|
is_edit_eligible: boolean;
|
|
2568
2280
|
edits_remaining: string;
|
|
2569
2281
|
};
|
|
2570
|
-
edit_perspective?: {
|
|
2571
|
-
favorited: boolean;
|
|
2572
|
-
retweeted: boolean;
|
|
2573
|
-
};
|
|
2574
2282
|
is_translatable: boolean;
|
|
2575
2283
|
views: {
|
|
2576
2284
|
count?: string;
|
|
2577
2285
|
state: string;
|
|
2578
2286
|
};
|
|
2579
2287
|
source: string;
|
|
2580
|
-
note_tweet?: {
|
|
2581
|
-
is_expandable: boolean;
|
|
2582
|
-
note_tweet_results: {
|
|
2583
|
-
result: {
|
|
2584
|
-
id: string;
|
|
2585
|
-
text: string;
|
|
2586
|
-
entity_set: {
|
|
2587
|
-
user_mentions: unknown[];
|
|
2588
|
-
urls: {
|
|
2589
|
-
display_url: string;
|
|
2590
|
-
expanded_url: string;
|
|
2591
|
-
url: string;
|
|
2592
|
-
indices: number[];
|
|
2593
|
-
}[];
|
|
2594
|
-
hashtags: {
|
|
2595
|
-
indices: number[];
|
|
2596
|
-
text: string;
|
|
2597
|
-
}[];
|
|
2598
|
-
symbols: unknown[];
|
|
2599
|
-
};
|
|
2600
|
-
richtext: {
|
|
2601
|
-
richtext_tags: {
|
|
2602
|
-
from_index: number;
|
|
2603
|
-
to_index: number;
|
|
2604
|
-
richtext_types: string[];
|
|
2605
|
-
}[];
|
|
2606
|
-
};
|
|
2607
|
-
media: {
|
|
2608
|
-
inline_media: unknown[];
|
|
2609
|
-
};
|
|
2610
|
-
};
|
|
2611
|
-
};
|
|
2612
|
-
};
|
|
2613
2288
|
legacy: {
|
|
2614
2289
|
bookmark_count: number;
|
|
2615
2290
|
bookmarked: boolean;
|
|
@@ -2964,6 +2639,35 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2964
2639
|
unified_card?: {
|
|
2965
2640
|
card_fetch_state: string;
|
|
2966
2641
|
};
|
|
2642
|
+
note_tweet?: {
|
|
2643
|
+
is_expandable: boolean;
|
|
2644
|
+
note_tweet_results: {
|
|
2645
|
+
result: {
|
|
2646
|
+
id: string;
|
|
2647
|
+
text: string;
|
|
2648
|
+
entity_set: {
|
|
2649
|
+
user_mentions: unknown[];
|
|
2650
|
+
urls: {
|
|
2651
|
+
display_url: string;
|
|
2652
|
+
expanded_url: string;
|
|
2653
|
+
url: string;
|
|
2654
|
+
indices: number[];
|
|
2655
|
+
}[];
|
|
2656
|
+
hashtags: {
|
|
2657
|
+
indices: number[];
|
|
2658
|
+
text: string;
|
|
2659
|
+
}[];
|
|
2660
|
+
symbols: unknown[];
|
|
2661
|
+
};
|
|
2662
|
+
richtext: {
|
|
2663
|
+
richtext_tags: unknown[];
|
|
2664
|
+
};
|
|
2665
|
+
media: {
|
|
2666
|
+
inline_media: unknown[];
|
|
2667
|
+
};
|
|
2668
|
+
};
|
|
2669
|
+
};
|
|
2670
|
+
};
|
|
2967
2671
|
quotedRefResult?: {
|
|
2968
2672
|
result: {
|
|
2969
2673
|
__typename: string;
|
|
@@ -3109,11 +2813,11 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
3109
2813
|
screen_name: string;
|
|
3110
2814
|
statuses_count: number;
|
|
3111
2815
|
translator_type: string;
|
|
2816
|
+
url?: string;
|
|
3112
2817
|
verified: boolean;
|
|
3113
2818
|
verified_type?: string;
|
|
3114
2819
|
want_retweets: boolean;
|
|
3115
2820
|
withheld_in_countries: unknown[];
|
|
3116
|
-
url?: string;
|
|
3117
2821
|
};
|
|
3118
2822
|
professional?: {
|
|
3119
2823
|
rest_id: string;
|
|
@@ -3133,17 +2837,12 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
3133
2837
|
}[];
|
|
3134
2838
|
impressionId: string;
|
|
3135
2839
|
impressionString: string;
|
|
3136
|
-
clickTrackingInfo
|
|
2840
|
+
clickTrackingInfo: {
|
|
3137
2841
|
urlParams: {
|
|
3138
2842
|
key: string;
|
|
3139
2843
|
value: string;
|
|
3140
2844
|
}[];
|
|
3141
2845
|
};
|
|
3142
|
-
promotedTrendName?: string;
|
|
3143
|
-
promotedTrendQueryTerm?: string;
|
|
3144
|
-
promotedTrend?: {
|
|
3145
|
-
rest_id: string;
|
|
3146
|
-
};
|
|
3147
2846
|
adMetadataContainer?: {
|
|
3148
2847
|
dynamicCardContent: {
|
|
3149
2848
|
card_type: string;
|
|
@@ -3331,13 +3030,12 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
3331
3030
|
screen_name: string;
|
|
3332
3031
|
statuses_count: number;
|
|
3333
3032
|
translator_type: string;
|
|
3334
|
-
url?: string;
|
|
3335
3033
|
verified: boolean;
|
|
3336
3034
|
want_retweets: boolean;
|
|
3337
3035
|
withheld_in_countries: unknown[];
|
|
3036
|
+
url?: string;
|
|
3338
3037
|
verified_type?: string;
|
|
3339
3038
|
};
|
|
3340
|
-
super_follow_eligible?: boolean;
|
|
3341
3039
|
professional?: {
|
|
3342
3040
|
rest_id: string;
|
|
3343
3041
|
professional_type: string;
|
|
@@ -3347,6 +3045,7 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
3347
3045
|
icon_name: string;
|
|
3348
3046
|
}[];
|
|
3349
3047
|
};
|
|
3048
|
+
super_follow_eligible?: boolean;
|
|
3350
3049
|
};
|
|
3351
3050
|
};
|
|
3352
3051
|
userDisplayType?: string;
|
|
@@ -3991,12 +3690,12 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
3991
3690
|
header?: {
|
|
3992
3691
|
displayType: string;
|
|
3993
3692
|
text: string;
|
|
3693
|
+
sticky: boolean;
|
|
3994
3694
|
socialContext?: {
|
|
3995
3695
|
type: string;
|
|
3996
3696
|
contextType: string;
|
|
3997
3697
|
text: string;
|
|
3998
3698
|
};
|
|
3999
|
-
sticky: boolean;
|
|
4000
3699
|
};
|
|
4001
3700
|
footer?: {
|
|
4002
3701
|
displayType: string;
|
|
@@ -4094,9 +3793,9 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
4094
3793
|
feedbackType: string;
|
|
4095
3794
|
prompt?: string;
|
|
4096
3795
|
confirmation?: string;
|
|
4097
|
-
childKeys?: string[];
|
|
4098
3796
|
feedbackUrl?: string;
|
|
4099
3797
|
hasUndoAction: boolean;
|
|
3798
|
+
childKeys?: string[];
|
|
4100
3799
|
icon?: string;
|
|
4101
3800
|
richBehavior?: {
|
|
4102
3801
|
type: string;
|