@book000/twitterts 0.76.2 → 0.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/converter.d.ts.map +1 -1
  2. package/dist/converter.js +22 -6
  3. package/dist/converter.js.map +1 -1
  4. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +11584 -10128
  5. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
  6. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +107 -27
  7. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
  8. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +9667 -8491
  9. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
  10. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +3174 -2930
  11. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
  12. package/dist/models/responses/custom/custom-tweet-object.d.ts +11207 -10188
  13. package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
  14. package/dist/models/responses/custom/custom-user-legacy-object.d.ts +4 -4
  15. package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
  16. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +8209 -7671
  17. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
  18. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +284 -330
  19. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
  20. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts +92 -149
  21. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts.map +1 -1
  22. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts +119 -35
  23. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts.map +1 -1
  24. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts +9 -2
  25. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts.map +1 -1
  26. package/dist/models/responses/graphql/get/get-alt-text-prompt-preference-success.d.ts +26 -0
  27. package/dist/models/responses/graphql/get/get-alt-text-prompt-preference-success.d.ts.map +1 -1
  28. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +569 -145
  29. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
  30. package/dist/models/responses/graphql/get/home-timeline-success.d.ts +8257 -6974
  31. package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
  32. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts +2 -0
  33. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts.map +1 -1
  34. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts +44 -14
  35. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts.map +1 -1
  36. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +20 -7
  37. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
  38. package/dist/models/responses/graphql/get/search-timeline-success.d.ts +107 -27
  39. package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
  40. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +35 -9
  41. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
  42. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts +284 -293
  43. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts.map +1 -1
  44. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts +1 -1
  45. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts.map +1 -1
  46. package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +32 -6
  47. package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts.map +1 -1
  48. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +32 -9
  49. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
  50. package/dist/models/responses/graphql/get/user-tweets-success.d.ts +2092 -2133
  51. package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
  52. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts +1 -0
  53. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -1
  54. package/dist/models/responses/graphql/get/viewer-success.d.ts +78 -18
  55. package/dist/models/responses/graphql/get/viewer-success.d.ts.map +1 -1
  56. package/dist/models/responses/graphql/post/home-timeline-success.d.ts +8982 -7410
  57. package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
  58. package/dist/parser/user-tweets.js +0 -1
  59. package/dist/parser/user-tweets.js.map +1 -1
  60. package/dist/tsconfig.build.tsbuildinfo +1 -1
  61. package/package.json +2 -2
@@ -28,6 +28,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
28
28
  adMetadataContainer: {
29
29
  renderLegacyWebsiteCard: boolean;
30
30
  unifiedCardOverride?: string;
31
+ isQuickPromote?: boolean;
31
32
  };
32
33
  advertiser_results: {
33
34
  result: {
@@ -50,9 +51,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
50
51
  id: string;
51
52
  is_blue_verified: boolean;
52
53
  legacy: {
53
- can_dm: boolean;
54
- can_media_tag: boolean;
55
- created_at: string;
54
+ can_dm?: boolean;
55
+ can_media_tag?: boolean;
56
+ created_at?: string;
56
57
  default_profile: boolean;
57
58
  default_profile_image: boolean;
58
59
  description: string;
@@ -77,25 +78,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
77
78
  fast_followers_count: number;
78
79
  favourites_count: number;
79
80
  followers_count: number;
80
- following: boolean;
81
+ following?: boolean;
81
82
  friends_count: number;
82
83
  has_custom_timelines: boolean;
83
84
  is_translator: boolean;
84
85
  listed_count: number;
85
- location: string;
86
+ location?: string;
86
87
  media_count: number;
87
- name: string;
88
+ name?: string;
88
89
  normal_followers_count: number;
89
90
  pinned_tweet_ids_str: string[];
90
91
  possibly_sensitive: boolean;
91
92
  profile_banner_url?: string;
92
- profile_image_url_https: string;
93
+ profile_image_url_https?: string;
93
94
  profile_interstitial_type: string;
94
- screen_name: string;
95
+ screen_name?: string;
95
96
  statuses_count: number;
96
97
  translator_type: string;
97
98
  url?: string;
98
- verified: boolean;
99
+ verified?: boolean;
99
100
  verified_type?: string;
100
101
  want_retweets: boolean;
101
102
  withheld_in_countries: unknown[];
@@ -118,6 +119,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
118
119
  bitcoin_handle?: string;
119
120
  ethereum_handle?: string;
120
121
  };
122
+ avatar?: {
123
+ image_url: string;
124
+ };
125
+ core?: {
126
+ created_at: string;
127
+ name: string;
128
+ screen_name: string;
129
+ };
130
+ dm_permissions?: {
131
+ can_dm: boolean;
132
+ };
133
+ location?: {
134
+ location: string;
135
+ };
136
+ media_permissions?: {
137
+ can_media_tag: boolean;
138
+ };
139
+ privacy?: {
140
+ protected: boolean;
141
+ };
142
+ relationship_perspectives?: {
143
+ following: boolean;
144
+ };
145
+ verification?: {
146
+ verified: boolean;
147
+ verified_type?: string;
148
+ };
121
149
  };
122
150
  };
