@book000/twitterts 0.39.0 → 0.41.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 +8 -1
- package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +31 -18
- package/dist/generate-types/custom-types-generator.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/responses/custom/custom-graph-qltimeline-success-response.d.ts +5164 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.js +4 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.js.map +1 -0
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +157 -157
- 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 +1077 -809
- 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 +33 -33
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +271 -10
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +154 -154
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +373 -14
- 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 +48 -8
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +157 -157
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +2 -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 +1215 -1215
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +428 -14
- 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 +236 -236
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.d.ts +2 -2
- package/dist/parser/home-timeline-parser.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.js.map +1 -1
- package/dist/scraper.d.ts +3 -2
- package/dist/scraper.d.ts.map +1 -1
- package/dist/scraper.js +5 -2
- 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.map +1 -1
- package/dist/twitter.js +4 -2
- package/dist/twitter.js.map +1 -1
- package/package.json +1 -1
|
@@ -85,13 +85,13 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
85
85
|
screen_name: string;
|
|
86
86
|
statuses_count: number;
|
|
87
87
|
translator_type: string;
|
|
88
|
-
url?: string;
|
|
89
88
|
verified: boolean;
|
|
90
89
|
want_retweets: boolean;
|
|
91
90
|
withheld_in_countries: unknown[];
|
|
91
|
+
url?: string;
|
|
92
92
|
verified_type?: string;
|
|
93
|
-
followed_by?: boolean;
|
|
94
93
|
following?: boolean;
|
|
94
|
+
followed_by?: boolean;
|
|
95
95
|
};
|
|
96
96
|
professional?: {
|
|
97
97
|
rest_id: string;
|
|
@@ -143,8 +143,6 @@ 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;
|
|
148
146
|
type: string;
|
|
149
147
|
url: string;
|
|
150
148
|
features: {
|
|
@@ -221,6 +219,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
221
219
|
h: number;
|
|
222
220
|
}[];
|
|
223
221
|
};
|
|
222
|
+
source_status_id_str?: string;
|
|
223
|
+
source_user_id_str?: string;
|
|
224
224
|
}[];
|
|
225
225
|
user_mentions: {
|
|
226
226
|
id_str: string;
|
|
@@ -251,10 +251,85 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
251
251
|
indices: number[];
|
|
252
252
|
media_key: string;
|
|
253
253
|
media_url_https: string;
|
|
254
|
-
source_status_id_str?: string;
|
|
255
|
-
source_user_id_str?: string;
|
|
256
254
|
type: string;
|
|
257
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
|
+
};
|
|
258
333
|
additional_media_info?: {
|
|
259
334
|
monetizable: boolean;
|
|
260
335
|
source_user?: {
|
|
@@ -324,10 +399,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
324
399
|
screen_name: string;
|
|
325
400
|
statuses_count: number;
|
|
326
401
|
translator_type: string;
|
|
402
|
+
url?: string;
|
|
327
403
|
verified: boolean;
|
|
328
404
|
want_retweets: boolean;
|
|
329
405
|
withheld_in_countries: unknown[];
|
|
330
|
-
url?: string;
|
|
331
406
|
verified_type?: string;
|
|
332
407
|
};
|
|
333
408
|
professional?: {
|
|
@@ -356,83 +431,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
356
431
|
mediaStats?: {
|
|
357
432
|
viewCount: number;
|
|
358
433
|
};
|
|
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
434
|
video_info?: {
|
|
437
435
|
aspect_ratio: number[];
|
|
438
436
|
duration_millis?: number;
|
|
@@ -442,6 +440,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
442
440
|
url: string;
|
|
443
441
|
}[];
|
|
444
442
|
};
|
|
443
|
+
source_status_id_str?: string;
|
|
444
|
+
source_user_id_str?: string;
|
|
445
445
|
ext_alt_text?: string;
|
|
446
446
|
}[];
|
|
447
447
|
};
|
|
@@ -458,9 +458,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
458
458
|
retweeted: boolean;
|
|
459
459
|
user_id_str: string;
|
|
460
460
|
id_str: string;
|
|
461
|
-
scopes?: {
|
|
462
|
-
followers: boolean;
|
|
463
|
-
};
|
|
464
461
|
retweeted_status_result?: {
|
|
465
462
|
result: {
|
|
466
463
|
__typename: string;
|
|
@@ -549,10 +546,10 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
549
546
|
screen_name: string;
|
|
550
547
|
statuses_count: number;
|
|
551
548
|
translator_type: string;
|
|
552
|
-
url?: string;
|
|
553
549
|
verified: boolean;
|
|
554
550
|
want_retweets: boolean;
|
|
555
551
|
withheld_in_countries: unknown[];
|
|
552
|
+
url?: string;
|
|
556
553
|
verified_type?: string;
|
|
557
554
|
following?: boolean;
|
|
558
555
|
};
|
|
@@ -606,6 +603,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
606
603
|
id_str: string;
|
|
607
604
|
indices: number[];
|
|
608
605
|
media_url_https: string;
|
|
606
|
+
source_status_id_str?: string;
|
|
607
|
+
source_user_id_str?: string;
|
|
609
608
|
type: string;
|
|
610
609
|
url: string;
|
|
611
610
|
features: {
|
|
@@ -682,8 +681,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
682
681
|
h: number;
|
|
683
682
|
}[];
|
|
684
683
|
};
|
|
685
|
-
source_status_id_str?: string;
|
|
686
|
-
source_user_id_str?: string;
|
|
687
684
|
}[];
|
|
688
685
|
user_mentions: {
|
|
689
686
|
id_str: string;
|
|
@@ -711,6 +708,8 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
711
708
|
indices: number[];
|
|
712
709
|
media_key: string;
|
|
713
710
|
media_url_https: string;
|
|
711
|
+
source_status_id_str?: string;
|
|
712
|
+
source_user_id_str?: string;
|
|
714
713
|
type: string;
|
|
715
714
|
url: string;
|
|
716
715
|
additional_media_info?: {
|
|
@@ -881,8 +880,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
881
880
|
url: string;
|
|
882
881
|
}[];
|
|
883
882
|
};
|
|
884
|
-
source_status_id_str?: string;
|
|
885
|
-
source_user_id_str?: string;
|
|
886
883
|
}[];
|
|
887
884
|
};
|
|
888
885
|
favorite_count: number;
|
|
@@ -1172,6 +1169,9 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1172
1169
|
};
|
|
1173
1170
|
};
|
|
1174
1171
|
};
|
|
1172
|
+
scopes?: {
|
|
1173
|
+
followers: boolean;
|
|
1174
|
+
};
|
|
1175
1175
|
quoted_status_id_str?: string;
|
|
1176
1176
|
quoted_status_permalink?: {
|
|
1177
1177
|
url: string;
|
|
@@ -1197,140 +1197,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
1197
1197
|
in_reply_to_status_id_str?: string;
|
|
1198
1198
|
in_reply_to_user_id_str?: string;
|
|
1199
1199
|
};
|
|
1200
|
-
card?: {
|
|
1201
|
-
rest_id: string;
|
|
1202
|
-
legacy: {
|
|
1203
|
-
binding_values: {
|
|
1204
|
-
key: string;
|
|
1205
|
-
value: {
|
|
1206
|
-
string_value?: string;
|
|
1207
|
-
type: string;
|
|
1208
|
-
scribe_key?: string;
|
|
1209
|
-
image_value?: {
|
|
1210
|
-
height: number;
|
|
1211
|
-
width: number;
|
|
1212
|
-
url: string;
|
|
1213
|
-
alt?: string;
|
|
1214
|
-
};
|
|
1215
|
-
user_value?: {
|
|
1216
|
-
id_str: string;
|
|
1217
|
-
path: unknown[];
|
|
1218
|
-
};
|
|
1219
|
-
image_color_value?: {
|
|
1220
|
-
palette: {
|
|
1221
|
-
rgb: {
|
|
1222
|
-
blue: number;
|
|
1223
|
-
green: number;
|
|
1224
|
-
red: number;
|
|
1225
|
-
};
|
|
1226
|
-
percentage: number;
|
|
1227
|
-
}[];
|
|
1228
|
-
};
|
|
1229
|
-
boolean_value?: boolean;
|
|
1230
|
-
};
|
|
1231
|
-
}[];
|
|
1232
|
-
card_platform: {
|
|
1233
|
-
platform: {
|
|
1234
|
-
audience: {
|
|
1235
|
-
name: string;
|
|
1236
|
-
};
|
|
1237
|
-
device: {
|
|
1238
|
-
name: string;
|
|
1239
|
-
version: string;
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
};
|
|
1243
|
-
name: string;
|
|
1244
|
-
url: string;
|
|
1245
|
-
user_refs_results: {
|
|
1246
|
-
result: {
|
|
1247
|
-
__typename: string;
|
|
1248
|
-
id: string;
|
|
1249
|
-
rest_id: string;
|
|
1250
|
-
affiliates_highlighted_label: {
|
|
1251
|
-
label?: {
|
|
1252
|
-
url: {
|
|
1253
|
-
url: string;
|
|
1254
|
-
urlType: string;
|
|
1255
|
-
};
|
|
1256
|
-
badge: {
|
|
1257
|
-
url: string;
|
|
1258
|
-
};
|
|
1259
|
-
description: string;
|
|
1260
|
-
userLabelType: string;
|
|
1261
|
-
userLabelDisplayType: string;
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
has_graduated_access: boolean;
|
|
1265
|
-
is_blue_verified: boolean;
|
|
1266
|
-
profile_image_shape: string;
|
|
1267
|
-
legacy: {
|
|
1268
|
-
can_dm: boolean;
|
|
1269
|
-
can_media_tag: boolean;
|
|
1270
|
-
created_at: string;
|
|
1271
|
-
default_profile: boolean;
|
|
1272
|
-
default_profile_image: boolean;
|
|
1273
|
-
description: string;
|
|
1274
|
-
entities: {
|
|
1275
|
-
description: {
|
|
1276
|
-
urls: {
|
|
1277
|
-
display_url: string;
|
|
1278
|
-
expanded_url: string;
|
|
1279
|
-
url: string;
|
|
1280
|
-
indices: number[];
|
|
1281
|
-
}[];
|
|
1282
|
-
};
|
|
1283
|
-
url: {
|
|
1284
|
-
urls: {
|
|
1285
|
-
display_url?: string;
|
|
1286
|
-
expanded_url?: string;
|
|
1287
|
-
url: string;
|
|
1288
|
-
indices: number[];
|
|
1289
|
-
}[];
|
|
1290
|
-
};
|
|
1291
|
-
};
|
|
1292
|
-
fast_followers_count: number;
|
|
1293
|
-
favourites_count: number;
|
|
1294
|
-
followers_count: number;
|
|
1295
|
-
friends_count: number;
|
|
1296
|
-
has_custom_timelines: boolean;
|
|
1297
|
-
is_translator: boolean;
|
|
1298
|
-
listed_count: number;
|
|
1299
|
-
location: string;
|
|
1300
|
-
media_count: number;
|
|
1301
|
-
name: string;
|
|
1302
|
-
normal_followers_count: number;
|
|
1303
|
-
pinned_tweet_ids_str: string[];
|
|
1304
|
-
possibly_sensitive: boolean;
|
|
1305
|
-
profile_banner_url: string;
|
|
1306
|
-
profile_image_url_https: string;
|
|
1307
|
-
profile_interstitial_type: string;
|
|
1308
|
-
screen_name: string;
|
|
1309
|
-
statuses_count: number;
|
|
1310
|
-
translator_type: string;
|
|
1311
|
-
url: string;
|
|
1312
|
-
verified: boolean;
|
|
1313
|
-
want_retweets: boolean;
|
|
1314
|
-
withheld_in_countries: unknown[];
|
|
1315
|
-
verified_type?: string;
|
|
1316
|
-
protected?: boolean;
|
|
1317
|
-
};
|
|
1318
|
-
professional?: {
|
|
1319
|
-
rest_id: string;
|
|
1320
|
-
professional_type: string;
|
|
1321
|
-
category: {
|
|
1322
|
-
id: number;
|
|
1323
|
-
name: string;
|
|
1324
|
-
icon_name: string;
|
|
1325
|
-
}[];
|
|
1326
|
-
};
|
|
1327
|
-
};
|
|
1328
|
-
}[];
|
|
1329
|
-
};
|
|
1330
|
-
};
|
|
1331
|
-
unified_card?: {
|
|
1332
|
-
card_fetch_state: string;
|
|
1333
|
-
};
|
|
1334
1200
|
tweet?: {
|
|
1335
1201
|
rest_id: string;
|
|
1336
1202
|
core: {
|
|
@@ -2184,6 +2050,140 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2184
2050
|
};
|
|
2185
2051
|
}[];
|
|
2186
2052
|
};
|
|
2053
|
+
card?: {
|
|
2054
|
+
rest_id: string;
|
|
2055
|
+
legacy: {
|
|
2056
|
+
binding_values: {
|
|
2057
|
+
key: string;
|
|
2058
|
+
value: {
|
|
2059
|
+
string_value?: string;
|
|
2060
|
+
type: string;
|
|
2061
|
+
scribe_key?: string;
|
|
2062
|
+
image_value?: {
|
|
2063
|
+
height: number;
|
|
2064
|
+
width: number;
|
|
2065
|
+
url: string;
|
|
2066
|
+
alt?: string;
|
|
2067
|
+
};
|
|
2068
|
+
user_value?: {
|
|
2069
|
+
id_str: string;
|
|
2070
|
+
path: unknown[];
|
|
2071
|
+
};
|
|
2072
|
+
image_color_value?: {
|
|
2073
|
+
palette: {
|
|
2074
|
+
rgb: {
|
|
2075
|
+
blue: number;
|
|
2076
|
+
green: number;
|
|
2077
|
+
red: number;
|
|
2078
|
+
};
|
|
2079
|
+
percentage: number;
|
|
2080
|
+
}[];
|
|
2081
|
+
};
|
|
2082
|
+
boolean_value?: boolean;
|
|
2083
|
+
};
|
|
2084
|
+
}[];
|
|
2085
|
+
card_platform: {
|
|
2086
|
+
platform: {
|
|
2087
|
+
audience: {
|
|
2088
|
+
name: string;
|
|
2089
|
+
};
|
|
2090
|
+
device: {
|
|
2091
|
+
name: string;
|
|
2092
|
+
version: string;
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
};
|
|
2096
|
+
name: string;
|
|
2097
|
+
url: string;
|
|
2098
|
+
user_refs_results: {
|
|
2099
|
+
result: {
|
|
2100
|
+
__typename: string;
|
|
2101
|
+
id: string;
|
|
2102
|
+
rest_id: string;
|
|
2103
|
+
affiliates_highlighted_label: {
|
|
2104
|
+
label?: {
|
|
2105
|
+
url: {
|
|
2106
|
+
url: string;
|
|
2107
|
+
urlType: string;
|
|
2108
|
+
};
|
|
2109
|
+
badge: {
|
|
2110
|
+
url: string;
|
|
2111
|
+
};
|
|
2112
|
+
description: string;
|
|
2113
|
+
userLabelType: string;
|
|
2114
|
+
userLabelDisplayType: string;
|
|
2115
|
+
};
|
|
2116
|
+
};
|
|
2117
|
+
has_graduated_access: boolean;
|
|
2118
|
+
is_blue_verified: boolean;
|
|
2119
|
+
profile_image_shape: string;
|
|
2120
|
+
legacy: {
|
|
2121
|
+
can_dm: boolean;
|
|
2122
|
+
can_media_tag: boolean;
|
|
2123
|
+
created_at: string;
|
|
2124
|
+
default_profile: boolean;
|
|
2125
|
+
default_profile_image: boolean;
|
|
2126
|
+
description: string;
|
|
2127
|
+
entities: {
|
|
2128
|
+
description: {
|
|
2129
|
+
urls: {
|
|
2130
|
+
display_url: string;
|
|
2131
|
+
expanded_url: string;
|
|
2132
|
+
url: string;
|
|
2133
|
+
indices: number[];
|
|
2134
|
+
}[];
|
|
2135
|
+
};
|
|
2136
|
+
url: {
|
|
2137
|
+
urls: {
|
|
2138
|
+
display_url?: string;
|
|
2139
|
+
expanded_url?: string;
|
|
2140
|
+
url: string;
|
|
2141
|
+
indices: number[];
|
|
2142
|
+
}[];
|
|
2143
|
+
};
|
|
2144
|
+
};
|
|
2145
|
+
fast_followers_count: number;
|
|
2146
|
+
favourites_count: number;
|
|
2147
|
+
followers_count: number;
|
|
2148
|
+
friends_count: number;
|
|
2149
|
+
has_custom_timelines: boolean;
|
|
2150
|
+
is_translator: boolean;
|
|
2151
|
+
listed_count: number;
|
|
2152
|
+
location: string;
|
|
2153
|
+
media_count: number;
|
|
2154
|
+
name: string;
|
|
2155
|
+
normal_followers_count: number;
|
|
2156
|
+
pinned_tweet_ids_str: string[];
|
|
2157
|
+
possibly_sensitive: boolean;
|
|
2158
|
+
profile_banner_url: string;
|
|
2159
|
+
profile_image_url_https: string;
|
|
2160
|
+
profile_interstitial_type: string;
|
|
2161
|
+
screen_name: string;
|
|
2162
|
+
statuses_count: number;
|
|
2163
|
+
translator_type: string;
|
|
2164
|
+
url: string;
|
|
2165
|
+
verified: boolean;
|
|
2166
|
+
want_retweets: boolean;
|
|
2167
|
+
withheld_in_countries: unknown[];
|
|
2168
|
+
verified_type?: string;
|
|
2169
|
+
protected?: boolean;
|
|
2170
|
+
};
|
|
2171
|
+
professional?: {
|
|
2172
|
+
rest_id: string;
|
|
2173
|
+
professional_type: string;
|
|
2174
|
+
category: {
|
|
2175
|
+
id: number;
|
|
2176
|
+
name: string;
|
|
2177
|
+
icon_name: string;
|
|
2178
|
+
}[];
|
|
2179
|
+
};
|
|
2180
|
+
};
|
|
2181
|
+
}[];
|
|
2182
|
+
};
|
|
2183
|
+
};
|
|
2184
|
+
unified_card?: {
|
|
2185
|
+
card_fetch_state: string;
|
|
2186
|
+
};
|
|
2187
2187
|
quoted_status_result?: {
|
|
2188
2188
|
result: {
|
|
2189
2189
|
__typename: string;
|
|
@@ -2722,16 +2722,6 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2722
2722
|
tweetDisplayType: string;
|
|
2723
2723
|
socialContext?: {
|
|
2724
2724
|
type: string;
|
|
2725
|
-
topic?: {
|
|
2726
|
-
description: string;
|
|
2727
|
-
following: boolean;
|
|
2728
|
-
icon_url: string;
|
|
2729
|
-
id: string;
|
|
2730
|
-
topic_id: string;
|
|
2731
|
-
name: string;
|
|
2732
|
-
not_interested: boolean;
|
|
2733
|
-
};
|
|
2734
|
-
functionalityType?: string;
|
|
2735
2725
|
contextType?: string;
|
|
2736
2726
|
text?: string;
|
|
2737
2727
|
landingUrl?: {
|
|
@@ -2745,6 +2735,16 @@ export interface GraphQLPostHomeTimelineSuccessResponse {
|
|
|
2745
2735
|
}[];
|
|
2746
2736
|
};
|
|
2747
2737
|
};
|
|
2738
|
+
topic?: {
|
|
2739
|
+
description: string;
|
|
2740
|
+
following: boolean;
|
|
2741
|
+
icon_url: string;
|
|
2742
|
+
id: string;
|
|
2743
|
+
topic_id: string;
|
|
2744
|
+
name: string;
|
|
2745
|
+
not_interested: boolean;
|
|
2746
|
+
};
|
|
2747
|
+
functionalityType?: string;
|
|
2748
2748
|
};
|
|
2749
2749
|
promotedMetadata?: {
|
|
2750
2750
|
advertiser_results: {
|