@book000/twitterts 0.74.80 → 0.75.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/converter.d.ts.map +1 -1
- package/dist/converter.js +5 -8
- package/dist/converter.js.map +1 -1
- package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +5 -6
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +11282 -9733
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +2472 -713
- 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 +9390 -8194
- 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 +2730 -985
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +10515 -7713
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts +17 -10
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +8710 -2798
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/endpoints.d.ts +12 -6
- package/dist/models/responses/endpoints.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +1201 -266
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/broadcast-query-success.d.ts +111 -141
- package/dist/models/responses/graphql/get/broadcast-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts +29 -20
- package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/communities-fetch-one-query-success.js +1 -1
- package/dist/models/responses/graphql/get/communities-fetch-one-query-success.js.map +1 -1
- package/dist/models/responses/graphql/get/data-saver-mode-error.d.ts +1 -1
- package/dist/models/responses/graphql/get/data-saver-mode-error.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/data-saver-mode-success.d.ts +26 -0
- package/dist/models/responses/graphql/get/data-saver-mode-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-error.d.ts +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-error.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +5482 -677
- 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 +6868 -6098
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-error.d.ts +8 -0
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-error.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-error.js +4 -0
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-error.js.map +1 -0
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts +25 -1
- package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts +27 -1
- package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +175 -4
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +2204 -418
- 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 +5898 -566
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts +976 -32
- package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts +27 -1
- package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-error.d.ts +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-error.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +78 -49
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +113 -20
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.js +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.js.map +1 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +17923 -3837
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts +63 -18
- package/dist/models/responses/graphql/get/viewer-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +5316 -504
- 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 +7754 -7404
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/parser/user-tweets.js +1 -1
- package/dist/parser/user-tweets.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/twitter.d.ts.map +1 -1
- package/dist/twitter.js +9 -3
- package/dist/twitter.js.map +1 -1
- package/dist/twitter.test.js +4 -2
- package/dist/twitter.test.js.map +1 -1
- package/package.json +2 -2
@@ -52,7 +52,20 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
52
52
|
advertiser_results: {
|
53
53
|
result: {
|
54
54
|
__typename: string;
|
55
|
-
affiliates_highlighted_label: {
|
55
|
+
affiliates_highlighted_label: {
|
56
|
+
label?: {
|
57
|
+
badge: {
|
58
|
+
url: string;
|
59
|
+
};
|
60
|
+
description: string;
|
61
|
+
url: {
|
62
|
+
url: string;
|
63
|
+
urlType: string;
|
64
|
+
};
|
65
|
+
userLabelDisplayType: string;
|
66
|
+
userLabelType: string;
|
67
|
+
};
|
68
|
+
};
|
56
69
|
has_graduated_access: boolean;
|
57
70
|
id: string;
|
58
71
|
is_blue_verified: boolean;
|
@@ -65,7 +78,12 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
65
78
|
description: string;
|
66
79
|
entities: {
|
67
80
|
description: {
|
68
|
-
urls:
|
81
|
+
urls: {
|
82
|
+
display_url: string;
|
83
|
+
expanded_url: string;
|
84
|
+
indices: number[];
|
85
|
+
url: string;
|
86
|
+
}[];
|
69
87
|
};
|
70
88
|
url: {
|
71
89
|
urls: {
|
@@ -106,6 +124,15 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
106
124
|
profile_image_shape: string;
|
107
125
|
rest_id: string;
|
108
126
|
tipjar_settings: {};
|
127
|
+
professional?: {
|
128
|
+
category: {
|
129
|
+
icon_name: string;
|
130
|
+
id: number;
|
131
|
+
name: string;
|
132
|
+
}[];
|
133
|
+
professional_type: string;
|
134
|
+
rest_id: string;
|
135
|
+
};
|
109
136
|
};
|
110
137
|
};
|
111
138
|
clickTrackingInfo: {
|
@@ -126,7 +153,7 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
126
153
|
tweet_results?: {
|
127
154
|
result: {
|
128
155
|
__typename: string;
|
129
|
-
core
|
156
|
+
core?: {
|
130
157
|
user_results: {
|
131
158
|
result: {
|
132
159
|
__typename: string;
|
@@ -136,12 +163,32 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
136
163
|
url: string;
|
137
164
|
};
|
138
165
|
description: string;
|
139
|
-
url
|
166
|
+
url?: {
|
140
167
|
url: string;
|
141
168
|
urlType: string;
|
142
169
|
};
|
143
|
-
userLabelDisplayType
|
170
|
+
userLabelDisplayType?: string;
|
144
171
|
userLabelType: string;
|
172
|
+
longDescription?: {
|
173
|
+
entities: {
|
174
|
+
fromIndex: number;
|
175
|
+
ref: {
|
176
|
+
mention_results: {
|
177
|
+
result: {
|
178
|
+
__typename: string;
|
179
|
+
legacy: {
|
180
|
+
screen_name: string;
|
181
|
+
};
|
182
|
+
rest_id: string;
|
183
|
+
};
|
184
|
+
};
|
185
|
+
screen_name: string;
|
186
|
+
type: string;
|
187
|
+
};
|
188
|
+
toIndex: number;
|
189
|
+
}[];
|
190
|
+
text: string;
|
191
|
+
};
|
145
192
|
};
|
146
193
|
};
|
147
194
|
has_graduated_access: boolean;
|
@@ -199,7 +246,8 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
199
246
|
verified: boolean;
|
200
247
|
verified_type?: string;
|
201
248
|
want_retweets: boolean;
|
202
|
-
withheld_in_countries:
|
249
|
+
withheld_in_countries: string[];
|
250
|
+
notifications?: boolean;
|
203
251
|
};
|
204
252
|
parody_commentary_fan_label: string;
|
205
253
|
professional?: {
|
@@ -220,11 +268,15 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
220
268
|
is_enabled?: boolean;
|
221
269
|
venmo_handle?: string;
|
222
270
|
patreon_handle?: string;
|
271
|
+
gofundme_handle?: string;
|
272
|
+
cash_app_handle?: string;
|
273
|
+
bandcamp_handle?: string;
|
274
|
+
pay_pal_handle?: string;
|
223
275
|
};
|
224
276
|
};
|
225
277
|
};
|
226
278
|
};
|
227
|
-
edit_control
|
279
|
+
edit_control?: {
|
228
280
|
edit_control_initial?: {
|
229
281
|
edit_tweet_ids: string[];
|
230
282
|
editable_until_msecs: string;
|
@@ -237,8 +289,8 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
237
289
|
initial_tweet_id?: string;
|
238
290
|
is_edit_eligible?: boolean;
|
239
291
|
};
|
240
|
-
is_translatable
|
241
|
-
legacy
|
292
|
+
is_translatable?: boolean;
|
293
|
+
legacy?: {
|
242
294
|
bookmark_count: number;
|
243
295
|
bookmarked: boolean;
|
244
296
|
conversation_id_str: string;
|
@@ -294,6 +346,7 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
294
346
|
verified: boolean;
|
295
347
|
want_retweets: boolean;
|
296
348
|
withheld_in_countries: unknown[];
|
349
|
+
profile_banner_url?: string;
|
297
350
|
};
|
298
351
|
parody_commentary_fan_label: string;
|
299
352
|
profile_image_shape: string;
|
@@ -409,7 +462,10 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
409
462
|
}[];
|
410
463
|
};
|
411
464
|
}[];
|
412
|
-
symbols:
|
465
|
+
symbols: {
|
466
|
+
indices: number[];
|
467
|
+
text: string;
|
468
|
+
}[];
|
413
469
|
timestamps: unknown[];
|
414
470
|
urls: {
|
415
471
|
display_url: string;
|
@@ -470,6 +526,7 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
470
526
|
verified: boolean;
|
471
527
|
want_retweets: boolean;
|
472
528
|
withheld_in_countries: unknown[];
|
529
|
+
profile_banner_url?: string;
|
473
530
|
};
|
474
531
|
parody_commentary_fan_label: string;
|
475
532
|
profile_image_shape: string;
|
@@ -624,303 +681,495 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
624
681
|
place_type: string;
|
625
682
|
url: string;
|
626
683
|
};
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
url: {
|
649
|
-
url: string;
|
650
|
-
urlType: string;
|
651
|
-
};
|
652
|
-
userLabelDisplayType: string;
|
653
|
-
userLabelType: string;
|
654
|
-
};
|
655
|
-
};
|
656
|
-
has_graduated_access: boolean;
|
657
|
-
id: string;
|
658
|
-
is_blue_verified: boolean;
|
659
|
-
legacy: {
|
660
|
-
can_dm: boolean;
|
661
|
-
can_media_tag: boolean;
|
662
|
-
created_at: string;
|
663
|
-
default_profile: boolean;
|
664
|
-
default_profile_image: boolean;
|
665
|
-
description: string;
|
666
|
-
entities: {
|
667
|
-
description: {
|
668
|
-
urls: {
|
669
|
-
display_url: string;
|
670
|
-
expanded_url: string;
|
671
|
-
indices: number[];
|
684
|
+
conversation_control?: {
|
685
|
+
conversation_owner_results: {
|
686
|
+
result: {
|
687
|
+
__typename: string;
|
688
|
+
legacy: {
|
689
|
+
screen_name: string;
|
690
|
+
};
|
691
|
+
};
|
692
|
+
};
|
693
|
+
policy: string;
|
694
|
+
};
|
695
|
+
retweeted_status_result?: {
|
696
|
+
result: {
|
697
|
+
__typename: string;
|
698
|
+
core: {
|
699
|
+
user_results: {
|
700
|
+
result: {
|
701
|
+
__typename: string;
|
702
|
+
affiliates_highlighted_label: {
|
703
|
+
label: {
|
704
|
+
badge: {
|
672
705
|
url: string;
|
673
|
-
}
|
674
|
-
|
675
|
-
|
676
|
-
urls: {
|
677
|
-
display_url: string;
|
678
|
-
expanded_url: string;
|
679
|
-
indices: number[];
|
706
|
+
};
|
707
|
+
description: string;
|
708
|
+
url: {
|
680
709
|
url: string;
|
681
|
-
|
710
|
+
urlType: string;
|
711
|
+
};
|
712
|
+
userLabelDisplayType: string;
|
713
|
+
userLabelType: string;
|
682
714
|
};
|
683
715
|
};
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
716
|
+
has_graduated_access: boolean;
|
717
|
+
id: string;
|
718
|
+
is_blue_verified: boolean;
|
719
|
+
legacy: {
|
720
|
+
can_dm: boolean;
|
721
|
+
can_media_tag: boolean;
|
722
|
+
created_at: string;
|
723
|
+
default_profile: boolean;
|
724
|
+
default_profile_image: boolean;
|
725
|
+
description: string;
|
726
|
+
entities: {
|
727
|
+
description: {
|
728
|
+
urls: unknown[];
|
729
|
+
};
|
730
|
+
url: {
|
731
|
+
urls: {
|
732
|
+
display_url: string;
|
733
|
+
expanded_url: string;
|
734
|
+
indices: number[];
|
735
|
+
url: string;
|
736
|
+
}[];
|
737
|
+
};
|
738
|
+
};
|
739
|
+
fast_followers_count: number;
|
740
|
+
favourites_count: number;
|
741
|
+
followers_count: number;
|
742
|
+
following: boolean;
|
743
|
+
friends_count: number;
|
744
|
+
has_custom_timelines: boolean;
|
745
|
+
is_translator: boolean;
|
746
|
+
listed_count: number;
|
747
|
+
location: string;
|
748
|
+
media_count: number;
|
749
|
+
name: string;
|
750
|
+
normal_followers_count: number;
|
751
|
+
pinned_tweet_ids_str: string[];
|
752
|
+
possibly_sensitive: boolean;
|
753
|
+
profile_banner_url: string;
|
754
|
+
profile_image_url_https: string;
|
755
|
+
profile_interstitial_type: string;
|
756
|
+
screen_name: string;
|
757
|
+
statuses_count: number;
|
758
|
+
translator_type: string;
|
759
|
+
url: string;
|
760
|
+
verified: boolean;
|
761
|
+
want_retweets: boolean;
|
762
|
+
withheld_in_countries: unknown[];
|
763
|
+
};
|
764
|
+
parody_commentary_fan_label: string;
|
765
|
+
profile_image_shape: string;
|
714
766
|
rest_id: string;
|
767
|
+
tipjar_settings: {};
|
715
768
|
};
|
716
|
-
profile_image_shape: string;
|
717
|
-
rest_id: string;
|
718
|
-
tipjar_settings: {};
|
719
769
|
};
|
720
770
|
};
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
expanded_url: string;
|
743
|
-
ext_media_availability: {
|
744
|
-
status: string;
|
745
|
-
};
|
746
|
-
features?: {
|
747
|
-
large: {
|
748
|
-
faces: {
|
749
|
-
h: number;
|
750
|
-
w: number;
|
751
|
-
x: number;
|
752
|
-
y: number;
|
753
|
-
}[];
|
754
|
-
};
|
755
|
-
medium: {
|
756
|
-
faces: {
|
757
|
-
h: number;
|
758
|
-
w: number;
|
759
|
-
x: number;
|
760
|
-
y: number;
|
761
|
-
}[];
|
762
|
-
};
|
763
|
-
orig: {
|
764
|
-
faces: {
|
765
|
-
h: number;
|
766
|
-
w: number;
|
767
|
-
x: number;
|
768
|
-
y: number;
|
769
|
-
}[];
|
771
|
+
edit_control: {
|
772
|
+
edit_tweet_ids: string[];
|
773
|
+
editable_until_msecs: string;
|
774
|
+
edits_remaining: string;
|
775
|
+
is_edit_eligible: boolean;
|
776
|
+
};
|
777
|
+
is_translatable: boolean;
|
778
|
+
legacy: {
|
779
|
+
bookmark_count: number;
|
780
|
+
bookmarked: boolean;
|
781
|
+
conversation_id_str: string;
|
782
|
+
created_at: string;
|
783
|
+
display_text_range: number[];
|
784
|
+
entities: {
|
785
|
+
hashtags: {
|
786
|
+
indices: number[];
|
787
|
+
text: string;
|
788
|
+
}[];
|
789
|
+
media: {
|
790
|
+
allow_download_status: {
|
791
|
+
allow_download: boolean;
|
770
792
|
};
|
771
|
-
|
772
|
-
|
793
|
+
display_url: string;
|
794
|
+
expanded_url: string;
|
795
|
+
ext_media_availability: {
|
796
|
+
status: string;
|
797
|
+
};
|
798
|
+
features: {
|
799
|
+
large: {
|
800
|
+
faces: unknown[];
|
801
|
+
};
|
802
|
+
medium: {
|
803
|
+
faces: unknown[];
|
804
|
+
};
|
805
|
+
orig: {
|
806
|
+
faces: unknown[];
|
807
|
+
};
|
808
|
+
small: {
|
809
|
+
faces: unknown[];
|
810
|
+
};
|
811
|
+
};
|
812
|
+
id_str: string;
|
813
|
+
indices: number[];
|
814
|
+
media_key: string;
|
815
|
+
media_results: {
|
816
|
+
result: {
|
817
|
+
media_key: string;
|
818
|
+
};
|
819
|
+
};
|
820
|
+
media_url_https: string;
|
821
|
+
original_info: {
|
822
|
+
focus_rects: {
|
773
823
|
h: number;
|
774
824
|
w: number;
|
775
825
|
x: number;
|
776
826
|
y: number;
|
777
827
|
}[];
|
828
|
+
height: number;
|
829
|
+
width: number;
|
778
830
|
};
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
831
|
+
sizes: {
|
832
|
+
large: {
|
833
|
+
h: number;
|
834
|
+
resize: string;
|
835
|
+
w: number;
|
836
|
+
};
|
837
|
+
medium: {
|
838
|
+
h: number;
|
839
|
+
resize: string;
|
840
|
+
w: number;
|
841
|
+
};
|
842
|
+
small: {
|
843
|
+
h: number;
|
844
|
+
resize: string;
|
845
|
+
w: number;
|
846
|
+
};
|
847
|
+
thumb: {
|
848
|
+
h: number;
|
849
|
+
resize: string;
|
850
|
+
w: number;
|
851
|
+
};
|
786
852
|
};
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
853
|
+
type: string;
|
854
|
+
url: string;
|
855
|
+
}[];
|
856
|
+
symbols: unknown[];
|
857
|
+
timestamps: unknown[];
|
858
|
+
urls: {
|
859
|
+
display_url: string;
|
860
|
+
expanded_url: string;
|
861
|
+
indices: number[];
|
862
|
+
url: string;
|
863
|
+
}[];
|
864
|
+
user_mentions: unknown[];
|
865
|
+
};
|
866
|
+
extended_entities: {
|
867
|
+
media: {
|
868
|
+
allow_download_status: {
|
869
|
+
allow_download: boolean;
|
804
870
|
};
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
871
|
+
display_url: string;
|
872
|
+
expanded_url: string;
|
873
|
+
ext_media_availability: {
|
874
|
+
status: string;
|
809
875
|
};
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
876
|
+
features: {
|
877
|
+
large: {
|
878
|
+
faces: unknown[];
|
879
|
+
};
|
880
|
+
medium: {
|
881
|
+
faces: unknown[];
|
882
|
+
};
|
883
|
+
orig: {
|
884
|
+
faces: unknown[];
|
885
|
+
};
|
886
|
+
small: {
|
887
|
+
faces: unknown[];
|
888
|
+
};
|
814
889
|
};
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
890
|
+
id_str: string;
|
891
|
+
indices: number[];
|
892
|
+
media_key: string;
|
893
|
+
media_results: {
|
894
|
+
result: {
|
895
|
+
media_key: string;
|
896
|
+
};
|
819
897
|
};
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
video_info?: {
|
824
|
-
aspect_ratio: number[];
|
825
|
-
variants: {
|
826
|
-
bitrate?: number;
|
827
|
-
content_type: string;
|
828
|
-
url: string;
|
829
|
-
}[];
|
830
|
-
duration_millis?: number;
|
831
|
-
};
|
832
|
-
additional_media_info?: {
|
833
|
-
monetizable: boolean;
|
834
|
-
};
|
835
|
-
}[];
|
836
|
-
symbols: unknown[];
|
837
|
-
timestamps: unknown[];
|
838
|
-
urls: {
|
839
|
-
display_url: string;
|
840
|
-
expanded_url: string;
|
841
|
-
indices: number[];
|
842
|
-
url: string;
|
843
|
-
}[];
|
844
|
-
user_mentions: unknown[];
|
845
|
-
};
|
846
|
-
extended_entities?: {
|
847
|
-
media: {
|
848
|
-
allow_download_status?: {
|
849
|
-
allow_download: boolean;
|
850
|
-
};
|
851
|
-
display_url: string;
|
852
|
-
expanded_url: string;
|
853
|
-
ext_media_availability: {
|
854
|
-
status: string;
|
855
|
-
};
|
856
|
-
features?: {
|
857
|
-
large: {
|
858
|
-
faces: {
|
898
|
+
media_url_https: string;
|
899
|
+
original_info: {
|
900
|
+
focus_rects: {
|
859
901
|
h: number;
|
860
902
|
w: number;
|
861
903
|
x: number;
|
862
904
|
y: number;
|
863
905
|
}[];
|
906
|
+
height: number;
|
907
|
+
width: number;
|
864
908
|
};
|
865
|
-
|
866
|
-
|
909
|
+
sizes: {
|
910
|
+
large: {
|
867
911
|
h: number;
|
912
|
+
resize: string;
|
868
913
|
w: number;
|
869
|
-
|
870
|
-
|
871
|
-
}[];
|
872
|
-
};
|
873
|
-
orig: {
|
874
|
-
faces: {
|
914
|
+
};
|
915
|
+
medium: {
|
875
916
|
h: number;
|
917
|
+
resize: string;
|
876
918
|
w: number;
|
877
|
-
|
878
|
-
|
879
|
-
}[];
|
880
|
-
};
|
881
|
-
small: {
|
882
|
-
faces: {
|
919
|
+
};
|
920
|
+
small: {
|
883
921
|
h: number;
|
922
|
+
resize: string;
|
884
923
|
w: number;
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
indices: number[];
|
892
|
-
media_key: string;
|
893
|
-
media_results: {
|
894
|
-
result: {
|
895
|
-
media_key: string;
|
896
|
-
};
|
897
|
-
};
|
898
|
-
media_url_https: string;
|
899
|
-
original_info: {
|
900
|
-
focus_rects: {
|
901
|
-
h: number;
|
902
|
-
w: number;
|
903
|
-
x: number;
|
904
|
-
y: number;
|
905
|
-
}[];
|
906
|
-
height: number;
|
907
|
-
width: number;
|
908
|
-
};
|
909
|
-
sizes: {
|
910
|
-
large: {
|
911
|
-
h: number;
|
912
|
-
resize: string;
|
913
|
-
w: number;
|
914
|
-
};
|
915
|
-
medium: {
|
916
|
-
h: number;
|
917
|
-
resize: string;
|
918
|
-
w: number;
|
924
|
+
};
|
925
|
+
thumb: {
|
926
|
+
h: number;
|
927
|
+
resize: string;
|
928
|
+
w: number;
|
929
|
+
};
|
919
930
|
};
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
931
|
+
type: string;
|
932
|
+
url: string;
|
933
|
+
}[];
|
934
|
+
};
|
935
|
+
favorite_count: number;
|
936
|
+
favorited: boolean;
|
937
|
+
full_text: string;
|
938
|
+
id_str: string;
|
939
|
+
is_quote_status: boolean;
|
940
|
+
lang: string;
|
941
|
+
possibly_sensitive: boolean;
|
942
|
+
possibly_sensitive_editable: boolean;
|
943
|
+
quote_count: number;
|
944
|
+
reply_count: number;
|
945
|
+
retweet_count: number;
|
946
|
+
retweeted: boolean;
|
947
|
+
user_id_str: string;
|
948
|
+
};
|
949
|
+
rest_id: string;
|
950
|
+
source: string;
|
951
|
+
unmention_data: {};
|
952
|
+
views: {
|
953
|
+
count: string;
|
954
|
+
state: string;
|
955
|
+
};
|
956
|
+
};
|
957
|
+
};
|
958
|
+
};
|
959
|
+
previous_counts?: {
|
960
|
+
bookmark_count: number;
|
961
|
+
favorite_count: number;
|
962
|
+
quote_count: number;
|
963
|
+
reply_count: number;
|
964
|
+
retweet_count: number;
|
965
|
+
};
|
966
|
+
quoted_status_result?: {
|
967
|
+
result?: {
|
968
|
+
__typename: string;
|
969
|
+
core?: {
|
970
|
+
user_results: {
|
971
|
+
result: {
|
972
|
+
__typename: string;
|
973
|
+
affiliates_highlighted_label: {
|
974
|
+
label?: {
|
975
|
+
badge: {
|
976
|
+
url: string;
|
977
|
+
};
|
978
|
+
description: string;
|
979
|
+
url: {
|
980
|
+
url: string;
|
981
|
+
urlType: string;
|
982
|
+
};
|
983
|
+
userLabelDisplayType: string;
|
984
|
+
userLabelType: string;
|
985
|
+
};
|
986
|
+
};
|
987
|
+
has_graduated_access: boolean;
|
988
|
+
id: string;
|
989
|
+
is_blue_verified: boolean;
|
990
|
+
legacy: {
|
991
|
+
can_dm: boolean;
|
992
|
+
can_media_tag: boolean;
|
993
|
+
created_at: string;
|
994
|
+
default_profile: boolean;
|
995
|
+
default_profile_image: boolean;
|
996
|
+
description: string;
|
997
|
+
entities: {
|
998
|
+
description: {
|
999
|
+
urls: {
|
1000
|
+
display_url: string;
|
1001
|
+
expanded_url: string;
|
1002
|
+
indices: number[];
|
1003
|
+
url: string;
|
1004
|
+
}[];
|
1005
|
+
};
|
1006
|
+
url?: {
|
1007
|
+
urls: {
|
1008
|
+
display_url: string;
|
1009
|
+
expanded_url: string;
|
1010
|
+
indices: number[];
|
1011
|
+
url: string;
|
1012
|
+
}[];
|
1013
|
+
};
|
1014
|
+
};
|
1015
|
+
fast_followers_count: number;
|
1016
|
+
favourites_count: number;
|
1017
|
+
followers_count: number;
|
1018
|
+
following: boolean;
|
1019
|
+
friends_count: number;
|
1020
|
+
has_custom_timelines: boolean;
|
1021
|
+
is_translator: boolean;
|
1022
|
+
listed_count: number;
|
1023
|
+
location: string;
|
1024
|
+
media_count: number;
|
1025
|
+
name: string;
|
1026
|
+
normal_followers_count: number;
|
1027
|
+
pinned_tweet_ids_str: string[];
|
1028
|
+
possibly_sensitive: boolean;
|
1029
|
+
profile_banner_url?: string;
|
1030
|
+
profile_image_url_https: string;
|
1031
|
+
profile_interstitial_type: string;
|
1032
|
+
screen_name: string;
|
1033
|
+
statuses_count: number;
|
1034
|
+
translator_type: string;
|
1035
|
+
url?: string;
|
1036
|
+
verified: boolean;
|
1037
|
+
verified_type?: string;
|
1038
|
+
want_retweets: boolean;
|
1039
|
+
withheld_in_countries: unknown[];
|
1040
|
+
blocking?: boolean;
|
1041
|
+
notifications?: boolean;
|
1042
|
+
};
|
1043
|
+
parody_commentary_fan_label: string;
|
1044
|
+
professional?: {
|
1045
|
+
category: {
|
1046
|
+
icon_name: string;
|
1047
|
+
id: number;
|
1048
|
+
name: string;
|
1049
|
+
}[];
|
1050
|
+
professional_type: string;
|
1051
|
+
rest_id: string;
|
1052
|
+
};
|
1053
|
+
profile_image_shape: string;
|
1054
|
+
rest_id: string;
|
1055
|
+
tipjar_settings: {
|
1056
|
+
is_enabled?: boolean;
|
1057
|
+
patreon_handle?: string;
|
1058
|
+
};
|
1059
|
+
super_follow_eligible?: boolean;
|
1060
|
+
};
|
1061
|
+
};
|
1062
|
+
};
|
1063
|
+
edit_control?: {
|
1064
|
+
edit_tweet_ids?: string[];
|
1065
|
+
editable_until_msecs?: string;
|
1066
|
+
edits_remaining?: string;
|
1067
|
+
is_edit_eligible?: boolean;
|
1068
|
+
edit_control_initial?: {
|
1069
|
+
edit_tweet_ids: string[];
|
1070
|
+
editable_until_msecs: string;
|
1071
|
+
edits_remaining: string;
|
1072
|
+
is_edit_eligible: boolean;
|
1073
|
+
};
|
1074
|
+
initial_tweet_id?: string;
|
1075
|
+
};
|
1076
|
+
is_translatable?: boolean;
|
1077
|
+
legacy?: {
|
1078
|
+
bookmark_count: number;
|
1079
|
+
bookmarked: boolean;
|
1080
|
+
conversation_id_str: string;
|
1081
|
+
created_at: string;
|
1082
|
+
display_text_range: number[];
|
1083
|
+
entities: {
|
1084
|
+
hashtags: {
|
1085
|
+
indices: number[];
|
1086
|
+
text: string;
|
1087
|
+
}[];
|
1088
|
+
media?: {
|
1089
|
+
allow_download_status?: {
|
1090
|
+
allow_download: boolean;
|
1091
|
+
};
|
1092
|
+
display_url: string;
|
1093
|
+
expanded_url: string;
|
1094
|
+
ext_media_availability: {
|
1095
|
+
status: string;
|
1096
|
+
};
|
1097
|
+
features?: {
|
1098
|
+
large: {
|
1099
|
+
faces: {
|
1100
|
+
h: number;
|
1101
|
+
w: number;
|
1102
|
+
x: number;
|
1103
|
+
y: number;
|
1104
|
+
}[];
|
1105
|
+
};
|
1106
|
+
medium: {
|
1107
|
+
faces: {
|
1108
|
+
h: number;
|
1109
|
+
w: number;
|
1110
|
+
x: number;
|
1111
|
+
y: number;
|
1112
|
+
}[];
|
1113
|
+
};
|
1114
|
+
orig: {
|
1115
|
+
faces: {
|
1116
|
+
h: number;
|
1117
|
+
w: number;
|
1118
|
+
x: number;
|
1119
|
+
y: number;
|
1120
|
+
}[];
|
1121
|
+
};
|
1122
|
+
small: {
|
1123
|
+
faces: {
|
1124
|
+
h: number;
|
1125
|
+
w: number;
|
1126
|
+
x: number;
|
1127
|
+
y: number;
|
1128
|
+
}[];
|
1129
|
+
};
|
1130
|
+
all?: {
|
1131
|
+
tags: {
|
1132
|
+
name: string;
|
1133
|
+
screen_name: string;
|
1134
|
+
type: string;
|
1135
|
+
user_id: string;
|
1136
|
+
}[];
|
1137
|
+
};
|
1138
|
+
};
|
1139
|
+
id_str: string;
|
1140
|
+
indices: number[];
|
1141
|
+
media_key: string;
|
1142
|
+
media_results: {
|
1143
|
+
result: {
|
1144
|
+
media_key: string;
|
1145
|
+
};
|
1146
|
+
};
|
1147
|
+
media_url_https: string;
|
1148
|
+
original_info: {
|
1149
|
+
focus_rects: {
|
1150
|
+
h: number;
|
1151
|
+
w: number;
|
1152
|
+
x: number;
|
1153
|
+
y: number;
|
1154
|
+
}[];
|
1155
|
+
height: number;
|
1156
|
+
width: number;
|
1157
|
+
};
|
1158
|
+
sizes: {
|
1159
|
+
large: {
|
1160
|
+
h: number;
|
1161
|
+
resize: string;
|
1162
|
+
w: number;
|
1163
|
+
};
|
1164
|
+
medium: {
|
1165
|
+
h: number;
|
1166
|
+
resize: string;
|
1167
|
+
w: number;
|
1168
|
+
};
|
1169
|
+
small: {
|
1170
|
+
h: number;
|
1171
|
+
resize: string;
|
1172
|
+
w: number;
|
924
1173
|
};
|
925
1174
|
thumb: {
|
926
1175
|
h: number;
|
@@ -941,27 +1190,292 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
941
1190
|
};
|
942
1191
|
additional_media_info?: {
|
943
1192
|
monetizable: boolean;
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
1193
|
+
source_user?: {
|
1194
|
+
user_results: {
|
1195
|
+
result: {
|
1196
|
+
__typename: string;
|
1197
|
+
affiliates_highlighted_label: {};
|
1198
|
+
has_graduated_access: boolean;
|
1199
|
+
id: string;
|
1200
|
+
is_blue_verified: boolean;
|
1201
|
+
legacy: {
|
1202
|
+
can_dm: boolean;
|
1203
|
+
can_media_tag: boolean;
|
1204
|
+
created_at: string;
|
1205
|
+
default_profile: boolean;
|
1206
|
+
default_profile_image: boolean;
|
1207
|
+
description: string;
|
1208
|
+
entities: {
|
1209
|
+
description: {
|
1210
|
+
urls: unknown[];
|
1211
|
+
};
|
1212
|
+
url: {
|
1213
|
+
urls: {
|
1214
|
+
display_url: string;
|
1215
|
+
expanded_url: string;
|
1216
|
+
indices: number[];
|
1217
|
+
url: string;
|
1218
|
+
}[];
|
1219
|
+
};
|
1220
|
+
};
|
1221
|
+
fast_followers_count: number;
|
1222
|
+
favourites_count: number;
|
1223
|
+
followers_count: number;
|
1224
|
+
following: boolean;
|
1225
|
+
friends_count: number;
|
1226
|
+
has_custom_timelines: boolean;
|
1227
|
+
is_translator: boolean;
|
1228
|
+
listed_count: number;
|
1229
|
+
location: string;
|
1230
|
+
media_count: number;
|
1231
|
+
name: string;
|
1232
|
+
normal_followers_count: number;
|
1233
|
+
pinned_tweet_ids_str: unknown[];
|
1234
|
+
possibly_sensitive: boolean;
|
1235
|
+
profile_banner_url: string;
|
1236
|
+
profile_image_url_https: string;
|
1237
|
+
profile_interstitial_type: string;
|
1238
|
+
screen_name: string;
|
1239
|
+
statuses_count: number;
|
1240
|
+
translator_type: string;
|
1241
|
+
url: string;
|
1242
|
+
verified: boolean;
|
1243
|
+
want_retweets: boolean;
|
1244
|
+
withheld_in_countries: unknown[];
|
1245
|
+
};
|
1246
|
+
parody_commentary_fan_label: string;
|
1247
|
+
profile_image_shape: string;
|
1248
|
+
rest_id: string;
|
1249
|
+
tipjar_settings: {
|
1250
|
+
is_enabled: boolean;
|
1251
|
+
};
|
1252
|
+
};
|
1253
|
+
};
|
1254
|
+
};
|
1255
|
+
};
|
1256
|
+
ext_alt_text?: string;
|
1257
|
+
source_status_id_str?: string;
|
1258
|
+
source_user_id_str?: string;
|
1259
|
+
}[];
|
1260
|
+
symbols: {
|
1261
|
+
indices: number[];
|
1262
|
+
text: string;
|
1263
|
+
}[];
|
1264
|
+
timestamps: unknown[];
|
1265
|
+
urls: {
|
1266
|
+
display_url: string;
|
1267
|
+
expanded_url: string;
|
1268
|
+
indices: number[];
|
1269
|
+
url: string;
|
1270
|
+
}[];
|
1271
|
+
user_mentions: {
|
1272
|
+
id_str: string;
|
1273
|
+
indices: number[];
|
1274
|
+
name: string;
|
1275
|
+
screen_name: string;
|
1276
|
+
}[];
|
1277
|
+
};
|
1278
|
+
extended_entities?: {
|
1279
|
+
media: {
|
1280
|
+
allow_download_status?: {
|
1281
|
+
allow_download: boolean;
|
1282
|
+
};
|
1283
|
+
display_url: string;
|
1284
|
+
expanded_url: string;
|
1285
|
+
ext_media_availability: {
|
1286
|
+
status: string;
|
1287
|
+
};
|
1288
|
+
features?: {
|
1289
|
+
large: {
|
1290
|
+
faces: {
|
1291
|
+
h: number;
|
1292
|
+
w: number;
|
1293
|
+
x: number;
|
1294
|
+
y: number;
|
1295
|
+
}[];
|
1296
|
+
};
|
1297
|
+
medium: {
|
1298
|
+
faces: {
|
1299
|
+
h: number;
|
1300
|
+
w: number;
|
1301
|
+
x: number;
|
1302
|
+
y: number;
|
1303
|
+
}[];
|
1304
|
+
};
|
1305
|
+
orig: {
|
1306
|
+
faces: {
|
1307
|
+
h: number;
|
1308
|
+
w: number;
|
1309
|
+
x: number;
|
1310
|
+
y: number;
|
1311
|
+
}[];
|
1312
|
+
};
|
1313
|
+
small: {
|
1314
|
+
faces: {
|
1315
|
+
h: number;
|
1316
|
+
w: number;
|
1317
|
+
x: number;
|
1318
|
+
y: number;
|
1319
|
+
}[];
|
1320
|
+
};
|
1321
|
+
all?: {
|
1322
|
+
tags: {
|
1323
|
+
name: string;
|
1324
|
+
screen_name: string;
|
1325
|
+
type: string;
|
1326
|
+
user_id: string;
|
1327
|
+
}[];
|
1328
|
+
};
|
1329
|
+
};
|
1330
|
+
id_str: string;
|
1331
|
+
indices: number[];
|
1332
|
+
media_key: string;
|
1333
|
+
media_results: {
|
1334
|
+
result: {
|
1335
|
+
media_key: string;
|
1336
|
+
};
|
1337
|
+
};
|
1338
|
+
media_url_https: string;
|
1339
|
+
original_info: {
|
1340
|
+
focus_rects: {
|
1341
|
+
h: number;
|
1342
|
+
w: number;
|
1343
|
+
x: number;
|
1344
|
+
y: number;
|
1345
|
+
}[];
|
1346
|
+
height: number;
|
1347
|
+
width: number;
|
1348
|
+
};
|
1349
|
+
sizes: {
|
1350
|
+
large: {
|
1351
|
+
h: number;
|
1352
|
+
resize: string;
|
1353
|
+
w: number;
|
1354
|
+
};
|
1355
|
+
medium: {
|
1356
|
+
h: number;
|
1357
|
+
resize: string;
|
1358
|
+
w: number;
|
1359
|
+
};
|
1360
|
+
small: {
|
1361
|
+
h: number;
|
1362
|
+
resize: string;
|
1363
|
+
w: number;
|
1364
|
+
};
|
1365
|
+
thumb: {
|
1366
|
+
h: number;
|
1367
|
+
resize: string;
|
1368
|
+
w: number;
|
1369
|
+
};
|
1370
|
+
};
|
1371
|
+
type: string;
|
1372
|
+
url: string;
|
1373
|
+
video_info?: {
|
1374
|
+
aspect_ratio: number[];
|
1375
|
+
variants: {
|
1376
|
+
bitrate?: number;
|
1377
|
+
content_type: string;
|
1378
|
+
url: string;
|
1379
|
+
}[];
|
1380
|
+
duration_millis?: number;
|
1381
|
+
};
|
1382
|
+
additional_media_info?: {
|
1383
|
+
monetizable: boolean;
|
1384
|
+
source_user?: {
|
1385
|
+
user_results: {
|
1386
|
+
result: {
|
1387
|
+
__typename: string;
|
1388
|
+
affiliates_highlighted_label: {};
|
1389
|
+
has_graduated_access: boolean;
|
1390
|
+
id: string;
|
1391
|
+
is_blue_verified: boolean;
|
1392
|
+
legacy: {
|
1393
|
+
can_dm: boolean;
|
1394
|
+
can_media_tag: boolean;
|
1395
|
+
created_at: string;
|
1396
|
+
default_profile: boolean;
|
1397
|
+
default_profile_image: boolean;
|
1398
|
+
description: string;
|
1399
|
+
entities: {
|
1400
|
+
description: {
|
1401
|
+
urls: unknown[];
|
1402
|
+
};
|
1403
|
+
url: {
|
1404
|
+
urls: {
|
1405
|
+
display_url: string;
|
1406
|
+
expanded_url: string;
|
1407
|
+
indices: number[];
|
1408
|
+
url: string;
|
1409
|
+
}[];
|
1410
|
+
};
|
1411
|
+
};
|
1412
|
+
fast_followers_count: number;
|
1413
|
+
favourites_count: number;
|
1414
|
+
followers_count: number;
|
1415
|
+
following: boolean;
|
1416
|
+
friends_count: number;
|
1417
|
+
has_custom_timelines: boolean;
|
1418
|
+
is_translator: boolean;
|
1419
|
+
listed_count: number;
|
1420
|
+
location: string;
|
1421
|
+
media_count: number;
|
1422
|
+
name: string;
|
1423
|
+
normal_followers_count: number;
|
1424
|
+
pinned_tweet_ids_str: unknown[];
|
1425
|
+
possibly_sensitive: boolean;
|
1426
|
+
profile_banner_url: string;
|
1427
|
+
profile_image_url_https: string;
|
1428
|
+
profile_interstitial_type: string;
|
1429
|
+
screen_name: string;
|
1430
|
+
statuses_count: number;
|
1431
|
+
translator_type: string;
|
1432
|
+
url: string;
|
1433
|
+
verified: boolean;
|
1434
|
+
want_retweets: boolean;
|
1435
|
+
withheld_in_countries: unknown[];
|
1436
|
+
};
|
1437
|
+
parody_commentary_fan_label: string;
|
1438
|
+
profile_image_shape: string;
|
1439
|
+
rest_id: string;
|
1440
|
+
tipjar_settings: {
|
1441
|
+
is_enabled: boolean;
|
1442
|
+
};
|
1443
|
+
};
|
1444
|
+
};
|
1445
|
+
};
|
1446
|
+
};
|
1447
|
+
ext_alt_text?: string;
|
1448
|
+
source_status_id_str?: string;
|
1449
|
+
source_user_id_str?: string;
|
1450
|
+
}[];
|
1451
|
+
};
|
1452
|
+
favorite_count: number;
|
1453
|
+
favorited: boolean;
|
1454
|
+
full_text: string;
|
1455
|
+
id_str: string;
|
1456
|
+
is_quote_status: boolean;
|
1457
|
+
lang: string;
|
1458
|
+
possibly_sensitive?: boolean;
|
1459
|
+
possibly_sensitive_editable?: boolean;
|
1460
|
+
quote_count: number;
|
1461
|
+
reply_count: number;
|
1462
|
+
retweet_count: number;
|
1463
|
+
retweeted: boolean;
|
1464
|
+
user_id_str: string;
|
1465
|
+
quoted_status_id_str?: string;
|
1466
|
+
quoted_status_permalink?: {
|
1467
|
+
display: string;
|
1468
|
+
expanded: string;
|
1469
|
+
url: string;
|
1470
|
+
};
|
1471
|
+
in_reply_to_screen_name?: string;
|
1472
|
+
in_reply_to_status_id_str?: string;
|
1473
|
+
in_reply_to_user_id_str?: string;
|
1474
|
+
};
|
1475
|
+
rest_id?: string;
|
1476
|
+
source?: string;
|
1477
|
+
unmention_data?: {};
|
1478
|
+
views?: {
|
965
1479
|
count?: string;
|
966
1480
|
state: string;
|
967
1481
|
};
|
@@ -1282,7 +1796,10 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
1282
1796
|
note_tweet_results: {
|
1283
1797
|
result: {
|
1284
1798
|
entity_set: {
|
1285
|
-
hashtags:
|
1799
|
+
hashtags: {
|
1800
|
+
indices: number[];
|
1801
|
+
text: string;
|
1802
|
+
}[];
|
1286
1803
|
symbols: unknown[];
|
1287
1804
|
urls: {
|
1288
1805
|
display_url: string;
|
@@ -1291,24 +1808,158 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
1291
1808
|
url: string;
|
1292
1809
|
}[];
|
1293
1810
|
user_mentions: unknown[];
|
1811
|
+
timestamps?: unknown[];
|
1294
1812
|
};
|
1295
1813
|
id: string;
|
1296
|
-
media
|
1814
|
+
media?: {
|
1297
1815
|
inline_media: unknown[];
|
1298
1816
|
};
|
1299
|
-
richtext
|
1300
|
-
richtext_tags:
|
1817
|
+
richtext?: {
|
1818
|
+
richtext_tags: {
|
1819
|
+
from_index: number;
|
1820
|
+
richtext_types: string[];
|
1821
|
+
to_index: number;
|
1822
|
+
}[];
|
1301
1823
|
};
|
1302
1824
|
text: string;
|
1303
1825
|
};
|
1304
1826
|
};
|
1305
1827
|
};
|
1828
|
+
quotedRefResult?: {
|
1829
|
+
result: {
|
1830
|
+
__typename: string;
|
1831
|
+
rest_id: string;
|
1832
|
+
};
|
1833
|
+
};
|
1834
|
+
card?: {
|
1835
|
+
legacy: {
|
1836
|
+
binding_values: {
|
1837
|
+
key: string;
|
1838
|
+
value: {
|
1839
|
+
image_color_value?: {
|
1840
|
+
palette: {
|
1841
|
+
percentage: number;
|
1842
|
+
rgb: {
|
1843
|
+
blue: number;
|
1844
|
+
green: number;
|
1845
|
+
red: number;
|
1846
|
+
};
|
1847
|
+
}[];
|
1848
|
+
};
|
1849
|
+
image_value?: {
|
1850
|
+
height: number;
|
1851
|
+
url: string;
|
1852
|
+
width: number;
|
1853
|
+
alt?: string;
|
1854
|
+
};
|
1855
|
+
scribe_key?: string;
|
1856
|
+
string_value?: string;
|
1857
|
+
type: string;
|
1858
|
+
user_value?: {
|
1859
|
+
id_str: string;
|
1860
|
+
path: unknown[];
|
1861
|
+
};
|
1862
|
+
};
|
1863
|
+
}[];
|
1864
|
+
card_platform: {
|
1865
|
+
platform: {
|
1866
|
+
audience: {
|
1867
|
+
name: string;
|
1868
|
+
};
|
1869
|
+
device: {
|
1870
|
+
name: string;
|
1871
|
+
version: string;
|
1872
|
+
};
|
1873
|
+
};
|
1874
|
+
};
|
1875
|
+
name: string;
|
1876
|
+
url: string;
|
1877
|
+
user_refs_results: {
|
1878
|
+
result: {
|
1879
|
+
__typename: string;
|
1880
|
+
affiliates_highlighted_label: {};
|
1881
|
+
has_graduated_access: boolean;
|
1882
|
+
id: string;
|
1883
|
+
is_blue_verified: boolean;
|
1884
|
+
legacy: {
|
1885
|
+
can_dm: boolean;
|
1886
|
+
can_media_tag: boolean;
|
1887
|
+
created_at: string;
|
1888
|
+
default_profile: boolean;
|
1889
|
+
default_profile_image: boolean;
|
1890
|
+
description: string;
|
1891
|
+
entities: {
|
1892
|
+
description: {
|
1893
|
+
urls: unknown[];
|
1894
|
+
};
|
1895
|
+
url: {
|
1896
|
+
urls: {
|
1897
|
+
display_url: string;
|
1898
|
+
expanded_url: string;
|
1899
|
+
indices: number[];
|
1900
|
+
url: string;
|
1901
|
+
}[];
|
1902
|
+
};
|
1903
|
+
};
|
1904
|
+
fast_followers_count: number;
|
1905
|
+
favourites_count: number;
|
1906
|
+
followers_count: number;
|
1907
|
+
following: boolean;
|
1908
|
+
friends_count: number;
|
1909
|
+
has_custom_timelines: boolean;
|
1910
|
+
is_translator: boolean;
|
1911
|
+
listed_count: number;
|
1912
|
+
location: string;
|
1913
|
+
media_count: number;
|
1914
|
+
name: string;
|
1915
|
+
normal_followers_count: number;
|
1916
|
+
pinned_tweet_ids_str: string[];
|
1917
|
+
possibly_sensitive: boolean;
|
1918
|
+
profile_banner_url: string;
|
1919
|
+
profile_image_url_https: string;
|
1920
|
+
profile_interstitial_type: string;
|
1921
|
+
screen_name: string;
|
1922
|
+
statuses_count: number;
|
1923
|
+
translator_type: string;
|
1924
|
+
url: string;
|
1925
|
+
verified: boolean;
|
1926
|
+
verified_type?: string;
|
1927
|
+
want_retweets: boolean;
|
1928
|
+
withheld_in_countries: unknown[];
|
1929
|
+
};
|
1930
|
+
parody_commentary_fan_label: string;
|
1931
|
+
profile_image_shape: string;
|
1932
|
+
rest_id: string;
|
1933
|
+
tipjar_settings: {
|
1934
|
+
is_enabled?: boolean;
|
1935
|
+
};
|
1936
|
+
professional?: {
|
1937
|
+
category: {
|
1938
|
+
icon_name: string;
|
1939
|
+
id: number;
|
1940
|
+
name: string;
|
1941
|
+
}[];
|
1942
|
+
professional_type: string;
|
1943
|
+
rest_id: string;
|
1944
|
+
};
|
1945
|
+
};
|
1946
|
+
}[];
|
1947
|
+
};
|
1948
|
+
rest_id: string;
|
1949
|
+
};
|
1950
|
+
previous_counts?: {
|
1951
|
+
bookmark_count: number;
|
1952
|
+
favorite_count: number;
|
1953
|
+
quote_count: number;
|
1954
|
+
reply_count: number;
|
1955
|
+
retweet_count: number;
|
1956
|
+
};
|
1306
1957
|
};
|
1307
1958
|
};
|
1308
|
-
rest_id
|
1309
|
-
source
|
1310
|
-
unmention_data
|
1311
|
-
views
|
1959
|
+
rest_id?: string;
|
1960
|
+
source?: string;
|
1961
|
+
unmention_data?: {};
|
1962
|
+
views?: {
|
1312
1963
|
count?: string;
|
1313
1964
|
state: string;
|
1314
1965
|
};
|
@@ -1330,139 +1981,1238 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
1330
1981
|
};
|
1331
1982
|
}[];
|
1332
1983
|
};
|
1333
|
-
image_value?: {
|
1334
|
-
height: number;
|
1335
|
-
url: string;
|
1336
|
-
width: number;
|
1984
|
+
image_value?: {
|
1985
|
+
height: number;
|
1986
|
+
url: string;
|
1987
|
+
width: number;
|
1988
|
+
alt?: string;
|
1989
|
+
};
|
1990
|
+
user_value?: {
|
1991
|
+
id_str: string;
|
1992
|
+
path: unknown[];
|
1993
|
+
};
|
1994
|
+
};
|
1995
|
+
}[];
|
1996
|
+
card_platform: {
|
1997
|
+
platform: {
|
1998
|
+
audience: {
|
1999
|
+
name: string;
|
2000
|
+
};
|
2001
|
+
device: {
|
2002
|
+
name: string;
|
2003
|
+
version: string;
|
2004
|
+
};
|
2005
|
+
};
|
2006
|
+
};
|
2007
|
+
name: string;
|
2008
|
+
url: string;
|
2009
|
+
user_refs_results: {
|
2010
|
+
result: {
|
2011
|
+
__typename: string;
|
2012
|
+
affiliates_highlighted_label?: {
|
2013
|
+
label?: {
|
2014
|
+
badge: {
|
2015
|
+
url: string;
|
2016
|
+
};
|
2017
|
+
description: string;
|
2018
|
+
url: {
|
2019
|
+
url: string;
|
2020
|
+
urlType: string;
|
2021
|
+
};
|
2022
|
+
userLabelDisplayType: string;
|
2023
|
+
userLabelType: string;
|
2024
|
+
};
|
2025
|
+
};
|
2026
|
+
has_graduated_access?: boolean;
|
2027
|
+
id?: string;
|
2028
|
+
is_blue_verified?: boolean;
|
2029
|
+
legacy?: {
|
2030
|
+
can_dm: boolean;
|
2031
|
+
can_media_tag: boolean;
|
2032
|
+
created_at: string;
|
2033
|
+
default_profile: boolean;
|
2034
|
+
default_profile_image: boolean;
|
2035
|
+
description: string;
|
2036
|
+
entities: {
|
2037
|
+
description: {
|
2038
|
+
urls: {
|
2039
|
+
display_url: string;
|
2040
|
+
expanded_url: string;
|
2041
|
+
indices: number[];
|
2042
|
+
url: string;
|
2043
|
+
}[];
|
2044
|
+
};
|
2045
|
+
url?: {
|
2046
|
+
urls: {
|
2047
|
+
display_url?: string;
|
2048
|
+
expanded_url?: string;
|
2049
|
+
indices: number[];
|
2050
|
+
url: string;
|
2051
|
+
}[];
|
2052
|
+
};
|
2053
|
+
};
|
2054
|
+
fast_followers_count: number;
|
2055
|
+
favourites_count: number;
|
2056
|
+
followers_count: number;
|
2057
|
+
following: boolean;
|
2058
|
+
friends_count: number;
|
2059
|
+
has_custom_timelines: boolean;
|
2060
|
+
is_translator: boolean;
|
2061
|
+
listed_count: number;
|
2062
|
+
location: string;
|
2063
|
+
media_count: number;
|
2064
|
+
name: string;
|
2065
|
+
normal_followers_count: number;
|
2066
|
+
pinned_tweet_ids_str: string[];
|
2067
|
+
possibly_sensitive: boolean;
|
2068
|
+
profile_banner_url?: string;
|
2069
|
+
profile_image_url_https: string;
|
2070
|
+
profile_interstitial_type: string;
|
2071
|
+
screen_name: string;
|
2072
|
+
statuses_count: number;
|
2073
|
+
translator_type: string;
|
2074
|
+
url?: string;
|
2075
|
+
verified: boolean;
|
2076
|
+
verified_type?: string;
|
2077
|
+
want_retweets: boolean;
|
2078
|
+
withheld_in_countries: unknown[];
|
2079
|
+
blocking?: boolean;
|
2080
|
+
protected?: boolean;
|
2081
|
+
};
|
2082
|
+
parody_commentary_fan_label?: string;
|
2083
|
+
professional?: {
|
2084
|
+
category: {
|
2085
|
+
icon_name: string;
|
2086
|
+
id: number;
|
2087
|
+
name: string;
|
2088
|
+
}[];
|
2089
|
+
professional_type: string;
|
2090
|
+
rest_id: string;
|
2091
|
+
};
|
2092
|
+
profile_image_shape?: string;
|
2093
|
+
rest_id?: string;
|
2094
|
+
tipjar_settings?: {
|
2095
|
+
is_enabled?: boolean;
|
2096
|
+
};
|
2097
|
+
message?: string;
|
2098
|
+
reason?: string;
|
2099
|
+
};
|
2100
|
+
}[];
|
2101
|
+
};
|
2102
|
+
rest_id: string;
|
2103
|
+
};
|
2104
|
+
note_tweet?: {
|
2105
|
+
is_expandable: boolean;
|
2106
|
+
note_tweet_results: {
|
2107
|
+
result: {
|
2108
|
+
entity_set?: {
|
2109
|
+
hashtags: {
|
2110
|
+
indices: number[];
|
2111
|
+
text: string;
|
2112
|
+
}[];
|
2113
|
+
symbols: {
|
2114
|
+
indices: number[];
|
2115
|
+
text: string;
|
2116
|
+
}[];
|
2117
|
+
urls: {
|
2118
|
+
display_url: string;
|
2119
|
+
expanded_url: string;
|
2120
|
+
indices: number[];
|
2121
|
+
url: string;
|
2122
|
+
}[];
|
2123
|
+
user_mentions: {
|
2124
|
+
id_str: string;
|
2125
|
+
indices: number[];
|
2126
|
+
name: string;
|
2127
|
+
screen_name: string;
|
2128
|
+
}[];
|
2129
|
+
timestamps?: unknown[];
|
2130
|
+
};
|
2131
|
+
id: string;
|
2132
|
+
media?: {
|
2133
|
+
inline_media: unknown[];
|
2134
|
+
};
|
2135
|
+
richtext?: {
|
2136
|
+
richtext_tags: {
|
2137
|
+
from_index: number;
|
2138
|
+
richtext_types: string[];
|
2139
|
+
to_index: number;
|
2140
|
+
}[];
|
2141
|
+
};
|
2142
|
+
text: string;
|
2143
|
+
};
|
2144
|
+
};
|
2145
|
+
};
|
2146
|
+
author_community_relationship?: {
|
2147
|
+
community_results: {
|
2148
|
+
result: {
|
2149
|
+
__typename: string;
|
2150
|
+
actions: {
|
2151
|
+
delete_action_result: {
|
2152
|
+
__typename: string;
|
2153
|
+
reason: string;
|
2154
|
+
};
|
2155
|
+
join_action_result: {
|
2156
|
+
__typename: string;
|
2157
|
+
message?: string;
|
2158
|
+
reason?: string;
|
2159
|
+
};
|
2160
|
+
leave_action_result: {
|
2161
|
+
__typename: string;
|
2162
|
+
message?: string;
|
2163
|
+
reason?: string;
|
2164
|
+
};
|
2165
|
+
pin_action_result: {
|
2166
|
+
__typename: string;
|
2167
|
+
};
|
2168
|
+
};
|
2169
|
+
admin_results: {
|
2170
|
+
result: {
|
2171
|
+
__typename: string;
|
2172
|
+
affiliates_highlighted_label: {};
|
2173
|
+
has_graduated_access: boolean;
|
2174
|
+
id: string;
|
2175
|
+
is_blue_verified: boolean;
|
2176
|
+
legacy: {
|
2177
|
+
can_dm: boolean;
|
2178
|
+
can_media_tag: boolean;
|
2179
|
+
created_at: string;
|
2180
|
+
default_profile: boolean;
|
2181
|
+
default_profile_image: boolean;
|
2182
|
+
description: string;
|
2183
|
+
entities: {
|
2184
|
+
description: {
|
2185
|
+
urls: {
|
2186
|
+
display_url: string;
|
2187
|
+
expanded_url: string;
|
2188
|
+
indices: number[];
|
2189
|
+
url: string;
|
2190
|
+
}[];
|
2191
|
+
};
|
2192
|
+
url?: {
|
2193
|
+
urls: {
|
2194
|
+
display_url: string;
|
2195
|
+
expanded_url: string;
|
2196
|
+
indices: number[];
|
2197
|
+
url: string;
|
2198
|
+
}[];
|
2199
|
+
};
|
2200
|
+
};
|
2201
|
+
fast_followers_count: number;
|
2202
|
+
favourites_count: number;
|
2203
|
+
followers_count: number;
|
2204
|
+
following: boolean;
|
2205
|
+
friends_count: number;
|
2206
|
+
has_custom_timelines: boolean;
|
2207
|
+
is_translator: boolean;
|
2208
|
+
listed_count: number;
|
2209
|
+
location: string;
|
2210
|
+
media_count: number;
|
2211
|
+
name: string;
|
2212
|
+
normal_followers_count: number;
|
2213
|
+
pinned_tweet_ids_str: string[];
|
2214
|
+
possibly_sensitive: boolean;
|
2215
|
+
profile_banner_url: string;
|
2216
|
+
profile_image_url_https: string;
|
2217
|
+
profile_interstitial_type: string;
|
2218
|
+
screen_name: string;
|
2219
|
+
statuses_count: number;
|
2220
|
+
translator_type: string;
|
2221
|
+
url?: string;
|
2222
|
+
verified: boolean;
|
2223
|
+
want_retweets: boolean;
|
2224
|
+
withheld_in_countries: string[];
|
2225
|
+
blocking?: boolean;
|
2226
|
+
verified_type?: string;
|
2227
|
+
protected?: boolean;
|
2228
|
+
};
|
2229
|
+
parody_commentary_fan_label: string;
|
2230
|
+
profile_image_shape: string;
|
2231
|
+
rest_id: string;
|
2232
|
+
tipjar_settings: {
|
2233
|
+
gofundme_handle?: string;
|
2234
|
+
is_enabled?: boolean;
|
2235
|
+
bitcoin_handle?: string;
|
2236
|
+
cash_app_handle?: string;
|
2237
|
+
patreon_handle?: string;
|
2238
|
+
ethereum_handle?: string;
|
2239
|
+
};
|
2240
|
+
professional?: {
|
2241
|
+
category: {
|
2242
|
+
icon_name: string;
|
2243
|
+
id: number;
|
2244
|
+
name: string;
|
2245
|
+
}[];
|
2246
|
+
professional_type: string;
|
2247
|
+
rest_id: string;
|
2248
|
+
};
|
2249
|
+
super_follow_eligible?: boolean;
|
2250
|
+
};
|
2251
|
+
};
|
2252
|
+
created_at: number;
|
2253
|
+
creator_results: {
|
2254
|
+
result: {
|
2255
|
+
__typename: string;
|
2256
|
+
affiliates_highlighted_label: {};
|
2257
|
+
has_graduated_access: boolean;
|
2258
|
+
id: string;
|
2259
|
+
is_blue_verified: boolean;
|
2260
|
+
legacy: {
|
2261
|
+
can_dm: boolean;
|
2262
|
+
can_media_tag: boolean;
|
2263
|
+
created_at: string;
|
2264
|
+
default_profile: boolean;
|
2265
|
+
default_profile_image: boolean;
|
2266
|
+
description: string;
|
2267
|
+
entities: {
|
2268
|
+
description: {
|
2269
|
+
urls: {
|
2270
|
+
display_url: string;
|
2271
|
+
expanded_url: string;
|
2272
|
+
indices: number[];
|
2273
|
+
url: string;
|
2274
|
+
}[];
|
2275
|
+
};
|
2276
|
+
url?: {
|
2277
|
+
urls: {
|
2278
|
+
display_url: string;
|
2279
|
+
expanded_url: string;
|
2280
|
+
indices: number[];
|
2281
|
+
url: string;
|
2282
|
+
}[];
|
2283
|
+
};
|
2284
|
+
};
|
2285
|
+
fast_followers_count: number;
|
2286
|
+
favourites_count: number;
|
2287
|
+
followers_count: number;
|
2288
|
+
following: boolean;
|
2289
|
+
friends_count: number;
|
2290
|
+
has_custom_timelines: boolean;
|
2291
|
+
is_translator: boolean;
|
2292
|
+
listed_count: number;
|
2293
|
+
location: string;
|
2294
|
+
media_count: number;
|
2295
|
+
name: string;
|
2296
|
+
normal_followers_count: number;
|
2297
|
+
pinned_tweet_ids_str: string[];
|
2298
|
+
possibly_sensitive: boolean;
|
2299
|
+
profile_banner_url: string;
|
2300
|
+
profile_image_url_https: string;
|
2301
|
+
profile_interstitial_type: string;
|
2302
|
+
screen_name: string;
|
2303
|
+
statuses_count: number;
|
2304
|
+
translator_type: string;
|
2305
|
+
url?: string;
|
2306
|
+
verified: boolean;
|
2307
|
+
want_retweets: boolean;
|
2308
|
+
withheld_in_countries: string[];
|
2309
|
+
blocking?: boolean;
|
2310
|
+
verified_type?: string;
|
2311
|
+
protected?: boolean;
|
2312
|
+
};
|
2313
|
+
parody_commentary_fan_label: string;
|
2314
|
+
profile_image_shape: string;
|
2315
|
+
rest_id: string;
|
2316
|
+
tipjar_settings: {
|
2317
|
+
gofundme_handle?: string;
|
2318
|
+
is_enabled?: boolean;
|
2319
|
+
bitcoin_handle?: string;
|
2320
|
+
cash_app_handle?: string;
|
2321
|
+
patreon_handle?: string;
|
2322
|
+
ethereum_handle?: string;
|
2323
|
+
};
|
2324
|
+
professional?: {
|
2325
|
+
category: {
|
2326
|
+
icon_name: string;
|
2327
|
+
id: number;
|
2328
|
+
name: string;
|
2329
|
+
}[];
|
2330
|
+
professional_type: string;
|
2331
|
+
rest_id: string;
|
2332
|
+
};
|
2333
|
+
super_follow_eligible?: boolean;
|
2334
|
+
};
|
2335
|
+
};
|
2336
|
+
custom_banner_media?: {
|
2337
|
+
media_info: {
|
2338
|
+
color_info: {
|
2339
|
+
palette: {
|
2340
|
+
percentage: number;
|
2341
|
+
rgb: {
|
2342
|
+
blue: number;
|
2343
|
+
green: number;
|
2344
|
+
red: number;
|
2345
|
+
};
|
2346
|
+
}[];
|
2347
|
+
};
|
2348
|
+
original_img_height: number;
|
2349
|
+
original_img_url: string;
|
2350
|
+
original_img_width: number;
|
2351
|
+
salient_rect: {
|
2352
|
+
height: number;
|
2353
|
+
left: number;
|
2354
|
+
top: number;
|
2355
|
+
width: number;
|
2356
|
+
};
|
2357
|
+
};
|
2358
|
+
};
|
2359
|
+
default_banner_media: {
|
2360
|
+
media_info: {
|
2361
|
+
color_info: {
|
2362
|
+
palette: {
|
2363
|
+
percentage: number;
|
2364
|
+
rgb: {
|
2365
|
+
blue: number;
|
2366
|
+
green: number;
|
2367
|
+
red: number;
|
2368
|
+
};
|
2369
|
+
}[];
|
2370
|
+
};
|
2371
|
+
original_img_height: number;
|
2372
|
+
original_img_url: string;
|
2373
|
+
original_img_width: number;
|
2374
|
+
};
|
2375
|
+
};
|
2376
|
+
description?: string;
|
2377
|
+
id_str: string;
|
2378
|
+
invites_policy: string;
|
2379
|
+
invites_result: {
|
2380
|
+
__typename: string;
|
2381
|
+
message?: string;
|
2382
|
+
reason?: string;
|
2383
|
+
remaining_invite_count?: number;
|
2384
|
+
users_to_invite_slice?: {
|
2385
|
+
items: unknown[];
|
2386
|
+
slice_info: {};
|
2387
|
+
};
|
2388
|
+
};
|
2389
|
+
is_nsfw: boolean;
|
2390
|
+
is_pinned: boolean;
|
2391
|
+
join_policy: string;
|
2392
|
+
join_requests_result: {
|
2393
|
+
__typename: string;
|
2394
|
+
};
|
2395
|
+
member_count: number;
|
2396
|
+
members_facepile_results: {
|
2397
|
+
result: {
|
2398
|
+
__typename: string;
|
2399
|
+
affiliates_highlighted_label: {
|
2400
|
+
label?: {
|
2401
|
+
badge: {
|
2402
|
+
url: string;
|
2403
|
+
};
|
2404
|
+
description: string;
|
2405
|
+
url: {
|
2406
|
+
url: string;
|
2407
|
+
urlType: string;
|
2408
|
+
};
|
2409
|
+
userLabelDisplayType: string;
|
2410
|
+
userLabelType: string;
|
2411
|
+
};
|
2412
|
+
};
|
2413
|
+
has_graduated_access: boolean;
|
2414
|
+
id: string;
|
2415
|
+
is_blue_verified: boolean;
|
2416
|
+
legacy: {
|
2417
|
+
can_dm: boolean;
|
2418
|
+
can_media_tag: boolean;
|
2419
|
+
created_at: string;
|
2420
|
+
default_profile: boolean;
|
2421
|
+
default_profile_image: boolean;
|
2422
|
+
description: string;
|
2423
|
+
entities: {
|
2424
|
+
description: {
|
2425
|
+
urls: {
|
2426
|
+
display_url: string;
|
2427
|
+
expanded_url: string;
|
2428
|
+
indices: number[];
|
2429
|
+
url: string;
|
2430
|
+
}[];
|
2431
|
+
};
|
2432
|
+
url?: {
|
2433
|
+
urls: {
|
2434
|
+
display_url: string;
|
2435
|
+
expanded_url: string;
|
2436
|
+
indices: number[];
|
2437
|
+
url: string;
|
2438
|
+
}[];
|
2439
|
+
};
|
2440
|
+
};
|
2441
|
+
fast_followers_count: number;
|
2442
|
+
favourites_count: number;
|
2443
|
+
followers_count: number;
|
2444
|
+
following: boolean;
|
2445
|
+
friends_count: number;
|
2446
|
+
has_custom_timelines: boolean;
|
2447
|
+
is_translator: boolean;
|
2448
|
+
listed_count: number;
|
2449
|
+
location: string;
|
2450
|
+
media_count: number;
|
2451
|
+
name: string;
|
2452
|
+
normal_followers_count: number;
|
2453
|
+
pinned_tweet_ids_str: string[];
|
2454
|
+
possibly_sensitive: boolean;
|
2455
|
+
profile_banner_url?: string;
|
2456
|
+
profile_image_url_https: string;
|
2457
|
+
profile_interstitial_type: string;
|
2458
|
+
protected?: boolean;
|
2459
|
+
screen_name: string;
|
2460
|
+
statuses_count: number;
|
2461
|
+
translator_type: string;
|
2462
|
+
url?: string;
|
2463
|
+
verified: boolean;
|
2464
|
+
want_retweets: boolean;
|
2465
|
+
withheld_in_countries: string[];
|
2466
|
+
blocking?: boolean;
|
2467
|
+
verified_type?: string;
|
2468
|
+
};
|
2469
|
+
parody_commentary_fan_label: string;
|
2470
|
+
professional?: {
|
2471
|
+
category: {
|
2472
|
+
icon_name: string;
|
2473
|
+
id: number;
|
2474
|
+
name: string;
|
2475
|
+
}[];
|
2476
|
+
professional_type: string;
|
2477
|
+
rest_id: string;
|
2478
|
+
};
|
2479
|
+
profile_image_shape: string;
|
2480
|
+
rest_id: string;
|
2481
|
+
tipjar_settings: {
|
2482
|
+
bitcoin_handle?: string;
|
2483
|
+
gofundme_handle?: string;
|
2484
|
+
is_enabled?: boolean;
|
2485
|
+
ethereum_handle?: string;
|
2486
|
+
cash_app_handle?: string;
|
2487
|
+
patreon_handle?: string;
|
2488
|
+
};
|
2489
|
+
super_follow_eligible?: boolean;
|
2490
|
+
};
|
2491
|
+
}[];
|
2492
|
+
moderator_count: number;
|
2493
|
+
name: string;
|
2494
|
+
primary_community_topic?: {
|
2495
|
+
topic_id: string;
|
2496
|
+
topic_name: string;
|
2497
|
+
};
|
2498
|
+
question?: string;
|
2499
|
+
role: string;
|
2500
|
+
rules: {
|
2501
|
+
description?: string;
|
2502
|
+
name: string;
|
2503
|
+
rest_id: string;
|
2504
|
+
}[];
|
2505
|
+
search_tags: string[];
|
2506
|
+
viewer_relationship: {
|
2507
|
+
moderation_state: {
|
2508
|
+
__typename: string;
|
2509
|
+
};
|
2510
|
+
};
|
2511
|
+
};
|
2512
|
+
};
|
2513
|
+
role: string;
|
2514
|
+
user_results: {
|
2515
|
+
result: {
|
2516
|
+
__typename: string;
|
2517
|
+
affiliates_highlighted_label: {};
|
2518
|
+
has_graduated_access: boolean;
|
2519
|
+
id: string;
|
2520
|
+
is_blue_verified: boolean;
|
2521
|
+
legacy: {
|
2522
|
+
can_dm: boolean;
|
2523
|
+
can_media_tag: boolean;
|
2524
|
+
created_at: string;
|
2525
|
+
default_profile: boolean;
|
2526
|
+
default_profile_image: boolean;
|
2527
|
+
description: string;
|
2528
|
+
entities: {
|
2529
|
+
description: {
|
2530
|
+
urls: {
|
2531
|
+
display_url: string;
|
2532
|
+
expanded_url: string;
|
2533
|
+
indices: number[];
|
2534
|
+
url: string;
|
2535
|
+
}[];
|
2536
|
+
};
|
2537
|
+
url?: {
|
2538
|
+
urls: {
|
2539
|
+
display_url: string;
|
2540
|
+
expanded_url: string;
|
2541
|
+
indices: number[];
|
2542
|
+
url: string;
|
2543
|
+
}[];
|
2544
|
+
};
|
2545
|
+
};
|
2546
|
+
fast_followers_count: number;
|
2547
|
+
favourites_count: number;
|
2548
|
+
followers_count: number;
|
2549
|
+
following: boolean;
|
2550
|
+
friends_count: number;
|
2551
|
+
has_custom_timelines: boolean;
|
2552
|
+
is_translator: boolean;
|
2553
|
+
listed_count: number;
|
2554
|
+
location: string;
|
2555
|
+
media_count: number;
|
2556
|
+
name: string;
|
2557
|
+
normal_followers_count: number;
|
2558
|
+
pinned_tweet_ids_str: string[];
|
2559
|
+
possibly_sensitive: boolean;
|
2560
|
+
profile_banner_url?: string;
|
2561
|
+
profile_image_url_https: string;
|
2562
|
+
profile_interstitial_type: string;
|
2563
|
+
screen_name: string;
|
2564
|
+
statuses_count: number;
|
2565
|
+
translator_type: string;
|
2566
|
+
verified: boolean;
|
2567
|
+
want_retweets: boolean;
|
2568
|
+
withheld_in_countries: unknown[];
|
2569
|
+
url?: string;
|
2570
|
+
};
|
2571
|
+
parody_commentary_fan_label: string;
|
2572
|
+
profile_image_shape: string;
|
2573
|
+
rest_id: string;
|
2574
|
+
tipjar_settings: {
|
2575
|
+
is_enabled?: boolean;
|
2576
|
+
bitcoin_handle?: string;
|
2577
|
+
ethereum_handle?: string;
|
2578
|
+
};
|
2579
|
+
professional?: {
|
2580
|
+
category: {
|
2581
|
+
icon_name: string;
|
2582
|
+
id: number;
|
2583
|
+
name: string;
|
2584
|
+
}[];
|
2585
|
+
professional_type: string;
|
2586
|
+
rest_id: string;
|
2587
|
+
};
|
2588
|
+
};
|
2589
|
+
};
|
2590
|
+
};
|
2591
|
+
community_results?: {
|
2592
|
+
result: {
|
2593
|
+
__typename: string;
|
2594
|
+
id_str: string;
|
2595
|
+
viewer_relationship: {
|
2596
|
+
moderation_state: {
|
2597
|
+
__typename: string;
|
2598
|
+
};
|
2599
|
+
};
|
2600
|
+
};
|
2601
|
+
};
|
2602
|
+
mediaVisibilityResults?: {
|
2603
|
+
blurred_image_interstitial: {
|
2604
|
+
opacity: number;
|
2605
|
+
text: {
|
2606
|
+
entities: unknown[];
|
2607
|
+
rtl: boolean;
|
2608
|
+
text: string;
|
2609
|
+
};
|
2610
|
+
title: {
|
2611
|
+
entities: unknown[];
|
2612
|
+
rtl: boolean;
|
2613
|
+
text: string;
|
2614
|
+
};
|
2615
|
+
};
|
2616
|
+
};
|
2617
|
+
tweet?: {
|
2618
|
+
core: {
|
2619
|
+
user_results: {
|
2620
|
+
result: {
|
2621
|
+
__typename: string;
|
2622
|
+
affiliates_highlighted_label: {
|
2623
|
+
label?: {
|
2624
|
+
badge: {
|
2625
|
+
url: string;
|
2626
|
+
};
|
2627
|
+
description: string;
|
2628
|
+
longDescription: {
|
2629
|
+
entities: {
|
2630
|
+
fromIndex: number;
|
2631
|
+
ref: {
|
2632
|
+
mention_results: {
|
2633
|
+
result: {
|
2634
|
+
__typename: string;
|
2635
|
+
legacy: {
|
2636
|
+
screen_name: string;
|
2637
|
+
};
|
2638
|
+
rest_id: string;
|
2639
|
+
};
|
2640
|
+
};
|
2641
|
+
screen_name: string;
|
2642
|
+
type: string;
|
2643
|
+
};
|
2644
|
+
toIndex: number;
|
2645
|
+
}[];
|
2646
|
+
text: string;
|
2647
|
+
};
|
2648
|
+
userLabelType: string;
|
2649
|
+
};
|
2650
|
+
};
|
2651
|
+
has_graduated_access: boolean;
|
2652
|
+
id: string;
|
2653
|
+
is_blue_verified: boolean;
|
2654
|
+
legacy: {
|
2655
|
+
can_dm: boolean;
|
2656
|
+
can_media_tag: boolean;
|
2657
|
+
created_at: string;
|
2658
|
+
default_profile: boolean;
|
2659
|
+
default_profile_image: boolean;
|
2660
|
+
description: string;
|
2661
|
+
entities: {
|
2662
|
+
description: {
|
2663
|
+
urls: {
|
2664
|
+
display_url: string;
|
2665
|
+
expanded_url: string;
|
2666
|
+
indices: number[];
|
2667
|
+
url: string;
|
2668
|
+
}[];
|
2669
|
+
};
|
2670
|
+
url?: {
|
2671
|
+
urls: {
|
2672
|
+
display_url: string;
|
2673
|
+
expanded_url: string;
|
2674
|
+
indices: number[];
|
2675
|
+
url: string;
|
2676
|
+
}[];
|
2677
|
+
};
|
2678
|
+
};
|
2679
|
+
fast_followers_count: number;
|
2680
|
+
favourites_count: number;
|
2681
|
+
followers_count: number;
|
2682
|
+
following: boolean;
|
2683
|
+
friends_count: number;
|
2684
|
+
has_custom_timelines: boolean;
|
2685
|
+
is_translator: boolean;
|
2686
|
+
listed_count: number;
|
2687
|
+
location: string;
|
2688
|
+
media_count: number;
|
2689
|
+
name: string;
|
2690
|
+
normal_followers_count: number;
|
2691
|
+
pinned_tweet_ids_str: string[];
|
2692
|
+
possibly_sensitive: boolean;
|
2693
|
+
profile_banner_url?: string;
|
2694
|
+
profile_image_url_https: string;
|
2695
|
+
profile_interstitial_type: string;
|
2696
|
+
screen_name: string;
|
2697
|
+
statuses_count: number;
|
2698
|
+
translator_type: string;
|
2699
|
+
url?: string;
|
2700
|
+
verified: boolean;
|
2701
|
+
want_retweets: boolean;
|
2702
|
+
withheld_in_countries: unknown[];
|
2703
|
+
};
|
2704
|
+
parody_commentary_fan_label: string;
|
2705
|
+
profile_image_shape: string;
|
2706
|
+
rest_id: string;
|
2707
|
+
tipjar_settings: {
|
2708
|
+
is_enabled?: boolean;
|
2709
|
+
patreon_handle?: string;
|
2710
|
+
cash_app_handle?: string;
|
2711
|
+
venmo_handle?: string;
|
2712
|
+
};
|
2713
|
+
professional?: {
|
2714
|
+
category: {
|
2715
|
+
icon_name: string;
|
2716
|
+
id: number;
|
2717
|
+
name: string;
|
2718
|
+
}[];
|
2719
|
+
professional_type: string;
|
2720
|
+
rest_id: string;
|
2721
|
+
};
|
2722
|
+
super_follow_eligible?: boolean;
|
2723
|
+
};
|
2724
|
+
};
|
2725
|
+
};
|
2726
|
+
edit_control: {
|
2727
|
+
edit_tweet_ids?: string[];
|
2728
|
+
editable_until_msecs?: string;
|
2729
|
+
edits_remaining?: string;
|
2730
|
+
is_edit_eligible?: boolean;
|
2731
|
+
edit_control_initial?: {
|
2732
|
+
edit_tweet_ids: string[];
|
2733
|
+
editable_until_msecs: string;
|
2734
|
+
edits_remaining: string;
|
2735
|
+
is_edit_eligible: boolean;
|
2736
|
+
};
|
2737
|
+
initial_tweet_id?: string;
|
2738
|
+
};
|
2739
|
+
is_translatable: boolean;
|
2740
|
+
legacy: {
|
2741
|
+
bookmark_count: number;
|
2742
|
+
bookmarked: boolean;
|
2743
|
+
conversation_id_str: string;
|
2744
|
+
created_at: string;
|
2745
|
+
display_text_range: number[];
|
2746
|
+
entities: {
|
2747
|
+
hashtags: {
|
2748
|
+
indices: number[];
|
2749
|
+
text: string;
|
2750
|
+
}[];
|
2751
|
+
media?: {
|
2752
|
+
additional_media_info?: {
|
2753
|
+
monetizable: boolean;
|
2754
|
+
};
|
2755
|
+
allow_download_status?: {
|
2756
|
+
allow_download: boolean;
|
2757
|
+
};
|
2758
|
+
display_url: string;
|
2759
|
+
expanded_url: string;
|
2760
|
+
ext_media_availability: {
|
2761
|
+
status: string;
|
2762
|
+
};
|
2763
|
+
features?: {
|
2764
|
+
large: {
|
2765
|
+
faces: {
|
2766
|
+
h: number;
|
2767
|
+
w: number;
|
2768
|
+
x: number;
|
2769
|
+
y: number;
|
2770
|
+
}[];
|
2771
|
+
};
|
2772
|
+
medium: {
|
2773
|
+
faces: {
|
2774
|
+
h: number;
|
2775
|
+
w: number;
|
2776
|
+
x: number;
|
2777
|
+
y: number;
|
2778
|
+
}[];
|
2779
|
+
};
|
2780
|
+
orig: {
|
2781
|
+
faces: {
|
2782
|
+
h: number;
|
2783
|
+
w: number;
|
2784
|
+
x: number;
|
2785
|
+
y: number;
|
2786
|
+
}[];
|
2787
|
+
};
|
2788
|
+
small: {
|
2789
|
+
faces: {
|
2790
|
+
h: number;
|
2791
|
+
w: number;
|
2792
|
+
x: number;
|
2793
|
+
y: number;
|
2794
|
+
}[];
|
2795
|
+
};
|
2796
|
+
all?: {
|
2797
|
+
tags: {
|
2798
|
+
name: string;
|
2799
|
+
screen_name: string;
|
2800
|
+
type: string;
|
2801
|
+
user_id: string;
|
2802
|
+
}[];
|
2803
|
+
};
|
2804
|
+
};
|
2805
|
+
id_str: string;
|
2806
|
+
indices: number[];
|
2807
|
+
media_key: string;
|
2808
|
+
media_results: {
|
2809
|
+
result: {
|
2810
|
+
media_key: string;
|
2811
|
+
};
|
2812
|
+
};
|
2813
|
+
media_url_https: string;
|
2814
|
+
original_info: {
|
2815
|
+
focus_rects: {
|
2816
|
+
h: number;
|
2817
|
+
w: number;
|
2818
|
+
x: number;
|
2819
|
+
y: number;
|
2820
|
+
}[];
|
2821
|
+
height: number;
|
2822
|
+
width: number;
|
2823
|
+
};
|
2824
|
+
sizes: {
|
2825
|
+
large: {
|
2826
|
+
h: number;
|
2827
|
+
resize: string;
|
2828
|
+
w: number;
|
2829
|
+
};
|
2830
|
+
medium: {
|
2831
|
+
h: number;
|
2832
|
+
resize: string;
|
2833
|
+
w: number;
|
2834
|
+
};
|
2835
|
+
small: {
|
2836
|
+
h: number;
|
2837
|
+
resize: string;
|
2838
|
+
w: number;
|
2839
|
+
};
|
2840
|
+
thumb: {
|
2841
|
+
h: number;
|
2842
|
+
resize: string;
|
2843
|
+
w: number;
|
2844
|
+
};
|
2845
|
+
};
|
2846
|
+
type: string;
|
2847
|
+
url: string;
|
2848
|
+
video_info?: {
|
2849
|
+
aspect_ratio: number[];
|
2850
|
+
duration_millis: number;
|
2851
|
+
variants: {
|
2852
|
+
bitrate?: number;
|
2853
|
+
content_type: string;
|
2854
|
+
url: string;
|
2855
|
+
}[];
|
2856
|
+
};
|
2857
|
+
}[];
|
2858
|
+
symbols: unknown[];
|
2859
|
+
timestamps: unknown[];
|
2860
|
+
urls: {
|
2861
|
+
display_url: string;
|
2862
|
+
expanded_url: string;
|
2863
|
+
indices: number[];
|
2864
|
+
url: string;
|
2865
|
+
}[];
|
2866
|
+
user_mentions: {
|
2867
|
+
id_str: string;
|
2868
|
+
indices: number[];
|
2869
|
+
name: string;
|
2870
|
+
screen_name: string;
|
2871
|
+
}[];
|
2872
|
+
};
|
2873
|
+
extended_entities?: {
|
2874
|
+
media: {
|
2875
|
+
additional_media_info?: {
|
2876
|
+
monetizable: boolean;
|
2877
|
+
};
|
2878
|
+
allow_download_status?: {
|
2879
|
+
allow_download: boolean;
|
2880
|
+
};
|
2881
|
+
display_url: string;
|
2882
|
+
expanded_url: string;
|
2883
|
+
ext_media_availability: {
|
2884
|
+
status: string;
|
2885
|
+
};
|
2886
|
+
features?: {
|
2887
|
+
large: {
|
2888
|
+
faces: {
|
2889
|
+
h: number;
|
2890
|
+
w: number;
|
2891
|
+
x: number;
|
2892
|
+
y: number;
|
2893
|
+
}[];
|
2894
|
+
};
|
2895
|
+
medium: {
|
2896
|
+
faces: {
|
2897
|
+
h: number;
|
2898
|
+
w: number;
|
2899
|
+
x: number;
|
2900
|
+
y: number;
|
2901
|
+
}[];
|
2902
|
+
};
|
2903
|
+
orig: {
|
2904
|
+
faces: {
|
2905
|
+
h: number;
|
2906
|
+
w: number;
|
2907
|
+
x: number;
|
2908
|
+
y: number;
|
2909
|
+
}[];
|
2910
|
+
};
|
2911
|
+
small: {
|
2912
|
+
faces: {
|
2913
|
+
h: number;
|
2914
|
+
w: number;
|
2915
|
+
x: number;
|
2916
|
+
y: number;
|
2917
|
+
}[];
|
2918
|
+
};
|
2919
|
+
all?: {
|
2920
|
+
tags: {
|
2921
|
+
name: string;
|
2922
|
+
screen_name: string;
|
2923
|
+
type: string;
|
2924
|
+
user_id: string;
|
2925
|
+
}[];
|
2926
|
+
};
|
2927
|
+
};
|
2928
|
+
id_str: string;
|
2929
|
+
indices: number[];
|
2930
|
+
media_key: string;
|
2931
|
+
media_results: {
|
2932
|
+
result: {
|
2933
|
+
media_key: string;
|
2934
|
+
};
|
2935
|
+
};
|
2936
|
+
media_url_https: string;
|
2937
|
+
original_info: {
|
2938
|
+
focus_rects: {
|
2939
|
+
h: number;
|
2940
|
+
w: number;
|
2941
|
+
x: number;
|
2942
|
+
y: number;
|
2943
|
+
}[];
|
2944
|
+
height: number;
|
2945
|
+
width: number;
|
2946
|
+
};
|
2947
|
+
sizes: {
|
2948
|
+
large: {
|
2949
|
+
h: number;
|
2950
|
+
resize: string;
|
2951
|
+
w: number;
|
2952
|
+
};
|
2953
|
+
medium: {
|
2954
|
+
h: number;
|
2955
|
+
resize: string;
|
2956
|
+
w: number;
|
2957
|
+
};
|
2958
|
+
small: {
|
2959
|
+
h: number;
|
2960
|
+
resize: string;
|
2961
|
+
w: number;
|
2962
|
+
};
|
2963
|
+
thumb: {
|
2964
|
+
h: number;
|
2965
|
+
resize: string;
|
2966
|
+
w: number;
|
2967
|
+
};
|
2968
|
+
};
|
2969
|
+
type: string;
|
2970
|
+
url: string;
|
2971
|
+
video_info?: {
|
2972
|
+
aspect_ratio: number[];
|
2973
|
+
duration_millis: number;
|
2974
|
+
variants: {
|
2975
|
+
bitrate?: number;
|
2976
|
+
content_type: string;
|
2977
|
+
url: string;
|
2978
|
+
}[];
|
1337
2979
|
};
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
2980
|
+
}[];
|
2981
|
+
};
|
2982
|
+
favorite_count: number;
|
2983
|
+
favorited: boolean;
|
2984
|
+
full_text: string;
|
2985
|
+
id_str: string;
|
2986
|
+
in_reply_to_screen_name?: string;
|
2987
|
+
in_reply_to_status_id_str?: string;
|
2988
|
+
in_reply_to_user_id_str?: string;
|
2989
|
+
is_quote_status: boolean;
|
2990
|
+
lang: string;
|
2991
|
+
possibly_sensitive?: boolean;
|
2992
|
+
possibly_sensitive_editable?: boolean;
|
2993
|
+
quote_count: number;
|
2994
|
+
reply_count: number;
|
2995
|
+
retweet_count: number;
|
2996
|
+
retweeted: boolean;
|
2997
|
+
user_id_str: string;
|
2998
|
+
conversation_control?: {
|
2999
|
+
conversation_owner_results: {
|
3000
|
+
result: {
|
3001
|
+
__typename: string;
|
3002
|
+
legacy: {
|
3003
|
+
screen_name: string;
|
3004
|
+
};
|
1341
3005
|
};
|
1342
3006
|
};
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
3007
|
+
policy: string;
|
3008
|
+
};
|
3009
|
+
place?: {
|
3010
|
+
bounding_box: {
|
3011
|
+
coordinates: number[][][];
|
3012
|
+
type: string;
|
3013
|
+
};
|
3014
|
+
country: string;
|
3015
|
+
country_code: string;
|
3016
|
+
full_name: string;
|
3017
|
+
id: string;
|
3018
|
+
name: string;
|
3019
|
+
place_type: string;
|
3020
|
+
url: string;
|
3021
|
+
};
|
3022
|
+
quoted_status_id_str?: string;
|
3023
|
+
quoted_status_permalink?: {
|
3024
|
+
display: string;
|
3025
|
+
expanded: string;
|
3026
|
+
url: string;
|
3027
|
+
};
|
3028
|
+
};
|
3029
|
+
rest_id: string;
|
3030
|
+
source: string;
|
3031
|
+
unmention_data: {};
|
3032
|
+
views: {
|
3033
|
+
count?: string;
|
3034
|
+
state: string;
|
3035
|
+
};
|
3036
|
+
card?: {
|
3037
|
+
legacy: {
|
3038
|
+
binding_values: {
|
3039
|
+
key: string;
|
3040
|
+
value: {
|
3041
|
+
image_color_value?: {
|
3042
|
+
palette: {
|
3043
|
+
percentage: number;
|
3044
|
+
rgb: {
|
3045
|
+
blue: number;
|
3046
|
+
green: number;
|
3047
|
+
red: number;
|
3048
|
+
};
|
3049
|
+
}[];
|
3050
|
+
};
|
3051
|
+
image_value?: {
|
3052
|
+
height: number;
|
3053
|
+
url: string;
|
3054
|
+
width: number;
|
3055
|
+
};
|
3056
|
+
scribe_key?: string;
|
3057
|
+
string_value?: string;
|
3058
|
+
type: string;
|
3059
|
+
user_value?: {
|
3060
|
+
id_str: string;
|
3061
|
+
path: unknown[];
|
3062
|
+
};
|
1348
3063
|
};
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
3064
|
+
}[];
|
3065
|
+
card_platform: {
|
3066
|
+
platform: {
|
3067
|
+
audience: {
|
3068
|
+
name: string;
|
3069
|
+
};
|
3070
|
+
device: {
|
3071
|
+
name: string;
|
3072
|
+
version: string;
|
3073
|
+
};
|
1352
3074
|
};
|
1353
3075
|
};
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
id: string;
|
1363
|
-
is_blue_verified: boolean;
|
1364
|
-
legacy: {
|
1365
|
-
can_dm: boolean;
|
1366
|
-
can_media_tag: boolean;
|
1367
|
-
created_at: string;
|
1368
|
-
default_profile: boolean;
|
1369
|
-
default_profile_image: boolean;
|
1370
|
-
description: string;
|
1371
|
-
entities: {
|
1372
|
-
description: {
|
1373
|
-
urls: unknown[];
|
1374
|
-
};
|
1375
|
-
url: {
|
1376
|
-
urls: {
|
1377
|
-
display_url: string;
|
1378
|
-
expanded_url: string;
|
1379
|
-
indices: number[];
|
3076
|
+
name: string;
|
3077
|
+
url: string;
|
3078
|
+
user_refs_results: {
|
3079
|
+
result: {
|
3080
|
+
__typename: string;
|
3081
|
+
affiliates_highlighted_label: {
|
3082
|
+
label?: {
|
3083
|
+
badge: {
|
1380
3084
|
url: string;
|
1381
|
-
}
|
3085
|
+
};
|
3086
|
+
description: string;
|
3087
|
+
url: {
|
3088
|
+
url: string;
|
3089
|
+
urlType: string;
|
3090
|
+
};
|
3091
|
+
userLabelDisplayType: string;
|
3092
|
+
userLabelType: string;
|
1382
3093
|
};
|
1383
3094
|
};
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
3095
|
+
has_graduated_access: boolean;
|
3096
|
+
id: string;
|
3097
|
+
is_blue_verified: boolean;
|
3098
|
+
legacy: {
|
3099
|
+
blocking?: boolean;
|
3100
|
+
can_dm: boolean;
|
3101
|
+
can_media_tag: boolean;
|
3102
|
+
created_at: string;
|
3103
|
+
default_profile: boolean;
|
3104
|
+
default_profile_image: boolean;
|
3105
|
+
description: string;
|
3106
|
+
entities: {
|
3107
|
+
description: {
|
3108
|
+
urls: {
|
3109
|
+
display_url: string;
|
3110
|
+
expanded_url: string;
|
3111
|
+
indices: number[];
|
3112
|
+
url: string;
|
3113
|
+
}[];
|
3114
|
+
};
|
3115
|
+
url: {
|
3116
|
+
urls: {
|
3117
|
+
display_url: string;
|
3118
|
+
expanded_url: string;
|
3119
|
+
indices: number[];
|
3120
|
+
url: string;
|
3121
|
+
}[];
|
3122
|
+
};
|
3123
|
+
};
|
3124
|
+
fast_followers_count: number;
|
3125
|
+
favourites_count: number;
|
3126
|
+
followers_count: number;
|
3127
|
+
following: boolean;
|
3128
|
+
friends_count: number;
|
3129
|
+
has_custom_timelines: boolean;
|
3130
|
+
is_translator: boolean;
|
3131
|
+
listed_count: number;
|
3132
|
+
location: string;
|
3133
|
+
media_count: number;
|
1415
3134
|
name: string;
|
1416
|
-
|
1417
|
-
|
3135
|
+
normal_followers_count: number;
|
3136
|
+
pinned_tweet_ids_str: string[];
|
3137
|
+
possibly_sensitive: boolean;
|
3138
|
+
profile_banner_url: string;
|
3139
|
+
profile_image_url_https: string;
|
3140
|
+
profile_interstitial_type: string;
|
3141
|
+
screen_name: string;
|
3142
|
+
statuses_count: number;
|
3143
|
+
translator_type: string;
|
3144
|
+
url: string;
|
3145
|
+
verified: boolean;
|
3146
|
+
verified_type?: string;
|
3147
|
+
want_retweets: boolean;
|
3148
|
+
withheld_in_countries: unknown[];
|
3149
|
+
};
|
3150
|
+
parody_commentary_fan_label: string;
|
3151
|
+
profile_image_shape: string;
|
1418
3152
|
rest_id: string;
|
3153
|
+
tipjar_settings: {};
|
3154
|
+
professional?: {
|
3155
|
+
category: unknown[];
|
3156
|
+
professional_type: string;
|
3157
|
+
rest_id: string;
|
3158
|
+
};
|
3159
|
+
};
|
3160
|
+
}[];
|
3161
|
+
};
|
3162
|
+
rest_id: string;
|
3163
|
+
};
|
3164
|
+
note_tweet?: {
|
3165
|
+
is_expandable: boolean;
|
3166
|
+
note_tweet_results: {
|
3167
|
+
result: {
|
3168
|
+
entity_set: {
|
3169
|
+
hashtags: {
|
3170
|
+
indices: number[];
|
3171
|
+
text: string;
|
3172
|
+
}[];
|
3173
|
+
symbols: unknown[];
|
3174
|
+
urls: {
|
3175
|
+
display_url: string;
|
3176
|
+
expanded_url: string;
|
3177
|
+
indices: number[];
|
3178
|
+
url: string;
|
3179
|
+
}[];
|
3180
|
+
user_mentions: unknown[];
|
3181
|
+
timestamps?: unknown[];
|
3182
|
+
};
|
3183
|
+
id: string;
|
3184
|
+
text: string;
|
3185
|
+
richtext?: {
|
3186
|
+
richtext_tags: unknown[];
|
1419
3187
|
};
|
1420
|
-
profile_image_shape: string;
|
1421
|
-
rest_id: string;
|
1422
|
-
tipjar_settings: {};
|
1423
3188
|
};
|
1424
|
-
}
|
3189
|
+
};
|
1425
3190
|
};
|
1426
|
-
|
3191
|
+
previous_counts?: {
|
3192
|
+
bookmark_count: number;
|
3193
|
+
favorite_count: number;
|
3194
|
+
quote_count: number;
|
3195
|
+
reply_count: number;
|
3196
|
+
retweet_count: number;
|
3197
|
+
};
|
3198
|
+
quoted_status_result?: {};
|
1427
3199
|
};
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
symbols: unknown[];
|
1438
|
-
urls: {
|
1439
|
-
display_url: string;
|
1440
|
-
expanded_url: string;
|
1441
|
-
indices: number[];
|
1442
|
-
url: string;
|
1443
|
-
}[];
|
1444
|
-
user_mentions: {
|
1445
|
-
id_str: string;
|
1446
|
-
indices: number[];
|
1447
|
-
name: string;
|
1448
|
-
screen_name: string;
|
1449
|
-
}[];
|
1450
|
-
timestamps?: unknown[];
|
1451
|
-
};
|
1452
|
-
id: string;
|
1453
|
-
media?: {
|
1454
|
-
inline_media: unknown[];
|
3200
|
+
limitedActionResults?: {
|
3201
|
+
limited_actions: {
|
3202
|
+
action: string;
|
3203
|
+
prompt: {
|
3204
|
+
__typename: string;
|
3205
|
+
cta_type: string;
|
3206
|
+
headline: {
|
3207
|
+
entities: unknown[];
|
3208
|
+
text: string;
|
1455
3209
|
};
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
richtext_types: string[];
|
1460
|
-
to_index: number;
|
1461
|
-
}[];
|
3210
|
+
subtext: {
|
3211
|
+
entities: unknown[];
|
3212
|
+
text: string;
|
1462
3213
|
};
|
1463
|
-
text: string;
|
1464
3214
|
};
|
1465
|
-
};
|
3215
|
+
}[];
|
1466
3216
|
};
|
1467
3217
|
};
|
1468
3218
|
};
|
@@ -1583,6 +3333,15 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
1583
3333
|
notRelevantText: string;
|
1584
3334
|
title: string;
|
1585
3335
|
};
|
3336
|
+
socialContext?: {
|
3337
|
+
contextType: string;
|
3338
|
+
landingUrl: {
|
3339
|
+
url: string;
|
3340
|
+
urlType: string;
|
3341
|
+
};
|
3342
|
+
text: string;
|
3343
|
+
type: string;
|
3344
|
+
};
|
1586
3345
|
};
|
1587
3346
|
items?: {
|
1588
3347
|
entryId: string;
|
@@ -1661,6 +3420,7 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
1661
3420
|
verified: boolean;
|
1662
3421
|
want_retweets: boolean;
|
1663
3422
|
withheld_in_countries: unknown[];
|
3423
|
+
protected?: boolean;
|
1664
3424
|
};
|
1665
3425
|
parody_commentary_fan_label: string;
|
1666
3426
|
professional?: {
|
@@ -3171,5 +4931,31 @@ export interface GraphQLGetSearchTimelineSuccessResponse {
|
|
3171
4931
|
};
|
3172
4932
|
};
|
3173
4933
|
};
|
4934
|
+
errors?: {
|
4935
|
+
code: number;
|
4936
|
+
extensions: {
|
4937
|
+
code: number;
|
4938
|
+
kind: string;
|
4939
|
+
name: string;
|
4940
|
+
retry_after: number;
|
4941
|
+
source: string;
|
4942
|
+
tracing: {
|
4943
|
+
trace_id: string;
|
4944
|
+
};
|
4945
|
+
};
|
4946
|
+
kind: string;
|
4947
|
+
locations: {
|
4948
|
+
column: number;
|
4949
|
+
line: number;
|
4950
|
+
}[];
|
4951
|
+
message: string;
|
4952
|
+
name: string;
|
4953
|
+
path: (number | string)[];
|
4954
|
+
retry_after: number;
|
4955
|
+
source: string;
|
4956
|
+
tracing: {
|
4957
|
+
trace_id: string;
|
4958
|
+
};
|
4959
|
+
}[];
|
3174
4960
|
}
|
3175
4961
|
//# sourceMappingURL=search-timeline-success.d.ts.map
|