123
151
  clickTrackingInfo: {
@@ -203,9 +231,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
203
231
  id: string;
204
232
  is_blue_verified: boolean;
205
233
  legacy: {
206
- can_dm: boolean;
207
- can_media_tag: boolean;
208
- created_at: string;
234
+ can_dm?: boolean;
235
+ can_media_tag?: boolean;
236
+ created_at?: string;
209
237
  default_profile: boolean;
210
238
  default_profile_image: boolean;
211
239
  description: string;
@@ -230,25 +258,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
230
258
  fast_followers_count: number;
231
259
  favourites_count: number;
232
260
  followers_count: number;
233
- following: boolean;
261
+ following?: boolean;
234
262
  friends_count: number;
235
263
  has_custom_timelines: boolean;
236
264
  is_translator: boolean;
237
265
  listed_count: number;
238
- location: string;
266
+ location?: string;
239
267
  media_count: number;
240
- name: string;
268
+ name?: string;
241
269
  normal_followers_count: number;
242
270
  pinned_tweet_ids_str: string[];
243
271
  possibly_sensitive: boolean;
244
272
  profile_banner_url?: string;
245
- profile_image_url_https: string;
273
+ profile_image_url_https?: string;
246
274
  profile_interstitial_type: string;
247
- screen_name: string;
275
+ screen_name?: string;
248
276
  statuses_count: number;
249
277
  translator_type: string;
250
278
  url?: string;
251
- verified: boolean;
279
+ verified?: boolean;
252
280
  verified_type?: string;
253
281
  want_retweets: boolean;
254
282
  withheld_in_countries: unknown[];
@@ -273,6 +301,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
273
301
  patreon_handle?: string;
274
302
  bitcoin_handle?: string;
275
303
  };
304
+ avatar?: {
305
+ image_url: string;
306
+ };
307
+ core?: {
308
+ created_at: string;
309
+ name: string;
310
+ screen_name: string;
311
+ };
312
+ dm_permissions?: {
313
+ can_dm: boolean;
314
+ };
315
+ location?: {
316
+ location: string;
317
+ };
318
+ media_permissions?: {
319
+ can_media_tag: boolean;
320
+ };
321
+ privacy?: {
322
+ protected: boolean;
323
+ };
324
+ relationship_perspectives?: {
325
+ following: boolean;
326
+ };
327
+ verification?: {
328
+ verified: boolean;
329
+ verified_type?: string;
330
+ };
276
331
  };
277
332
  }[];
278
333
  };
@@ -320,9 +375,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
320
375
  id: string;
321
376
  is_blue_verified: boolean;
322
377
  legacy: {
323
- can_dm: boolean;
324
- can_media_tag: boolean;
325
- created_at: string;
378
+ can_dm?: boolean;
379
+ can_media_tag?: boolean;
380
+ created_at?: string;
326
381
  default_profile: boolean;
327
382
  default_profile_image: boolean;
328
383
  description: string;
@@ -348,26 +403,26 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
348
403
  favourites_count: number;
349
404
  followed_by?: boolean;
350
405
  followers_count: number;
351
- following: boolean;
406
+ following?: boolean;
352
407
  friends_count: number;
353
408
  has_custom_timelines: boolean;
354
409
  is_translator: boolean;
355
410
  listed_count: number;
356
- location: string;
411
+ location?: string;
357
412
  media_count: number;
358
- name: string;
413
+ name?: string;
359
414
  normal_followers_count: number;
360
415
  pinned_tweet_ids_str: string[];
361
416
  possibly_sensitive: boolean;
362
417
  profile_banner_url?: string;
363
- profile_image_url_https: string;
418
+ profile_image_url_https?: string;
364
419
  profile_interstitial_type: string;
365
420
  protected?: boolean;
366
- screen_name: string;
421
+ screen_name?: string;
367
422
  statuses_count: number;
368
423
  translator_type: string;
369
424
  url?: string;
370
- verified: boolean;
425
+ verified?: boolean;
371
426
  verified_type?: string;
372
427
  want_retweets: boolean;
373
428
  withheld_in_countries: unknown[];
@@ -392,6 +447,34 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
392
447
  ethereum_handle?: string;
393
448
  };
394
449
  super_follow_eligible?: boolean;
450
+ avatar?: {
451
+ image_url: string;
452
+ };
453
+ core?: {
454
+ created_at: string;
455
+ name: string;
456
+ screen_name: string;
457
+ };
458
+ dm_permissions?: {
459
+ can_dm: boolean;
460
+ };
461
+ location?: {
462
+ location: string;
463
+ };
464
+ media_permissions?: {
465
+ can_media_tag: boolean;
466
+ };
467
+ privacy?: {
468
+ protected: boolean;
469
+ };
470
+ relationship_perspectives?: {
471
+ followed_by?: boolean;
472
+ following: boolean;
473
+ };
474
+ verification?: {
475
+ verified: boolean;
476
+ verified_type?: string;
477
+ };
395
478
  };
396
479
  };
397
480
  };
@@ -438,14 +521,27 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
438
521
  user_results: {
439
522
  result: {
440
523
  __typename: string;
441
- affiliates_highlighted_label: {};
524
+ affiliates_highlighted_label: {
525
+ label?: {
526
+ badge: {
527
+ url: string;
528
+ };
529
+ description: string;
530
+ url: {
531
+ url: string;
532
+ urlType: string;
533
+ };
534
+ userLabelDisplayType: string;
535
+ userLabelType: string;
536
+ };
537
+ };
442
538
  has_graduated_access: boolean;
443
539
  id: string;
444
540
  is_blue_verified: boolean;
445
541
  legacy: {
446
- can_dm: boolean;
447
- can_media_tag: boolean;
448
- created_at: string;
542
+ can_dm?: boolean;
543
+ can_media_tag?: boolean;
544
+ created_at?: string;
449
545
  default_profile: boolean;
450
546
  default_profile_image: boolean;
451
547
  description: string;
@@ -470,25 +566,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
470
566
  fast_followers_count: number;
471
567
  favourites_count: number;
472
568
  followers_count: number;
473
- following: boolean;
569
+ following?: boolean;
474
570
  friends_count: number;
475
571
  has_custom_timelines: boolean;
476
572
  is_translator: boolean;
477
573
  listed_count: number;
478
- location: string;
574
+ location?: string;
479
575
  media_count: number;
480
- name: string;
576
+ name?: string;
481
577
  normal_followers_count: number;
482
578
  pinned_tweet_ids_str: string[];
483
579
  possibly_sensitive: boolean;
484
580
  profile_banner_url?: string;
485
- profile_image_url_https: string;
581
+ profile_image_url_https?: string;
486
582
  profile_interstitial_type: string;
487
- screen_name: string;
583
+ screen_name?: string;
488
584
  statuses_count: number;
489
585
  translator_type: string;
490
586
  url?: string;
491
- verified: boolean;
587
+ verified?: boolean;
492
588
  want_retweets: boolean;
493
589
  withheld_in_countries: unknown[];
494
590
  followed_by?: boolean;
@@ -510,6 +606,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
510
606
  professional_type: string;
511
607
  rest_id: string;
512
608
  };
609
+ avatar?: {
610
+ image_url: string;
611
+ };
612
+ core?: {
613
+ created_at: string;
614
+ name: string;
615
+ screen_name: string;
616
+ };
617
+ dm_permissions?: {
618
+ can_dm: boolean;
619
+ };
620
+ location?: {
621
+ location: string;
622
+ };
623
+ media_permissions?: {
624
+ can_media_tag: boolean;
625
+ };
626
+ privacy?: {
627
+ protected: boolean;
628
+ };
629
+ relationship_perspectives?: {
630
+ following: boolean;
631
+ };
632
+ verification?: {
633
+ verified: boolean;
634
+ verified_type?: string;
635
+ };
513
636
  };
514
637
  };
515
638
  };
@@ -650,14 +773,27 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
650
773
  user_results: {
651
774
  result: {
652
775
  __typename: string;
653
- affiliates_highlighted_label: {};
776
+ affiliates_highlighted_label: {
777
+ label?: {
778
+ badge: {
779
+ url: string;
780
+ };
781
+ description: string;
782
+ url: {
783
+ url: string;
784
+ urlType: string;
785
+ };
786
+ userLabelDisplayType: string;
787
+ userLabelType: string;
788
+ };
789
+ };
654
790
  has_graduated_access: boolean;
655
791
  id: string;
656
792
  is_blue_verified: boolean;
657
793
  legacy: {
658
- can_dm: boolean;
659
- can_media_tag: boolean;
660
- created_at: string;
794
+ can_dm?: boolean;
795
+ can_media_tag?: boolean;
796
+ created_at?: string;
661
797
  default_profile: boolean;
662
798
  default_profile_image: boolean;
663
799
  description: string;
@@ -682,25 +818,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
682
818
  fast_followers_count: number;
683
819
  favourites_count: number;
684
820
  followers_count: number;
685
- following: boolean;
821
+ following?: boolean;
686
822
  friends_count: number;
687
823
  has_custom_timelines: boolean;
688
824
  is_translator: boolean;
689
825
  listed_count: number;
690
- location: string;
826
+ location?: string;
691
827
  media_count: number;
692
- name: string;
828
+ name?: string;
693
829
  normal_followers_count: number;
694
830
  pinned_tweet_ids_str: string[];
695
831
  possibly_sensitive: boolean;
696
832
  profile_banner_url?: string;
697
- profile_image_url_https: string;
833
+ profile_image_url_https?: string;
698
834
  profile_interstitial_type: string;
699
- screen_name: string;
835
+ screen_name?: string;
700
836
  statuses_count: number;
701
837
  translator_type: string;
702
838
  url?: string;
703
- verified: boolean;
839
+ verified?: boolean;
704
840
  want_retweets: boolean;
705
841
  withheld_in_countries: unknown[];
706
842
  followed_by?: boolean;
@@ -722,6 +858,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
722
858
  professional_type: string;
723
859
  rest_id: string;
724
860
  };
861
+ avatar?: {
862
+ image_url: string;
863
+ };
864
+ core?: {
865
+ created_at: string;
866
+ name: string;
867
+ screen_name: string;
868
+ };
869
+ dm_permissions?: {
870
+ can_dm: boolean;
871
+ };
872
+ location?: {
873
+ location: string;
874
+ };
875
+ media_permissions?: {
876
+ can_media_tag: boolean;
877
+ };
878
+ privacy?: {
879
+ protected: boolean;
880
+ };
881
+ relationship_perspectives?: {
882
+ following: boolean;
883
+ };
884
+ verification?: {
885
+ verified: boolean;
886
+ verified_type?: string;
887
+ };
725
888
  };
726
889
  };
727
890
  };
@@ -926,9 +1089,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
926
1089
  id: string;
927
1090
  is_blue_verified: boolean;
928
1091
  legacy: {
929
- can_dm: boolean;
930
- can_media_tag: boolean;
931
- created_at: string;
1092
+ can_dm?: boolean;
1093
+ can_media_tag?: boolean;
1094
+ created_at?: string;
932
1095
  default_profile: boolean;
933
1096
  default_profile_image: boolean;
934
1097
  description: string;
@@ -953,25 +1116,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
953
1116
  fast_followers_count: number;
954
1117
  favourites_count: number;
955
1118
  followers_count: number;
956
- following: boolean;
1119
+ following?: boolean;
957
1120
  friends_count: number;
958
1121
  has_custom_timelines: boolean;
959
1122
  is_translator: boolean;
960
1123
  listed_count: number;
961
- location: string;
1124
+ location?: string;
962
1125
  media_count: number;
963
- name: string;
1126
+ name?: string;
964
1127
  normal_followers_count: number;
965
1128
  pinned_tweet_ids_str: string[];
966
1129
  possibly_sensitive: boolean;
967
1130
  profile_banner_url?: string;
968
- profile_image_url_https: string;
1131
+ profile_image_url_https?: string;
969
1132
  profile_interstitial_type: string;
970
- screen_name: string;
1133
+ screen_name?: string;
971
1134
  statuses_count: number;
972
1135
  translator_type: string;
973
1136
  url?: string;
974
- verified: boolean;
1137
+ verified?: boolean;
975
1138
  verified_type?: string;
976
1139
  want_retweets: boolean;
977
1140
  withheld_in_countries: unknown[];
@@ -995,6 +1158,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
995
1158
  patreon_handle?: string;
996
1159
  bitcoin_handle?: string;
997
1160
  };
1161
+ avatar?: {
1162
+ image_url: string;
1163
+ };
1164
+ core?: {
1165
+ created_at: string;
1166
+ name: string;
1167
+ screen_name: string;
1168
+ };
1169
+ dm_permissions?: {
1170
+ can_dm: boolean;
1171
+ };
1172
+ location?: {
1173
+ location: string;
1174
+ };
1175
+ media_permissions?: {
1176
+ can_media_tag: boolean;
1177
+ };
1178
+ privacy?: {
1179
+ protected: boolean;
1180
+ };
1181
+ relationship_perspectives?: {
1182
+ following: boolean;
1183
+ };
1184
+ verification?: {
1185
+ verified: boolean;
1186
+ verified_type?: string;
1187
+ };
998
1188
  };
999
1189
  }[];
1000
1190
  };
@@ -1042,9 +1232,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1042
1232
  id: string;
1043
1233
  is_blue_verified?: boolean;
1044
1234
  legacy?: {
1045
- can_dm: boolean;
1046
- can_media_tag: boolean;
1047
- created_at: string;
1235
+ can_dm?: boolean;
1236
+ can_media_tag?: boolean;
1237
+ created_at?: string;
1048
1238
  default_profile: boolean;
1049
1239
  default_profile_image: boolean;
1050
1240
  description: string;
@@ -1069,25 +1259,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1069
1259
  fast_followers_count: number;
1070
1260
  favourites_count: number;
1071
1261
  followers_count: number;
1072
- following: boolean;
1262
+ following?: boolean;
1073
1263
  friends_count: number;
1074
1264
  has_custom_timelines: boolean;
1075
1265
  is_translator: boolean;
1076
1266
  listed_count: number;
1077
- location: string;
1267
+ location?: string;
1078
1268
  media_count: number;
1079
- name: string;
1269
+ name?: string;
1080
1270
  normal_followers_count: number;
1081
1271
  pinned_tweet_ids_str: string[];
1082
1272
  possibly_sensitive: boolean;
1083
1273
  profile_banner_url?: string;
1084
- profile_image_url_https: string;
1274
+ profile_image_url_https?: string;
1085
1275
  profile_interstitial_type: string;
1086
- screen_name: string;
1276
+ screen_name?: string;
1087
1277
  statuses_count: number;
1088
1278
  translator_type: string;
1089
1279
  url?: string;
1090
- verified: boolean;
1280
+ verified?: boolean;
1091
1281
  verified_type?: string;
1092
1282
  want_retweets: boolean;
1093
1283
  withheld_in_countries: unknown[];
@@ -1112,6 +1302,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1112
1302
  patreon_handle?: string;
1113
1303
  ethereum_handle?: string;
1114
1304
  };
1305
+ avatar?: {
1306
+ image_url: string;
1307
+ };
1308
+ core?: {
1309
+ created_at: string;
1310
+ name: string;
1311
+ screen_name: string;
1312
+ };
1313
+ dm_permissions?: {
1314
+ can_dm: boolean;
1315
+ };
1316
+ location?: {
1317
+ location: string;
1318
+ };
1319
+ media_permissions?: {
1320
+ can_media_tag: boolean;
1321
+ };
1322
+ privacy?: {
1323
+ protected: boolean;
1324
+ };
1325
+ relationship_perspectives?: {
1326
+ following: boolean;
1327
+ };
1328
+ verification?: {
1329
+ verified: boolean;
1330
+ verified_type?: string;
1331
+ };
1115
1332
  };
1116
1333
  };
1117
1334
  };
@@ -1566,6 +1783,19 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1566
1783
  retweet_count: number;
1567
1784
  retweeted: boolean;
1568
1785
  user_id_str: string;
1786
+ place?: {
1787
+ bounding_box: {
1788
+ coordinates: number[][][];
1789
+ type: string;
1790
+ };
1791
+ country: string;
1792
+ country_code: string;
1793
+ full_name: string;
1794
+ id: string;
1795
+ name: string;
1796
+ place_type: string;
1797
+ url: string;
1798
+ };
1569
1799
  };
1570
1800
  note_tweet?: {
1571
1801
  is_expandable: boolean;
@@ -1638,9 +1868,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1638
1868
  id: string;
1639
1869
  is_blue_verified: boolean;
1640
1870
  legacy: {
1641
- can_dm: boolean;
1642
- can_media_tag: boolean;
1643
- created_at: string;
1871
+ can_dm?: boolean;
1872
+ can_media_tag?: boolean;
1873
+ created_at?: string;
1644
1874
  default_profile: boolean;
1645
1875
  default_profile_image: boolean;
1646
1876
  description: string;
@@ -1665,25 +1895,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1665
1895
  fast_followers_count: number;
1666
1896
  favourites_count: number;
1667
1897
  followers_count: number;
1668
- following: boolean;
1898
+ following?: boolean;
1669
1899
  friends_count: number;
1670
1900
  has_custom_timelines: boolean;
1671
1901
  is_translator: boolean;
1672
1902
  listed_count: number;
1673
- location: string;
1903
+ location?: string;
1674
1904
  media_count: number;
1675
- name: string;
1905
+ name?: string;
1676
1906
  normal_followers_count: number;
1677
1907
  pinned_tweet_ids_str: string[];
1678
1908
  possibly_sensitive: boolean;
1679
1909
  profile_banner_url?: string;
1680
- profile_image_url_https: string;
1910
+ profile_image_url_https?: string;
1681
1911
  profile_interstitial_type: string;
1682
- screen_name: string;
1912
+ screen_name?: string;
1683
1913
  statuses_count: number;
1684
1914
  translator_type: string;
1685
1915
  url?: string;
1686
- verified: boolean;
1916
+ verified?: boolean;
1687
1917
  want_retweets: boolean;
1688
1918
  withheld_in_countries: unknown[];
1689
1919
  verified_type?: string;
@@ -1709,6 +1939,33 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1709
1939
  patreon_handle?: string;
1710
1940
  venmo_handle?: string;
1711
1941
  };
1942
+ avatar?: {
1943
+ image_url: string;
1944
+ };
1945
+ core?: {
1946
+ created_at: string;
1947
+ name: string;
1948
+ screen_name: string;
1949
+ };
1950
+ dm_permissions?: {
1951
+ can_dm: boolean;
1952
+ };
1953
+ location?: {
1954
+ location: string;
1955
+ };
1956
+ media_permissions?: {
1957
+ can_media_tag: boolean;
1958
+ };
1959
+ privacy?: {
1960
+ protected: boolean;
1961
+ };
1962
+ relationship_perspectives?: {
1963
+ following: boolean;
1964
+ followed_by?: boolean;
1965
+ };
1966
+ verification?: {
1967
+ verified: boolean;
1968
+ };
1712
1969
  };
1713
1970
  };
1714
1971
  };
@@ -1749,9 +2006,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1749
2006
  id: string;
1750
2007
  is_blue_verified: boolean;
1751
2008
  legacy: {
1752
- can_dm: boolean;
1753
- can_media_tag: boolean;
1754
- created_at: string;
2009
+ can_dm?: boolean;
2010
+ can_media_tag?: boolean;
2011
+ created_at?: string;
1755
2012
  default_profile: boolean;
1756
2013
  default_profile_image: boolean;
1757
2014
  description: string;
@@ -1764,7 +2021,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1764
2021
  url: string;
1765
2022
  }[];
1766
2023
  };
1767
- url: {
2024
+ url?: {
1768
2025
  urls: {
1769
2026
  display_url: string;
1770
2027
  expanded_url: string;
@@ -1776,42 +2033,68 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1776
2033
  fast_followers_count: number;
1777
2034
  favourites_count: number;
1778
2035
  followers_count: number;
1779
- following: boolean;
2036
+ following?: boolean;
1780
2037
  friends_count: number;
1781
2038
  has_custom_timelines: boolean;
1782
2039
  is_translator: boolean;
1783
2040
  listed_count: number;
1784
- location: string;
2041
+ location?: string;
1785
2042
  media_count: number;
1786
- name: string;
2043
+ name?: string;
1787
2044
  normal_followers_count: number;
1788
2045
  pinned_tweet_ids_str: string[];
1789
2046
  possibly_sensitive: boolean;
1790
- profile_banner_url: string;
1791
- profile_image_url_https: string;
2047
+ profile_banner_url?: string;
2048
+ profile_image_url_https?: string;
1792
2049
  profile_interstitial_type: string;
1793
- screen_name: string;
2050
+ screen_name?: string;
1794
2051
  statuses_count: number;
1795
2052
  translator_type: string;
1796
- url: string;
1797
- verified: boolean;
2053
+ url?: string;
2054
+ verified?: boolean;
1798
2055
  want_retweets: boolean;
1799
2056
  withheld_in_countries: unknown[];
1800
2057
  };
1801
2058
  parody_commentary_fan_label: string;
1802
- professional: {
2059
+ professional?: {
1803
2060
  category: unknown[];
1804
2061
  professional_type: string;
1805
2062
  rest_id: string;
1806
2063
  };
1807
2064
  profile_image_shape: string;
1808
2065
  rest_id: string;
1809
- super_follow_eligible: boolean;
2066
+ super_follow_eligible?: boolean;
1810
2067
  tipjar_settings: {
1811
- bitcoin_handle: string;
1812
- ethereum_handle: string;
2068
+ bitcoin_handle?: string;
2069
+ ethereum_handle?: string;
1813
2070
  is_enabled: boolean;
1814
2071
  };
2072
+ avatar?: {
2073
+ image_url: string;
2074
+ };
2075
+ core?: {
2076
+ created_at: string;
2077
+ name: string;
2078
+ screen_name: string;
2079
+ };
2080
+ dm_permissions?: {
2081
+ can_dm: boolean;
2082
+ };
2083
+ location?: {
2084
+ location: string;
2085
+ };
2086
+ media_permissions?: {
2087
+ can_media_tag: boolean;
2088
+ };
2089
+ privacy?: {
2090
+ protected: boolean;
2091
+ };
2092
+ relationship_perspectives?: {
2093
+ following: boolean;
2094
+ };
2095
+ verification?: {
2096
+ verified: boolean;
2097
+ };
1815
2098
  };
1816
2099
  };
1817
2100
  };
@@ -1950,9 +2233,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1950
2233
  id: string;
1951
2234
  is_blue_verified: boolean;
1952
2235
  legacy: {
1953
- can_dm: boolean;
1954
- can_media_tag: boolean;
1955
- created_at: string;
2236
+ can_dm?: boolean;
2237
+ can_media_tag?: boolean;
2238
+ created_at?: string;
1956
2239
  default_profile: boolean;
1957
2240
  default_profile_image: boolean;
1958
2241
  description: string;
@@ -1965,7 +2248,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1965
2248
  url: string;
1966
2249
  }[];
1967
2250
  };
1968
- url: {
2251
+ url?: {
1969
2252
  urls: {
1970
2253
  display_url: string;
1971
2254
  expanded_url: string;
@@ -1977,42 +2260,68 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
1977
2260
  fast_followers_count: number;
1978
2261
  favourites_count: number;
1979
2262
  followers_count: number;
1980
- following: boolean;
2263
+ following?: boolean;
1981
2264
  friends_count: number;
1982
2265
  has_custom_timelines: boolean;
1983
2266
  is_translator: boolean;
1984
2267
  listed_count: number;
1985
- location: string;
2268
+ location?: string;
1986
2269
  media_count: number;
1987
- name: string;
2270
+ name?: string;
1988
2271
  normal_followers_count: number;
1989
2272
  pinned_tweet_ids_str: string[];
1990
2273
  possibly_sensitive: boolean;
1991
- profile_banner_url: string;
1992
- profile_image_url_https: string;
2274
+ profile_banner_url?: string;
2275
+ profile_image_url_https?: string;
1993
2276
  profile_interstitial_type: string;
1994
- screen_name: string;
2277
+ screen_name?: string;
1995
2278
  statuses_count: number;
1996
2279
  translator_type: string;
1997
- url: string;
1998
- verified: boolean;
2280
+ url?: string;
2281
+ verified?: boolean;
1999
2282
  want_retweets: boolean;
2000
2283
  withheld_in_countries: unknown[];
2001
2284
  };
2002
2285
  parody_commentary_fan_label: string;
2003
- professional: {
2286
+ professional?: {
2004
2287
  category: unknown[];
2005
2288
  professional_type: string;
2006
2289
  rest_id: string;
2007
2290
  };
2008
2291
  profile_image_shape: string;
2009
2292
  rest_id: string;
2010
- super_follow_eligible: boolean;
2293
+ super_follow_eligible?: boolean;
2011
2294
  tipjar_settings: {
2012
- bitcoin_handle: string;
2013
- ethereum_handle: string;
2295
+ bitcoin_handle?: string;
2296
+ ethereum_handle?: string;
2014
2297
  is_enabled: boolean;
2015
2298
  };
2299
+ avatar?: {
2300
+ image_url: string;
2301
+ };
2302
+ core?: {
2303
+ created_at: string;
2304
+ name: string;
2305
+ screen_name: string;
2306
+ };
2307
+ dm_permissions?: {
2308
+ can_dm: boolean;
2309
+ };
2310
+ location?: {
2311
+ location: string;
2312
+ };
2313
+ media_permissions?: {
2314
+ can_media_tag: boolean;
2315
+ };
2316
+ privacy?: {
2317
+ protected: boolean;
2318
+ };
2319
+ relationship_perspectives?: {
2320
+ following: boolean;
2321
+ };
2322
+ verification?: {
2323
+ verified: boolean;
2324
+ };
2016
2325
  };
2017
2326
  };
2018
2327
  };
@@ -2185,9 +2494,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2185
2494
  id: string;
2186
2495
  is_blue_verified: boolean;
2187
2496
  legacy: {
2188
- can_dm: boolean;
2189
- can_media_tag: boolean;
2190
- created_at: string;
2497
+ can_dm?: boolean;
2498
+ can_media_tag?: boolean;
2499
+ created_at?: string;
2191
2500
  default_profile: boolean;
2192
2501
  default_profile_image: boolean;
2193
2502
  description: string;
@@ -2212,24 +2521,24 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2212
2521
  fast_followers_count: number;
2213
2522
  favourites_count: number;
2214
2523
  followers_count: number;
2215
- following: boolean;
2524
+ following?: boolean;
2216
2525
  friends_count: number;
2217
2526
  has_custom_timelines: boolean;
2218
2527
  is_translator: boolean;
2219
2528
  listed_count: number;
2220
- location: string;
2529
+ location?: string;
2221
2530
  media_count: number;
2222
- name: string;
2531
+ name?: string;
2223
2532
  normal_followers_count: number;
2224
2533
  pinned_tweet_ids_str: string[];
2225
2534
  possibly_sensitive: boolean;
2226
2535
  profile_banner_url?: string;
2227
- profile_image_url_https: string;
2536
+ profile_image_url_https?: string;
2228
2537
  profile_interstitial_type: string;
2229
- screen_name: string;
2538
+ screen_name?: string;
2230
2539
  statuses_count: number;
2231
2540
  translator_type: string;
2232
- verified: boolean;
2541
+ verified?: boolean;
2233
2542
  want_retweets: boolean;
2234
2543
  withheld_in_countries: unknown[];
2235
2544
  url?: string;
@@ -2247,6 +2556,32 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2247
2556
  professional_type: string;
2248
2557
  rest_id: string;
2249
2558
  };
2559
+ avatar?: {
2560
+ image_url: string;
2561
+ };
2562
+ core?: {
2563
+ created_at: string;
2564
+ name: string;
2565
+ screen_name: string;
2566
+ };
2567
+ dm_permissions?: {
2568
+ can_dm: boolean;
2569
+ };
2570
+ location?: {
2571
+ location: string;
2572
+ };
2573
+ media_permissions?: {
2574
+ can_media_tag: boolean;
2575
+ };
2576
+ privacy?: {
2577
+ protected: boolean;
2578
+ };
2579
+ relationship_perspectives?: {
2580
+ following: boolean;
2581
+ };
2582
+ verification?: {
2583
+ verified: boolean;
2584
+ };
2250
2585
  };
2251
2586
  };
2252
2587
  };
@@ -2264,7 +2599,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2264
2599
  conversation_owner_results: {
2265
2600
  result: {
2266
2601
  __typename: string;
2267
- legacy: {
2602
+ legacy?: {
2603
+ screen_name: string;
2604
+ };
2605
+ core?: {
2268
2606
  screen_name: string;
2269
2607
  };
2270
2608
  };
@@ -2775,9 +3113,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2775
3113
  id: string;
2776
3114
  is_blue_verified: boolean;
2777
3115
  legacy: {
2778
- can_dm: boolean;
2779
- can_media_tag: boolean;
2780
- created_at: string;
3116
+ can_dm?: boolean;
3117
+ can_media_tag?: boolean;
3118
+ created_at?: string;
2781
3119
  default_profile: boolean;
2782
3120
  default_profile_image: boolean;
2783
3121
  description: string;
@@ -2802,24 +3140,24 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2802
3140
  fast_followers_count: number;
2803
3141
  favourites_count: number;
2804
3142
  followers_count: number;
2805
- following: boolean;
3143
+ following?: boolean;
2806
3144
  friends_count: number;
2807
3145
  has_custom_timelines: boolean;
2808
3146
  is_translator: boolean;
2809
3147
  listed_count: number;
2810
- location: string;
3148
+ location?: string;
2811
3149
  media_count: number;
2812
- name: string;
3150
+ name?: string;
2813
3151
  normal_followers_count: number;
2814
3152
  pinned_tweet_ids_str: string[];
2815
3153
  possibly_sensitive: boolean;
2816
- profile_image_url_https: string;
3154
+ profile_image_url_https?: string;
2817
3155
  profile_interstitial_type: string;
2818
- screen_name: string;
3156
+ screen_name?: string;
2819
3157
  statuses_count: number;
2820
3158
  translator_type: string;
2821
3159
  url?: string;
2822
- verified: boolean;
3160
+ verified?: boolean;
2823
3161
  want_retweets: boolean;
2824
3162
  withheld_in_countries: unknown[];
2825
3163
  profile_banner_url?: string;
@@ -2841,6 +3179,34 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2841
3179
  professional_type: string;
2842
3180
  rest_id: string;
2843
3181
  };
3182
+ avatar?: {
3183
+ image_url: string;
3184
+ };
3185
+ core?: {
3186
+ created_at: string;
3187
+ name: string;
3188
+ screen_name: string;
3189
+ };
3190
+ dm_permissions?: {
3191
+ can_dm: boolean;
3192
+ };
3193
+ location?: {
3194
+ location: string;
3195
+ };
3196
+ media_permissions?: {
3197
+ can_media_tag: boolean;
3198
+ };
3199
+ privacy?: {
3200
+ protected: boolean;
3201
+ };
3202
+ relationship_perspectives?: {
3203
+ followed_by?: boolean;
3204
+ following: boolean;
3205
+ };
3206
+ verification?: {
3207
+ verified: boolean;
3208
+ verified_type?: string;
3209
+ };
2844
3210
  };
2845
3211
  };
2846
3212
  };
@@ -2865,7 +3231,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
2865
3231
  conversation_owner_results: {
2866
3232
  result: {
2867
3233
  __typename: string;
2868
- legacy: {
3234
+ legacy?: {
3235
+ screen_name: string;
3236
+ };
3237
+ core?: {
2869
3238
  screen_name: string;
2870
3239
  };
2871
3240
  };
@@ -3092,9 +3461,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
3092
3461
  id: string;
3093
3462
  is_blue_verified?: boolean;
3094
3463
  legacy: {
3095
- can_dm: boolean;
3096
- can_media_tag: boolean;
3097
- created_at: string;
3464
+ can_dm?: boolean;
3465
+ can_media_tag?: boolean;
3466
+ created_at?: string;
3098
3467
  default_profile: boolean;
3099
3468
  default_profile_image: boolean;
3100
3469
  description: string;
@@ -3119,25 +3488,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
3119
3488
  fast_followers_count: number;
3120
3489
  favourites_count: number;
3121
3490
  followers_count: number;
3122
- following: boolean;
3491
+ following?: boolean;
3123
3492
  friends_count: number;
3124
3493
  has_custom_timelines: boolean;
3125
3494
  is_translator: boolean;
3126
3495
  listed_count: number;
3127
- location: string;
3496
+ location?: string;
3128
3497
  media_count: number;
3129
- name: string;
3498
+ name?: string;
3130
3499
  normal_followers_count: number;
3131
3500
  pinned_tweet_ids_str: string[];
3132
3501
  possibly_sensitive: boolean;
3133
3502
  profile_banner_url?: string;
3134
- profile_image_url_https: string;
3503
+ profile_image_url_https?: string;
3135
3504
  profile_interstitial_type: string;
3136
- screen_name: string;
3505
+ screen_name?: string;
3137
3506
  statuses_count: number;
3138
3507
  translator_type: string;
3139
3508
  url?: string;
3140
- verified: boolean;
3509
+ verified?: boolean;
3141
3510
  want_retweets: boolean;
3142
3511
  withheld_in_countries: unknown[];
3143
3512
  };
@@ -3154,6 +3523,32 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
3154
3523
  profile_image_shape: string;
3155
3524
  rest_id: string;
3156
3525
  tipjar_settings: {};
3526
+ avatar?: {
3527
+ image_url: string;
3528
+ };
3529
+ core?: {
3530
+ created_at: string;
3531
+ name: string;
3532
+ screen_name: string;
3533
+ };
3534
+ dm_permissions?: {
3535
+ can_dm: boolean;
3536
+ };
3537
+ location?: {
3538
+ location: string;
3539
+ };
3540
+ media_permissions?: {
3541
+ can_media_tag: boolean;
3542
+ };
3543
+ privacy?: {
3544
+ protected: boolean;
3545
+ };
3546
+ relationship_perspectives?: {
3547
+ following: boolean;
3548
+ };
3549
+ verification?: {
3550
+ verified: boolean;
3551
+ };
3157
3552
  };
3158
3553
  };
3159
3554
  };
@@ -3178,7 +3573,10 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
3178
3573
  conversation_owner_results: {
3179
3574
  result: {
3180
3575
  __typename: string;
3181
- legacy: {
3576
+ legacy?: {
3577
+ screen_name: string;
3578
+ };
3579
+ core?: {
3182
3580
  screen_name: string;
3183
3581
  };
3184
3582
  };
@@ -5024,9 +5422,9 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
5024
5422
  id: string;
5025
5423
  is_blue_verified: boolean;
5026
5424
  legacy: {
5027
- can_dm: boolean;
5028
- can_media_tag: boolean;
5029
- created_at: string;
5425
+ can_dm?: boolean;
5426
+ can_media_tag?: boolean;
5427
+ created_at?: string;
5030
5428
  default_profile: boolean;
5031
5429
  default_profile_image: boolean;
5032
5430
  description: string;
@@ -5051,25 +5449,25 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
5051
5449
  fast_followers_count: number;
5052
5450
  favourites_count: number;
5053
5451
  followers_count: number;
5054
- following: boolean;
5452
+ following?: boolean;
5055
5453
  friends_count: number;
5056
5454
  has_custom_timelines: boolean;
5057
5455
  is_translator: boolean;
5058
5456
  listed_count: number;
5059
- location: string;
5457
+ location?: string;
5060
5458
  media_count: number;
5061
- name: string;
5459
+ name?: string;
5062
5460
  normal_followers_count: number;
5063
5461
  pinned_tweet_ids_str: string[];
5064
5462
  possibly_sensitive: boolean;
5065
5463
  profile_banner_url?: string;
5066
- profile_image_url_https: string;
5464
+ profile_image_url_https?: string;
5067
5465
  profile_interstitial_type: string;
5068
- screen_name: string;
5466
+ screen_name?: string;
5069
5467
  statuses_count: number;
5070
5468
  translator_type: string;
5071
5469
  url?: string;
5072
- verified: boolean;
5470
+ verified?: boolean;
5073
5471
  want_retweets: boolean;
5074
5472
  withheld_in_countries: unknown[];
5075
5473
  followed_by?: boolean;
@@ -5092,6 +5490,32 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
5092
5490
  rest_id: string;
5093
5491
  };
5094
5492
  super_follow_eligible?: boolean;
5493
+ avatar?: {
5494
+ image_url: string;
5495
+ };
5496
+ core?: {
5497
+ created_at: string;
5498
+ name: string;
5499
+ screen_name: string;
5500
+ };
5501
+ dm_permissions?: {
5502
+ can_dm: boolean;
5503
+ };
5504
+ location?: {
5505
+ location: string;
5506
+ };
5507
+ media_permissions?: {
5508
+ can_media_tag: boolean;
5509
+ };
5510
+ privacy?: {
5511
+ protected: boolean;
5512
+ };
5513
+ relationship_perspectives?: {
5514
+ following: boolean;
5515
+ };
5516
+ verification?: {
5517
+ verified: boolean;
5518
+ };
5095
5519
  };
5096
5520
  };
5097
5521
  };