@book000/twitterts 0.74.80 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +1 -1
@@ -16,13 +16,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
16
16
|
url: string;
|
17
17
|
};
|
18
18
|
description: string;
|
19
|
-
|
20
|
-
url: string;
|
21
|
-
urlType: string;
|
22
|
-
};
|
23
|
-
userLabelDisplayType?: string;
|
24
|
-
userLabelType: string;
|
25
|
-
longDescription?: {
|
19
|
+
longDescription: {
|
26
20
|
entities: {
|
27
21
|
fromIndex: number;
|
28
22
|
ref: {
|
@@ -42,6 +36,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
42
36
|
}[];
|
43
37
|
text: string;
|
44
38
|
};
|
39
|
+
userLabelType: string;
|
45
40
|
};
|
46
41
|
};
|
47
42
|
has_graduated_access: boolean;
|
@@ -92,12 +87,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
92
87
|
screen_name: string;
|
93
88
|
statuses_count: number;
|
94
89
|
translator_type: string;
|
90
|
+
url?: string;
|
95
91
|
verified: boolean;
|
92
|
+
verified_type?: string;
|
96
93
|
want_retweets: boolean;
|
97
94
|
withheld_in_countries: unknown[];
|
98
|
-
url?: string;
|
99
95
|
followed_by?: boolean;
|
100
|
-
verified_type?: string;
|
101
96
|
};
|
102
97
|
parody_commentary_fan_label: string;
|
103
98
|
professional?: {
|
@@ -111,13 +106,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
111
106
|
};
|
112
107
|
profile_image_shape: string;
|
113
108
|
rest_id: string;
|
114
|
-
super_follow_eligible?: boolean;
|
115
109
|
tipjar_settings: {
|
116
110
|
is_enabled?: boolean;
|
111
|
+
ethereum_handle?: string;
|
117
112
|
};
|
113
|
+
super_follow_eligible?: boolean;
|
118
114
|
};
|
119
115
|
};
|
120
116
|
disallow_join: boolean;
|
117
|
+
ended_at?: string;
|
121
118
|
is_employee_only: boolean;
|
122
119
|
is_locked: boolean;
|
123
120
|
is_muted: boolean;
|
@@ -132,9 +129,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
132
129
|
narrow_cast_space_type: number;
|
133
130
|
no_incognito: boolean;
|
134
131
|
rest_id: string;
|
132
|
+
scheduled_start?: number;
|
135
133
|
started_at?: number;
|
136
134
|
state: string;
|
137
|
-
title
|
135
|
+
title?: string;
|
138
136
|
total_live_listeners: number;
|
139
137
|
total_replay_watched: number;
|
140
138
|
tweet_results: {
|
@@ -177,13 +175,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
177
175
|
url: string;
|
178
176
|
};
|
179
177
|
description: string;
|
180
|
-
|
181
|
-
url: string;
|
182
|
-
urlType: string;
|
183
|
-
};
|
184
|
-
userLabelDisplayType?: string;
|
185
|
-
userLabelType: string;
|
186
|
-
longDescription?: {
|
178
|
+
longDescription: {
|
187
179
|
entities: {
|
188
180
|
fromIndex: number;
|
189
181
|
ref: {
|
@@ -203,6 +195,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
203
195
|
}[];
|
204
196
|
text: string;
|
205
197
|
};
|
198
|
+
userLabelType: string;
|
206
199
|
};
|
207
200
|
};
|
208
201
|
has_graduated_access: boolean;
|
@@ -253,12 +246,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
253
246
|
screen_name: string;
|
254
247
|
statuses_count: number;
|
255
248
|
translator_type: string;
|
249
|
+
url?: string;
|
256
250
|
verified: boolean;
|
257
251
|
want_retweets: boolean;
|
258
252
|
withheld_in_countries: unknown[];
|
259
|
-
url?: string;
|
260
|
-
followed_by?: boolean;
|
261
253
|
verified_type?: string;
|
254
|
+
followed_by?: boolean;
|
262
255
|
};
|
263
256
|
parody_commentary_fan_label: string;
|
264
257
|
professional?: {
|
@@ -285,7 +278,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
285
278
|
edits_remaining: string;
|
286
279
|
is_edit_eligible: boolean;
|
287
280
|
};
|
288
|
-
grok_analysis_button?: boolean;
|
289
281
|
is_translatable: boolean;
|
290
282
|
legacy: {
|
291
283
|
bookmark_count: number;
|
@@ -330,8 +322,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
330
322
|
};
|
331
323
|
};
|
332
324
|
updated_at: number;
|
333
|
-
ended_at?: string;
|
334
|
-
scheduled_start?: number;
|
335
325
|
replay_start_time?: number;
|
336
326
|
topics?: {
|
337
327
|
topic: {
|
@@ -360,12 +350,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
360
350
|
url: string;
|
361
351
|
};
|
362
352
|
description: string;
|
363
|
-
url?: {
|
364
|
-
url: string;
|
365
|
-
urlType: string;
|
366
|
-
};
|
367
|
-
userLabelDisplayType?: string;
|
368
|
-
userLabelType: string;
|
369
353
|
longDescription?: {
|
370
354
|
entities: {
|
371
355
|
fromIndex: number;
|
@@ -386,6 +370,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
386
370
|
}[];
|
387
371
|
text: string;
|
388
372
|
};
|
373
|
+
userLabelType: string;
|
374
|
+
url?: {
|
375
|
+
url: string;
|
376
|
+
urlType: string;
|
377
|
+
};
|
378
|
+
userLabelDisplayType?: string;
|
389
379
|
};
|
390
380
|
};
|
391
381
|
is_blue_verified: boolean;
|
@@ -427,7 +417,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
427
417
|
rest_id: string;
|
428
418
|
result: {
|
429
419
|
__typename: string;
|
430
|
-
identity_profile_labels_highlighted_label
|
420
|
+
identity_profile_labels_highlighted_label?: {
|
431
421
|
label?: {
|
432
422
|
badge: {
|
433
423
|
url: string;
|
@@ -446,10 +436,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
446
436
|
mention_results: {
|
447
437
|
result: {
|
448
438
|
__typename: string;
|
449
|
-
legacy
|
439
|
+
legacy?: {
|
450
440
|
screen_name: string;
|
451
441
|
};
|
452
|
-
rest_id
|
442
|
+
rest_id?: string;
|
443
|
+
message?: string;
|
444
|
+
reason?: string;
|
453
445
|
};
|
454
446
|
};
|
455
447
|
screen_name: string;
|
@@ -461,8 +453,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
461
453
|
};
|
462
454
|
};
|
463
455
|
};
|
464
|
-
is_blue_verified
|
465
|
-
legacy
|
456
|
+
is_blue_verified?: boolean;
|
457
|
+
legacy?: {
|
466
458
|
verified_type?: string;
|
467
459
|
};
|
468
460
|
};
|
@@ -478,7 +470,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
478
470
|
tweet_results: {
|
479
471
|
result?: {
|
480
472
|
__typename: string;
|
481
|
-
core
|
473
|
+
core?: {
|
482
474
|
user_results: {
|
483
475
|
result: {
|
484
476
|
__typename: string;
|
@@ -558,25 +550,20 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
558
550
|
normal_followers_count: number;
|
559
551
|
pinned_tweet_ids_str: string[];
|
560
552
|
possibly_sensitive: boolean;
|
561
|
-
profile_banner_url
|
553
|
+
profile_banner_url?: string;
|
562
554
|
profile_image_url_https: string;
|
563
555
|
profile_interstitial_type: string;
|
564
556
|
screen_name: string;
|
565
557
|
statuses_count: number;
|
566
558
|
translator_type: string;
|
559
|
+
url?: string;
|
567
560
|
verified: boolean;
|
561
|
+
verified_type?: string;
|
568
562
|
want_retweets: boolean;
|
569
563
|
withheld_in_countries: unknown[];
|
570
|
-
|
571
|
-
url?: string;
|
572
|
-
verified_type?: string;
|
564
|
+
blocking?: boolean;
|
573
565
|
};
|
574
566
|
parody_commentary_fan_label: string;
|
575
|
-
profile_image_shape: string;
|
576
|
-
rest_id: string;
|
577
|
-
tipjar_settings: {
|
578
|
-
is_enabled?: boolean;
|
579
|
-
};
|
580
567
|
professional?: {
|
581
568
|
category: {
|
582
569
|
icon_name: string;
|
@@ -586,18 +573,25 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
586
573
|
professional_type: string;
|
587
574
|
rest_id: string;
|
588
575
|
};
|
576
|
+
profile_image_shape: string;
|
577
|
+
rest_id: string;
|
578
|
+
tipjar_settings: {
|
579
|
+
bitcoin_handle?: string;
|
580
|
+
ethereum_handle?: string;
|
581
|
+
is_enabled?: boolean;
|
582
|
+
patreon_handle?: string;
|
583
|
+
};
|
589
584
|
};
|
590
585
|
};
|
591
586
|
};
|
592
|
-
edit_control
|
587
|
+
edit_control?: {
|
593
588
|
edit_tweet_ids: string[];
|
594
589
|
editable_until_msecs: string;
|
595
590
|
edits_remaining: string;
|
596
591
|
is_edit_eligible: boolean;
|
597
592
|
};
|
598
|
-
|
599
|
-
|
600
|
-
legacy: {
|
593
|
+
is_translatable?: boolean;
|
594
|
+
legacy?: {
|
601
595
|
bookmark_count: number;
|
602
596
|
bookmarked: boolean;
|
603
597
|
conversation_id_str: string;
|
@@ -609,20 +603,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
609
603
|
text: string;
|
610
604
|
}[];
|
611
605
|
media?: {
|
606
|
+
allow_download_status?: {
|
607
|
+
allow_download: boolean;
|
608
|
+
};
|
612
609
|
display_url: string;
|
613
610
|
expanded_url: string;
|
614
611
|
ext_media_availability: {
|
615
612
|
status: string;
|
616
613
|
};
|
617
|
-
features
|
618
|
-
all?: {
|
619
|
-
tags: {
|
620
|
-
name: string;
|
621
|
-
screen_name: string;
|
622
|
-
type: string;
|
623
|
-
user_id: string;
|
624
|
-
}[];
|
625
|
-
};
|
614
|
+
features?: {
|
626
615
|
large: {
|
627
616
|
faces: {
|
628
617
|
h: number;
|
@@ -662,6 +651,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
662
651
|
media_results: {
|
663
652
|
result: {
|
664
653
|
media_key: string;
|
654
|
+
grok_image_annotation?: {
|
655
|
+
prompt: string;
|
656
|
+
upsampled_prompt: string;
|
657
|
+
};
|
665
658
|
};
|
666
659
|
};
|
667
660
|
media_url_https: string;
|
@@ -699,8 +692,17 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
699
692
|
};
|
700
693
|
type: string;
|
701
694
|
url: string;
|
702
|
-
|
703
|
-
|
695
|
+
additional_media_info?: {
|
696
|
+
monetizable: boolean;
|
697
|
+
};
|
698
|
+
video_info?: {
|
699
|
+
aspect_ratio: number[];
|
700
|
+
duration_millis: number;
|
701
|
+
variants: {
|
702
|
+
bitrate?: number;
|
703
|
+
content_type: string;
|
704
|
+
url: string;
|
705
|
+
}[];
|
704
706
|
};
|
705
707
|
}[];
|
706
708
|
symbols: {
|
@@ -723,20 +725,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
723
725
|
};
|
724
726
|
extended_entities?: {
|
725
727
|
media: {
|
728
|
+
allow_download_status?: {
|
729
|
+
allow_download: boolean;
|
730
|
+
};
|
726
731
|
display_url: string;
|
727
732
|
expanded_url: string;
|
728
733
|
ext_media_availability: {
|
729
734
|
status: string;
|
730
735
|
};
|
731
|
-
features
|
732
|
-
all?: {
|
733
|
-
tags: {
|
734
|
-
name: string;
|
735
|
-
screen_name: string;
|
736
|
-
type: string;
|
737
|
-
user_id: string;
|
738
|
-
}[];
|
739
|
-
};
|
736
|
+
features?: {
|
740
737
|
large: {
|
741
738
|
faces: {
|
742
739
|
h: number;
|
@@ -776,6 +773,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
776
773
|
media_results: {
|
777
774
|
result: {
|
778
775
|
media_key: string;
|
776
|
+
grok_image_annotation?: {
|
777
|
+
prompt: string;
|
778
|
+
upsampled_prompt: string;
|
779
|
+
};
|
779
780
|
};
|
780
781
|
};
|
781
782
|
media_url_https: string;
|
@@ -813,8 +814,17 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
813
814
|
};
|
814
815
|
type: string;
|
815
816
|
url: string;
|
816
|
-
|
817
|
-
|
817
|
+
additional_media_info?: {
|
818
|
+
monetizable: boolean;
|
819
|
+
};
|
820
|
+
video_info?: {
|
821
|
+
aspect_ratio: number[];
|
822
|
+
duration_millis: number;
|
823
|
+
variants: {
|
824
|
+
bitrate?: number;
|
825
|
+
content_type: string;
|
826
|
+
url: string;
|
827
|
+
}[];
|
818
828
|
};
|
819
829
|
}[];
|
820
830
|
};
|
@@ -822,11 +832,20 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
822
832
|
favorited: boolean;
|
823
833
|
full_text: string;
|
824
834
|
id_str: string;
|
835
|
+
in_reply_to_screen_name?: string;
|
836
|
+
in_reply_to_status_id_str?: string;
|
837
|
+
in_reply_to_user_id_str?: string;
|
825
838
|
is_quote_status: boolean;
|
826
839
|
lang: string;
|
827
840
|
possibly_sensitive?: boolean;
|
828
841
|
possibly_sensitive_editable?: boolean;
|
829
842
|
quote_count: number;
|
843
|
+
quoted_status_id_str?: string;
|
844
|
+
quoted_status_permalink?: {
|
845
|
+
display: string;
|
846
|
+
expanded: string;
|
847
|
+
url: string;
|
848
|
+
};
|
830
849
|
reply_count: number;
|
831
850
|
retweet_count: number;
|
832
851
|
retweeted: boolean;
|
@@ -834,54 +853,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
834
853
|
retweeted_status_result?: {
|
835
854
|
result: {
|
836
855
|
__typename: string;
|
837
|
-
card?: {
|
838
|
-
legacy: {
|
839
|
-
binding_values: {
|
840
|
-
key: string;
|
841
|
-
value: {
|
842
|
-
image_color_value?: {
|
843
|
-
palette: {
|
844
|
-
percentage: number;
|
845
|
-
rgb: {
|
846
|
-
blue: number;
|
847
|
-
green: number;
|
848
|
-
red: number;
|
849
|
-
};
|
850
|
-
}[];
|
851
|
-
};
|
852
|
-
image_value?: {
|
853
|
-
height: number;
|
854
|
-
url: string;
|
855
|
-
width: number;
|
856
|
-
};
|
857
|
-
scribe_key?: string;
|
858
|
-
string_value?: string;
|
859
|
-
type: string;
|
860
|
-
};
|
861
|
-
}[];
|
862
|
-
card_platform: {
|
863
|
-
platform: {
|
864
|
-
audience: {
|
865
|
-
name: string;
|
866
|
-
};
|
867
|
-
device: {
|
868
|
-
name: string;
|
869
|
-
version: string;
|
870
|
-
};
|
871
|
-
};
|
872
|
-
};
|
873
|
-
name: string;
|
874
|
-
url: string;
|
875
|
-
user_refs_results: unknown[];
|
876
|
-
};
|
877
|
-
rest_id: string;
|
878
|
-
};
|
879
856
|
core: {
|
880
857
|
user_results: {
|
881
858
|
result: {
|
882
859
|
__typename: string;
|
883
860
|
affiliates_highlighted_label: {
|
884
|
-
label
|
861
|
+
label: {
|
885
862
|
badge: {
|
886
863
|
url: string;
|
887
864
|
};
|
@@ -959,17 +936,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
959
936
|
translator_type: string;
|
960
937
|
url: string;
|
961
938
|
verified: boolean;
|
939
|
+
verified_type: string;
|
962
940
|
want_retweets: boolean;
|
963
941
|
withheld_in_countries: unknown[];
|
964
|
-
verified_type?: string;
|
965
942
|
};
|
966
943
|
parody_commentary_fan_label: string;
|
967
|
-
|
968
|
-
rest_id: string;
|
969
|
-
tipjar_settings: {
|
970
|
-
is_enabled?: boolean;
|
971
|
-
};
|
972
|
-
professional?: {
|
944
|
+
professional: {
|
973
945
|
category: {
|
974
946
|
icon_name: string;
|
975
947
|
id: number;
|
@@ -978,16 +950,25 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
978
950
|
professional_type: string;
|
979
951
|
rest_id: string;
|
980
952
|
};
|
953
|
+
profile_image_shape: string;
|
954
|
+
rest_id: string;
|
955
|
+
tipjar_settings: {};
|
981
956
|
};
|
982
957
|
};
|
983
958
|
};
|
984
959
|
edit_control: {
|
985
|
-
edit_tweet_ids
|
986
|
-
editable_until_msecs
|
987
|
-
edits_remaining
|
988
|
-
is_edit_eligible
|
960
|
+
edit_tweet_ids?: string[];
|
961
|
+
editable_until_msecs?: string;
|
962
|
+
edits_remaining?: string;
|
963
|
+
is_edit_eligible?: boolean;
|
964
|
+
edit_control_initial?: {
|
965
|
+
edit_tweet_ids: string[];
|
966
|
+
editable_until_msecs: string;
|
967
|
+
edits_remaining: string;
|
968
|
+
is_edit_eligible: boolean;
|
969
|
+
};
|
970
|
+
initial_tweet_id?: string;
|
989
971
|
};
|
990
|
-
grok_analysis_button?: boolean;
|
991
972
|
is_translatable: boolean;
|
992
973
|
legacy: {
|
993
974
|
bookmark_count: number;
|
@@ -996,17 +977,11 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
996
977
|
created_at: string;
|
997
978
|
display_text_range: number[];
|
998
979
|
entities: {
|
999
|
-
hashtags:
|
1000
|
-
symbols: unknown[];
|
1001
|
-
timestamps: unknown[];
|
1002
|
-
urls: {
|
1003
|
-
display_url: string;
|
1004
|
-
expanded_url: string;
|
980
|
+
hashtags: {
|
1005
981
|
indices: number[];
|
1006
|
-
|
982
|
+
text: string;
|
1007
983
|
}[];
|
1008
|
-
|
1009
|
-
media?: {
|
984
|
+
media: {
|
1010
985
|
allow_download_status: {
|
1011
986
|
allow_download: boolean;
|
1012
987
|
};
|
@@ -1093,21 +1068,20 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1093
1068
|
type: string;
|
1094
1069
|
url: string;
|
1095
1070
|
}[];
|
1071
|
+
symbols: {
|
1072
|
+
indices: number[];
|
1073
|
+
text: string;
|
1074
|
+
}[];
|
1075
|
+
timestamps: unknown[];
|
1076
|
+
urls: unknown[];
|
1077
|
+
user_mentions: {
|
1078
|
+
id_str: string;
|
1079
|
+
indices: number[];
|
1080
|
+
name: string;
|
1081
|
+
screen_name: string;
|
1082
|
+
}[];
|
1096
1083
|
};
|
1097
|
-
|
1098
|
-
favorited: boolean;
|
1099
|
-
full_text: string;
|
1100
|
-
id_str: string;
|
1101
|
-
is_quote_status: boolean;
|
1102
|
-
lang: string;
|
1103
|
-
possibly_sensitive: boolean;
|
1104
|
-
possibly_sensitive_editable: boolean;
|
1105
|
-
quote_count: number;
|
1106
|
-
reply_count: number;
|
1107
|
-
retweet_count: number;
|
1108
|
-
retweeted: boolean;
|
1109
|
-
user_id_str: string;
|
1110
|
-
extended_entities?: {
|
1084
|
+
extended_entities: {
|
1111
1085
|
media: {
|
1112
1086
|
allow_download_status: {
|
1113
1087
|
allow_download: boolean;
|
@@ -1196,21 +1170,27 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1196
1170
|
url: string;
|
1197
1171
|
}[];
|
1198
1172
|
};
|
1173
|
+
favorite_count: number;
|
1174
|
+
favorited: boolean;
|
1175
|
+
full_text: string;
|
1176
|
+
id_str: string;
|
1177
|
+
is_quote_status: boolean;
|
1178
|
+
lang: string;
|
1179
|
+
possibly_sensitive: boolean;
|
1180
|
+
possibly_sensitive_editable: boolean;
|
1181
|
+
quote_count: number;
|
1199
1182
|
quoted_status_id_str?: string;
|
1200
1183
|
quoted_status_permalink?: {
|
1201
1184
|
display: string;
|
1202
1185
|
expanded: string;
|
1203
1186
|
url: string;
|
1204
1187
|
};
|
1188
|
+
reply_count: number;
|
1189
|
+
retweet_count: number;
|
1190
|
+
retweeted: boolean;
|
1191
|
+
user_id_str: string;
|
1205
1192
|
};
|
1206
|
-
|
1207
|
-
source: string;
|
1208
|
-
unmention_data: {};
|
1209
|
-
views: {
|
1210
|
-
count: string;
|
1211
|
-
state: string;
|
1212
|
-
};
|
1213
|
-
note_tweet?: {
|
1193
|
+
note_tweet: {
|
1214
1194
|
is_expandable: boolean;
|
1215
1195
|
note_tweet_results: {
|
1216
1196
|
result: {
|
@@ -1219,14 +1199,22 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1219
1199
|
indices: number[];
|
1220
1200
|
text: string;
|
1221
1201
|
}[];
|
1222
|
-
symbols:
|
1202
|
+
symbols: {
|
1203
|
+
indices: number[];
|
1204
|
+
text: string;
|
1205
|
+
}[];
|
1223
1206
|
urls: {
|
1224
1207
|
display_url: string;
|
1225
1208
|
expanded_url: string;
|
1226
1209
|
indices: number[];
|
1227
1210
|
url: string;
|
1228
1211
|
}[];
|
1229
|
-
user_mentions:
|
1212
|
+
user_mentions: {
|
1213
|
+
id_str: string;
|
1214
|
+
indices: number[];
|
1215
|
+
name: string;
|
1216
|
+
screen_name: string;
|
1217
|
+
}[];
|
1230
1218
|
};
|
1231
1219
|
id: string;
|
1232
1220
|
media: {
|
@@ -1254,7 +1242,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1254
1242
|
result: {
|
1255
1243
|
__typename: string;
|
1256
1244
|
affiliates_highlighted_label: {
|
1257
|
-
label
|
1245
|
+
label?: {
|
1258
1246
|
badge: {
|
1259
1247
|
url: string;
|
1260
1248
|
};
|
@@ -1332,7 +1320,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1332
1320
|
translator_type: string;
|
1333
1321
|
url: string;
|
1334
1322
|
verified: boolean;
|
1335
|
-
verified_type
|
1323
|
+
verified_type?: string;
|
1336
1324
|
want_retweets: boolean;
|
1337
1325
|
withheld_in_countries: unknown[];
|
1338
1326
|
};
|
@@ -1368,7 +1356,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1368
1356
|
entities: {
|
1369
1357
|
hashtags: unknown[];
|
1370
1358
|
media: {
|
1371
|
-
additional_media_info
|
1359
|
+
additional_media_info?: {
|
1372
1360
|
monetizable: boolean;
|
1373
1361
|
};
|
1374
1362
|
allow_download_status: {
|
@@ -1389,7 +1377,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1389
1377
|
};
|
1390
1378
|
media_url_https: string;
|
1391
1379
|
original_info: {
|
1392
|
-
focus_rects:
|
1380
|
+
focus_rects: {
|
1381
|
+
h: number;
|
1382
|
+
w: number;
|
1383
|
+
x: number;
|
1384
|
+
y: number;
|
1385
|
+
}[];
|
1393
1386
|
height: number;
|
1394
1387
|
width: number;
|
1395
1388
|
};
|
@@ -1417,7 +1410,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1417
1410
|
};
|
1418
1411
|
type: string;
|
1419
1412
|
url: string;
|
1420
|
-
video_info
|
1413
|
+
video_info?: {
|
1421
1414
|
aspect_ratio: number[];
|
1422
1415
|
duration_millis: number;
|
1423
1416
|
variants: {
|
@@ -1426,8 +1419,45 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1426
1419
|
url: string;
|
1427
1420
|
}[];
|
1428
1421
|
};
|
1422
|
+
features?: {
|
1423
|
+
large: {
|
1424
|
+
faces: {
|
1425
|
+
h: number;
|
1426
|
+
w: number;
|
1427
|
+
x: number;
|
1428
|
+
y: number;
|
1429
|
+
}[];
|
1430
|
+
};
|
1431
|
+
medium: {
|
1432
|
+
faces: {
|
1433
|
+
h: number;
|
1434
|
+
w: number;
|
1435
|
+
x: number;
|
1436
|
+
y: number;
|
1437
|
+
}[];
|
1438
|
+
};
|
1439
|
+
orig: {
|
1440
|
+
faces: {
|
1441
|
+
h: number;
|
1442
|
+
w: number;
|
1443
|
+
x: number;
|
1444
|
+
y: number;
|
1445
|
+
}[];
|
1446
|
+
};
|
1447
|
+
small: {
|
1448
|
+
faces: {
|
1449
|
+
h: number;
|
1450
|
+
w: number;
|
1451
|
+
x: number;
|
1452
|
+
y: number;
|
1453
|
+
}[];
|
1454
|
+
};
|
1455
|
+
};
|
1456
|
+
}[];
|
1457
|
+
symbols: {
|
1458
|
+
indices: number[];
|
1459
|
+
text: string;
|
1429
1460
|
}[];
|
1430
|
-
symbols: unknown[];
|
1431
1461
|
timestamps: unknown[];
|
1432
1462
|
urls: {
|
1433
1463
|
display_url: string;
|
@@ -1435,11 +1465,16 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1435
1465
|
indices: number[];
|
1436
1466
|
url: string;
|
1437
1467
|
}[];
|
1438
|
-
user_mentions:
|
1468
|
+
user_mentions: {
|
1469
|
+
id_str: string;
|
1470
|
+
indices: number[];
|
1471
|
+
name: string;
|
1472
|
+
screen_name: string;
|
1473
|
+
}[];
|
1439
1474
|
};
|
1440
1475
|
extended_entities: {
|
1441
1476
|
media: {
|
1442
|
-
additional_media_info
|
1477
|
+
additional_media_info?: {
|
1443
1478
|
monetizable: boolean;
|
1444
1479
|
};
|
1445
1480
|
allow_download_status: {
|
@@ -1460,7 +1495,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1460
1495
|
};
|
1461
1496
|
media_url_https: string;
|
1462
1497
|
original_info: {
|
1463
|
-
focus_rects:
|
1498
|
+
focus_rects: {
|
1499
|
+
h: number;
|
1500
|
+
w: number;
|
1501
|
+
x: number;
|
1502
|
+
y: number;
|
1503
|
+
}[];
|
1464
1504
|
height: number;
|
1465
1505
|
width: number;
|
1466
1506
|
};
|
@@ -1488,7 +1528,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1488
1528
|
};
|
1489
1529
|
type: string;
|
1490
1530
|
url: string;
|
1491
|
-
video_info
|
1531
|
+
video_info?: {
|
1492
1532
|
aspect_ratio: number[];
|
1493
1533
|
duration_millis: number;
|
1494
1534
|
variants: {
|
@@ -1497,6 +1537,40 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1497
1537
|
url: string;
|
1498
1538
|
}[];
|
1499
1539
|
};
|
1540
|
+
features?: {
|
1541
|
+
large: {
|
1542
|
+
faces: {
|
1543
|
+
h: number;
|
1544
|
+
w: number;
|
1545
|
+
x: number;
|
1546
|
+
y: number;
|
1547
|
+
}[];
|
1548
|
+
};
|
1549
|
+
medium: {
|
1550
|
+
faces: {
|
1551
|
+
h: number;
|
1552
|
+
w: number;
|
1553
|
+
x: number;
|
1554
|
+
y: number;
|
1555
|
+
}[];
|
1556
|
+
};
|
1557
|
+
orig: {
|
1558
|
+
faces: {
|
1559
|
+
h: number;
|
1560
|
+
w: number;
|
1561
|
+
x: number;
|
1562
|
+
y: number;
|
1563
|
+
}[];
|
1564
|
+
};
|
1565
|
+
small: {
|
1566
|
+
faces: {
|
1567
|
+
h: number;
|
1568
|
+
w: number;
|
1569
|
+
x: number;
|
1570
|
+
y: number;
|
1571
|
+
}[];
|
1572
|
+
};
|
1573
|
+
};
|
1500
1574
|
}[];
|
1501
1575
|
};
|
1502
1576
|
favorite_count: number;
|
@@ -1508,8 +1582,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1508
1582
|
possibly_sensitive: boolean;
|
1509
1583
|
possibly_sensitive_editable: boolean;
|
1510
1584
|
quote_count: number;
|
1511
|
-
quoted_status_id_str
|
1512
|
-
quoted_status_permalink
|
1585
|
+
quoted_status_id_str?: string;
|
1586
|
+
quoted_status_permalink?: {
|
1513
1587
|
display: string;
|
1514
1588
|
expanded: string;
|
1515
1589
|
url: string;
|
@@ -1528,21 +1602,29 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1528
1602
|
indices: number[];
|
1529
1603
|
text: string;
|
1530
1604
|
}[];
|
1531
|
-
symbols:
|
1532
|
-
|
1605
|
+
symbols: {
|
1606
|
+
indices: number[];
|
1607
|
+
text: string;
|
1608
|
+
}[];
|
1609
|
+
timestamps?: unknown[];
|
1533
1610
|
urls: {
|
1534
1611
|
display_url: string;
|
1535
1612
|
expanded_url: string;
|
1536
1613
|
indices: number[];
|
1537
1614
|
url: string;
|
1538
1615
|
}[];
|
1539
|
-
user_mentions:
|
1616
|
+
user_mentions: {
|
1617
|
+
id_str: string;
|
1618
|
+
indices: number[];
|
1619
|
+
name: string;
|
1620
|
+
screen_name: string;
|
1621
|
+
}[];
|
1540
1622
|
};
|
1541
1623
|
id: string;
|
1542
|
-
media
|
1624
|
+
media?: {
|
1543
1625
|
inline_media: unknown[];
|
1544
1626
|
};
|
1545
|
-
richtext
|
1627
|
+
richtext?: {
|
1546
1628
|
richtext_tags: {
|
1547
1629
|
from_index: number;
|
1548
1630
|
richtext_types: string[];
|
@@ -1553,7 +1635,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1553
1635
|
};
|
1554
1636
|
};
|
1555
1637
|
};
|
1556
|
-
quotedRefResult
|
1638
|
+
quotedRefResult?: {
|
1557
1639
|
result: {
|
1558
1640
|
__typename: string;
|
1559
1641
|
rest_id: string;
|
@@ -1568,67 +1650,34 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1568
1650
|
};
|
1569
1651
|
};
|
1570
1652
|
};
|
1653
|
+
rest_id: string;
|
1654
|
+
source: string;
|
1655
|
+
unmention_data: {};
|
1656
|
+
views: {
|
1657
|
+
count: string;
|
1658
|
+
state: string;
|
1659
|
+
};
|
1660
|
+
previous_counts?: {
|
1661
|
+
bookmark_count: number;
|
1662
|
+
favorite_count: number;
|
1663
|
+
quote_count: number;
|
1664
|
+
reply_count: number;
|
1665
|
+
retweet_count: number;
|
1666
|
+
};
|
1571
1667
|
};
|
1572
1668
|
};
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1669
|
+
conversation_control?: {
|
1670
|
+
conversation_owner_results: {
|
1671
|
+
result: {
|
1672
|
+
__typename: string;
|
1673
|
+
legacy: {
|
1674
|
+
screen_name: string;
|
1675
|
+
};
|
1676
|
+
};
|
1677
|
+
};
|
1678
|
+
policy: string;
|
1581
1679
|
};
|
1582
1680
|
};
|
1583
|
-
rest_id: string;
|
1584
|
-
source: string;
|
1585
|
-
unmention_data: {};
|
1586
|
-
views: {
|
1587
|
-
count?: string;
|
1588
|
-
state: string;
|
1589
|
-
};
|
1590
|
-
card?: {
|
1591
|
-
legacy: {
|
1592
|
-
binding_values: {
|
1593
|
-
key: string;
|
1594
|
-
value: {
|
1595
|
-
image_color_value?: {
|
1596
|
-
palette: {
|
1597
|
-
percentage: number;
|
1598
|
-
rgb: {
|
1599
|
-
blue: number;
|
1600
|
-
green: number;
|
1601
|
-
red: number;
|
1602
|
-
};
|
1603
|
-
}[];
|
1604
|
-
};
|
1605
|
-
image_value?: {
|
1606
|
-
height: number;
|
1607
|
-
url: string;
|
1608
|
-
width: number;
|
1609
|
-
};
|
1610
|
-
scribe_key?: string;
|
1611
|
-
string_value?: string;
|
1612
|
-
type: string;
|
1613
|
-
};
|
1614
|
-
}[];
|
1615
|
-
card_platform: {
|
1616
|
-
platform: {
|
1617
|
-
audience: {
|
1618
|
-
name: string;
|
1619
|
-
};
|
1620
|
-
device: {
|
1621
|
-
name: string;
|
1622
|
-
version: string;
|
1623
|
-
};
|
1624
|
-
};
|
1625
|
-
};
|
1626
|
-
name: string;
|
1627
|
-
url: string;
|
1628
|
-
user_refs_results: unknown[];
|
1629
|
-
};
|
1630
|
-
rest_id: string;
|
1631
|
-
};
|
1632
1681
|
note_tweet?: {
|
1633
1682
|
is_expandable: boolean;
|
1634
1683
|
note_tweet_results: {
|
@@ -1675,16 +1724,35 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1675
1724
|
};
|
1676
1725
|
};
|
1677
1726
|
quoted_status_result?: {
|
1678
|
-
result
|
1727
|
+
result?: {
|
1679
1728
|
__typename: string;
|
1680
|
-
card
|
1729
|
+
card?: {
|
1681
1730
|
legacy: {
|
1682
1731
|
binding_values: {
|
1683
1732
|
key: string;
|
1684
1733
|
value: {
|
1685
1734
|
scribe_key?: string;
|
1686
|
-
string_value
|
1735
|
+
string_value?: string;
|
1687
1736
|
type: string;
|
1737
|
+
image_color_value?: {
|
1738
|
+
palette: {
|
1739
|
+
percentage: number;
|
1740
|
+
rgb: {
|
1741
|
+
blue: number;
|
1742
|
+
green: number;
|
1743
|
+
red: number;
|
1744
|
+
};
|
1745
|
+
}[];
|
1746
|
+
};
|
1747
|
+
image_value?: {
|
1748
|
+
height: number;
|
1749
|
+
url: string;
|
1750
|
+
width: number;
|
1751
|
+
};
|
1752
|
+
user_value?: {
|
1753
|
+
id_str: string;
|
1754
|
+
path: unknown[];
|
1755
|
+
};
|
1688
1756
|
};
|
1689
1757
|
}[];
|
1690
1758
|
card_platform: {
|
@@ -1700,7 +1768,80 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1700
1768
|
};
|
1701
1769
|
name: string;
|
1702
1770
|
url: string;
|
1703
|
-
user_refs_results:
|
1771
|
+
user_refs_results: {
|
1772
|
+
result: {
|
1773
|
+
__typename: string;
|
1774
|
+
affiliates_highlighted_label: {};
|
1775
|
+
has_graduated_access: boolean;
|
1776
|
+
id: string;
|
1777
|
+
is_blue_verified: boolean;
|
1778
|
+
legacy: {
|
1779
|
+
blocking: boolean;
|
1780
|
+
can_dm: boolean;
|
1781
|
+
can_media_tag: boolean;
|
1782
|
+
created_at: string;
|
1783
|
+
default_profile: boolean;
|
1784
|
+
default_profile_image: boolean;
|
1785
|
+
description: string;
|
1786
|
+
entities: {
|
1787
|
+
description: {
|
1788
|
+
urls: {
|
1789
|
+
display_url: string;
|
1790
|
+
expanded_url: string;
|
1791
|
+
indices: number[];
|
1792
|
+
url: string;
|
1793
|
+
}[];
|
1794
|
+
};
|
1795
|
+
url: {
|
1796
|
+
urls: {
|
1797
|
+
display_url: string;
|
1798
|
+
expanded_url: string;
|
1799
|
+
indices: number[];
|
1800
|
+
url: string;
|
1801
|
+
}[];
|
1802
|
+
};
|
1803
|
+
};
|
1804
|
+
fast_followers_count: number;
|
1805
|
+
favourites_count: number;
|
1806
|
+
followers_count: number;
|
1807
|
+
following: boolean;
|
1808
|
+
friends_count: number;
|
1809
|
+
has_custom_timelines: boolean;
|
1810
|
+
is_translator: boolean;
|
1811
|
+
listed_count: number;
|
1812
|
+
location: string;
|
1813
|
+
media_count: number;
|
1814
|
+
name: string;
|
1815
|
+
normal_followers_count: number;
|
1816
|
+
pinned_tweet_ids_str: string[];
|
1817
|
+
possibly_sensitive: boolean;
|
1818
|
+
profile_banner_url: string;
|
1819
|
+
profile_image_url_https: string;
|
1820
|
+
profile_interstitial_type: string;
|
1821
|
+
screen_name: string;
|
1822
|
+
statuses_count: number;
|
1823
|
+
translator_type: string;
|
1824
|
+
url: string;
|
1825
|
+
verified: boolean;
|
1826
|
+
verified_type?: string;
|
1827
|
+
want_retweets: boolean;
|
1828
|
+
withheld_in_countries: unknown[];
|
1829
|
+
};
|
1830
|
+
parody_commentary_fan_label: string;
|
1831
|
+
professional?: {
|
1832
|
+
category: {
|
1833
|
+
icon_name: string;
|
1834
|
+
id: number;
|
1835
|
+
name: string;
|
1836
|
+
}[];
|
1837
|
+
professional_type: string;
|
1838
|
+
rest_id: string;
|
1839
|
+
};
|
1840
|
+
profile_image_shape: string;
|
1841
|
+
rest_id: string;
|
1842
|
+
tipjar_settings: {};
|
1843
|
+
};
|
1844
|
+
}[];
|
1704
1845
|
};
|
1705
1846
|
rest_id: string;
|
1706
1847
|
};
|
@@ -1709,7 +1850,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1709
1850
|
result: {
|
1710
1851
|
__typename: string;
|
1711
1852
|
affiliates_highlighted_label: {
|
1712
|
-
label
|
1853
|
+
label?: {
|
1713
1854
|
badge: {
|
1714
1855
|
url: string;
|
1715
1856
|
};
|
@@ -1756,7 +1897,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1756
1897
|
url: string;
|
1757
1898
|
}[];
|
1758
1899
|
};
|
1759
|
-
url
|
1900
|
+
url?: {
|
1760
1901
|
urls: {
|
1761
1902
|
display_url: string;
|
1762
1903
|
expanded_url: string;
|
@@ -1785,14 +1926,14 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1785
1926
|
screen_name: string;
|
1786
1927
|
statuses_count: number;
|
1787
1928
|
translator_type: string;
|
1788
|
-
url
|
1929
|
+
url?: string;
|
1789
1930
|
verified: boolean;
|
1790
|
-
verified_type
|
1931
|
+
verified_type?: string;
|
1791
1932
|
want_retweets: boolean;
|
1792
1933
|
withheld_in_countries: unknown[];
|
1793
1934
|
};
|
1794
1935
|
parody_commentary_fan_label: string;
|
1795
|
-
professional
|
1936
|
+
professional?: {
|
1796
1937
|
category: {
|
1797
1938
|
icon_name: string;
|
1798
1939
|
id: number;
|
@@ -1803,15 +1944,27 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1803
1944
|
};
|
1804
1945
|
profile_image_shape: string;
|
1805
1946
|
rest_id: string;
|
1806
|
-
tipjar_settings: {
|
1947
|
+
tipjar_settings: {
|
1948
|
+
bitcoin_handle?: string;
|
1949
|
+
ethereum_handle?: string;
|
1950
|
+
is_enabled?: boolean;
|
1951
|
+
patreon_handle?: string;
|
1952
|
+
};
|
1807
1953
|
};
|
1808
1954
|
};
|
1809
1955
|
};
|
1810
1956
|
edit_control: {
|
1811
|
-
edit_tweet_ids
|
1812
|
-
editable_until_msecs
|
1813
|
-
edits_remaining
|
1814
|
-
is_edit_eligible
|
1957
|
+
edit_tweet_ids?: string[];
|
1958
|
+
editable_until_msecs?: string;
|
1959
|
+
edits_remaining?: string;
|
1960
|
+
is_edit_eligible?: boolean;
|
1961
|
+
edit_control_initial?: {
|
1962
|
+
edit_tweet_ids: string[];
|
1963
|
+
editable_until_msecs: string;
|
1964
|
+
edits_remaining: string;
|
1965
|
+
is_edit_eligible: boolean;
|
1966
|
+
};
|
1967
|
+
initial_tweet_id?: string;
|
1815
1968
|
};
|
1816
1969
|
is_translatable: boolean;
|
1817
1970
|
legacy: {
|
@@ -1821,7 +1974,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1821
1974
|
created_at: string;
|
1822
1975
|
display_text_range: number[];
|
1823
1976
|
entities: {
|
1824
|
-
hashtags:
|
1977
|
+
hashtags: {
|
1978
|
+
indices: number[];
|
1979
|
+
text: string;
|
1980
|
+
}[];
|
1825
1981
|
symbols: unknown[];
|
1826
1982
|
timestamps: unknown[];
|
1827
1983
|
urls: {
|
@@ -1830,7 +1986,175 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1830
1986
|
indices: number[];
|
1831
1987
|
url: string;
|
1832
1988
|
}[];
|
1833
|
-
user_mentions:
|
1989
|
+
user_mentions: {
|
1990
|
+
id_str: string;
|
1991
|
+
indices: number[];
|
1992
|
+
name: string;
|
1993
|
+
screen_name: string;
|
1994
|
+
}[];
|
1995
|
+
media?: {
|
1996
|
+
additional_media_info?: {
|
1997
|
+
monetizable: boolean;
|
1998
|
+
source_user?: {
|
1999
|
+
user_results: {
|
2000
|
+
result: {
|
2001
|
+
__typename: string;
|
2002
|
+
affiliates_highlighted_label: {};
|
2003
|
+
has_graduated_access: boolean;
|
2004
|
+
id: string;
|
2005
|
+
is_blue_verified: boolean;
|
2006
|
+
legacy: {
|
2007
|
+
blocking: boolean;
|
2008
|
+
can_dm: boolean;
|
2009
|
+
can_media_tag: boolean;
|
2010
|
+
created_at: string;
|
2011
|
+
default_profile: boolean;
|
2012
|
+
default_profile_image: boolean;
|
2013
|
+
description: string;
|
2014
|
+
entities: {
|
2015
|
+
description: {
|
2016
|
+
urls: unknown[];
|
2017
|
+
};
|
2018
|
+
url: {
|
2019
|
+
urls: {
|
2020
|
+
display_url: string;
|
2021
|
+
expanded_url: string;
|
2022
|
+
indices: number[];
|
2023
|
+
url: string;
|
2024
|
+
}[];
|
2025
|
+
};
|
2026
|
+
};
|
2027
|
+
fast_followers_count: number;
|
2028
|
+
favourites_count: number;
|
2029
|
+
followers_count: number;
|
2030
|
+
following: boolean;
|
2031
|
+
friends_count: number;
|
2032
|
+
has_custom_timelines: boolean;
|
2033
|
+
is_translator: boolean;
|
2034
|
+
listed_count: number;
|
2035
|
+
location: string;
|
2036
|
+
media_count: number;
|
2037
|
+
name: string;
|
2038
|
+
normal_followers_count: number;
|
2039
|
+
pinned_tweet_ids_str: string[];
|
2040
|
+
possibly_sensitive: boolean;
|
2041
|
+
profile_banner_url: string;
|
2042
|
+
profile_image_url_https: string;
|
2043
|
+
profile_interstitial_type: string;
|
2044
|
+
screen_name: string;
|
2045
|
+
statuses_count: number;
|
2046
|
+
translator_type: string;
|
2047
|
+
url: string;
|
2048
|
+
verified: boolean;
|
2049
|
+
verified_type: string;
|
2050
|
+
want_retweets: boolean;
|
2051
|
+
withheld_in_countries: unknown[];
|
2052
|
+
};
|
2053
|
+
parody_commentary_fan_label: string;
|
2054
|
+
profile_image_shape: string;
|
2055
|
+
rest_id: string;
|
2056
|
+
tipjar_settings: {};
|
2057
|
+
};
|
2058
|
+
};
|
2059
|
+
};
|
2060
|
+
};
|
2061
|
+
allow_download_status?: {
|
2062
|
+
allow_download: boolean;
|
2063
|
+
};
|
2064
|
+
display_url: string;
|
2065
|
+
expanded_url: string;
|
2066
|
+
ext_media_availability: {
|
2067
|
+
status: string;
|
2068
|
+
};
|
2069
|
+
features?: {
|
2070
|
+
large: {
|
2071
|
+
faces: {
|
2072
|
+
h: number;
|
2073
|
+
w: number;
|
2074
|
+
x: number;
|
2075
|
+
y: number;
|
2076
|
+
}[];
|
2077
|
+
};
|
2078
|
+
medium: {
|
2079
|
+
faces: {
|
2080
|
+
h: number;
|
2081
|
+
w: number;
|
2082
|
+
x: number;
|
2083
|
+
y: number;
|
2084
|
+
}[];
|
2085
|
+
};
|
2086
|
+
orig: {
|
2087
|
+
faces: {
|
2088
|
+
h: number;
|
2089
|
+
w: number;
|
2090
|
+
x: number;
|
2091
|
+
y: number;
|
2092
|
+
}[];
|
2093
|
+
};
|
2094
|
+
small: {
|
2095
|
+
faces: {
|
2096
|
+
h: number;
|
2097
|
+
w: number;
|
2098
|
+
x: number;
|
2099
|
+
y: number;
|
2100
|
+
}[];
|
2101
|
+
};
|
2102
|
+
};
|
2103
|
+
id_str: string;
|
2104
|
+
indices: number[];
|
2105
|
+
media_key: string;
|
2106
|
+
media_results: {
|
2107
|
+
result: {
|
2108
|
+
media_key: string;
|
2109
|
+
};
|
2110
|
+
};
|
2111
|
+
media_url_https: string;
|
2112
|
+
original_info: {
|
2113
|
+
focus_rects: {
|
2114
|
+
h: number;
|
2115
|
+
w: number;
|
2116
|
+
x: number;
|
2117
|
+
y: number;
|
2118
|
+
}[];
|
2119
|
+
height: number;
|
2120
|
+
width: number;
|
2121
|
+
};
|
2122
|
+
sizes: {
|
2123
|
+
large: {
|
2124
|
+
h: number;
|
2125
|
+
resize: string;
|
2126
|
+
w: number;
|
2127
|
+
};
|
2128
|
+
medium: {
|
2129
|
+
h: number;
|
2130
|
+
resize: string;
|
2131
|
+
w: number;
|
2132
|
+
};
|
2133
|
+
small: {
|
2134
|
+
h: number;
|
2135
|
+
resize: string;
|
2136
|
+
w: number;
|
2137
|
+
};
|
2138
|
+
thumb: {
|
2139
|
+
h: number;
|
2140
|
+
resize: string;
|
2141
|
+
w: number;
|
2142
|
+
};
|
2143
|
+
};
|
2144
|
+
source_status_id_str?: string;
|
2145
|
+
source_user_id_str?: string;
|
2146
|
+
type: string;
|
2147
|
+
url: string;
|
2148
|
+
video_info?: {
|
2149
|
+
aspect_ratio: number[];
|
2150
|
+
duration_millis: number;
|
2151
|
+
variants: {
|
2152
|
+
bitrate?: number;
|
2153
|
+
content_type: string;
|
2154
|
+
url: string;
|
2155
|
+
}[];
|
2156
|
+
};
|
2157
|
+
}[];
|
1834
2158
|
};
|
1835
2159
|
favorite_count: number;
|
1836
2160
|
favorited: boolean;
|
@@ -1838,13 +2162,194 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1838
2162
|
id_str: string;
|
1839
2163
|
is_quote_status: boolean;
|
1840
2164
|
lang: string;
|
1841
|
-
possibly_sensitive
|
1842
|
-
possibly_sensitive_editable
|
2165
|
+
possibly_sensitive?: boolean;
|
2166
|
+
possibly_sensitive_editable?: boolean;
|
1843
2167
|
quote_count: number;
|
1844
2168
|
reply_count: number;
|
1845
2169
|
retweet_count: number;
|
1846
2170
|
retweeted: boolean;
|
1847
2171
|
user_id_str: string;
|
2172
|
+
extended_entities?: {
|
2173
|
+
media: {
|
2174
|
+
additional_media_info?: {
|
2175
|
+
monetizable: boolean;
|
2176
|
+
source_user?: {
|
2177
|
+
user_results: {
|
2178
|
+
result: {
|
2179
|
+
__typename: string;
|
2180
|
+
affiliates_highlighted_label: {};
|
2181
|
+
has_graduated_access: boolean;
|
2182
|
+
id: string;
|
2183
|
+
is_blue_verified: boolean;
|
2184
|
+
legacy: {
|
2185
|
+
blocking: boolean;
|
2186
|
+
can_dm: boolean;
|
2187
|
+
can_media_tag: boolean;
|
2188
|
+
created_at: string;
|
2189
|
+
default_profile: boolean;
|
2190
|
+
default_profile_image: boolean;
|
2191
|
+
description: string;
|
2192
|
+
entities: {
|
2193
|
+
description: {
|
2194
|
+
urls: unknown[];
|
2195
|
+
};
|
2196
|
+
url: {
|
2197
|
+
urls: {
|
2198
|
+
display_url: string;
|
2199
|
+
expanded_url: string;
|
2200
|
+
indices: number[];
|
2201
|
+
url: string;
|
2202
|
+
}[];
|
2203
|
+
};
|
2204
|
+
};
|
2205
|
+
fast_followers_count: number;
|
2206
|
+
favourites_count: number;
|
2207
|
+
followers_count: number;
|
2208
|
+
following: boolean;
|
2209
|
+
friends_count: number;
|
2210
|
+
has_custom_timelines: boolean;
|
2211
|
+
is_translator: boolean;
|
2212
|
+
listed_count: number;
|
2213
|
+
location: string;
|
2214
|
+
media_count: number;
|
2215
|
+
name: string;
|
2216
|
+
normal_followers_count: number;
|
2217
|
+
pinned_tweet_ids_str: string[];
|
2218
|
+
possibly_sensitive: boolean;
|
2219
|
+
profile_banner_url: string;
|
2220
|
+
profile_image_url_https: string;
|
2221
|
+
profile_interstitial_type: string;
|
2222
|
+
screen_name: string;
|
2223
|
+
statuses_count: number;
|
2224
|
+
translator_type: string;
|
2225
|
+
url: string;
|
2226
|
+
verified: boolean;
|
2227
|
+
verified_type: string;
|
2228
|
+
want_retweets: boolean;
|
2229
|
+
withheld_in_countries: unknown[];
|
2230
|
+
};
|
2231
|
+
parody_commentary_fan_label: string;
|
2232
|
+
profile_image_shape: string;
|
2233
|
+
rest_id: string;
|
2234
|
+
tipjar_settings: {};
|
2235
|
+
};
|
2236
|
+
};
|
2237
|
+
};
|
2238
|
+
};
|
2239
|
+
allow_download_status?: {
|
2240
|
+
allow_download: boolean;
|
2241
|
+
};
|
2242
|
+
display_url: string;
|
2243
|
+
expanded_url: string;
|
2244
|
+
ext_media_availability: {
|
2245
|
+
status: string;
|
2246
|
+
};
|
2247
|
+
features?: {
|
2248
|
+
large: {
|
2249
|
+
faces: {
|
2250
|
+
h: number;
|
2251
|
+
w: number;
|
2252
|
+
x: number;
|
2253
|
+
y: number;
|
2254
|
+
}[];
|
2255
|
+
};
|
2256
|
+
medium: {
|
2257
|
+
faces: {
|
2258
|
+
h: number;
|
2259
|
+
w: number;
|
2260
|
+
x: number;
|
2261
|
+
y: number;
|
2262
|
+
}[];
|
2263
|
+
};
|
2264
|
+
orig: {
|
2265
|
+
faces: {
|
2266
|
+
h: number;
|
2267
|
+
w: number;
|
2268
|
+
x: number;
|
2269
|
+
y: number;
|
2270
|
+
}[];
|
2271
|
+
};
|
2272
|
+
small: {
|
2273
|
+
faces: {
|
2274
|
+
h: number;
|
2275
|
+
w: number;
|
2276
|
+
x: number;
|
2277
|
+
y: number;
|
2278
|
+
}[];
|
2279
|
+
};
|
2280
|
+
};
|
2281
|
+
id_str: string;
|
2282
|
+
indices: number[];
|
2283
|
+
media_key: string;
|
2284
|
+
media_results: {
|
2285
|
+
result: {
|
2286
|
+
media_key: string;
|
2287
|
+
};
|
2288
|
+
};
|
2289
|
+
media_url_https: string;
|
2290
|
+
original_info: {
|
2291
|
+
focus_rects: {
|
2292
|
+
h: number;
|
2293
|
+
w: number;
|
2294
|
+
x: number;
|
2295
|
+
y: number;
|
2296
|
+
}[];
|
2297
|
+
height: number;
|
2298
|
+
width: number;
|
2299
|
+
};
|
2300
|
+
sizes: {
|
2301
|
+
large: {
|
2302
|
+
h: number;
|
2303
|
+
resize: string;
|
2304
|
+
w: number;
|
2305
|
+
};
|
2306
|
+
medium: {
|
2307
|
+
h: number;
|
2308
|
+
resize: string;
|
2309
|
+
w: number;
|
2310
|
+
};
|
2311
|
+
small: {
|
2312
|
+
h: number;
|
2313
|
+
resize: string;
|
2314
|
+
w: number;
|
2315
|
+
};
|
2316
|
+
thumb: {
|
2317
|
+
h: number;
|
2318
|
+
resize: string;
|
2319
|
+
w: number;
|
2320
|
+
};
|
2321
|
+
};
|
2322
|
+
source_status_id_str?: string;
|
2323
|
+
source_user_id_str?: string;
|
2324
|
+
type: string;
|
2325
|
+
url: string;
|
2326
|
+
video_info?: {
|
2327
|
+
aspect_ratio: number[];
|
2328
|
+
duration_millis: number;
|
2329
|
+
variants: {
|
2330
|
+
bitrate?: number;
|
2331
|
+
content_type: string;
|
2332
|
+
url: string;
|
2333
|
+
}[];
|
2334
|
+
};
|
2335
|
+
}[];
|
2336
|
+
};
|
2337
|
+
in_reply_to_screen_name?: string;
|
2338
|
+
in_reply_to_status_id_str?: string;
|
2339
|
+
in_reply_to_user_id_str?: string;
|
2340
|
+
place?: {
|
2341
|
+
bounding_box: {
|
2342
|
+
coordinates: number[][][];
|
2343
|
+
type: string;
|
2344
|
+
};
|
2345
|
+
country: string;
|
2346
|
+
country_code: string;
|
2347
|
+
full_name: string;
|
2348
|
+
id: string;
|
2349
|
+
name: string;
|
2350
|
+
place_type: string;
|
2351
|
+
url: string;
|
2352
|
+
};
|
1848
2353
|
};
|
1849
2354
|
rest_id: string;
|
1850
2355
|
source: string;
|
@@ -1853,17 +2358,443 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1853
2358
|
count: string;
|
1854
2359
|
state: string;
|
1855
2360
|
};
|
1856
|
-
voiceInfo
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
2361
|
+
voiceInfo?: {};
|
2362
|
+
note_tweet?: {
|
2363
|
+
is_expandable: boolean;
|
2364
|
+
note_tweet_results: {
|
2365
|
+
result: {
|
2366
|
+
entity_set: {
|
2367
|
+
hashtags: {
|
2368
|
+
indices: number[];
|
2369
|
+
text: string;
|
2370
|
+
}[];
|
2371
|
+
symbols: unknown[];
|
2372
|
+
timestamps?: unknown[];
|
2373
|
+
urls: {
|
2374
|
+
display_url: string;
|
2375
|
+
expanded_url: string;
|
2376
|
+
indices: number[];
|
2377
|
+
url: string;
|
2378
|
+
}[];
|
2379
|
+
user_mentions: unknown[];
|
2380
|
+
};
|
2381
|
+
id: string;
|
2382
|
+
media?: {
|
2383
|
+
inline_media: unknown[];
|
2384
|
+
};
|
2385
|
+
richtext?: {
|
2386
|
+
richtext_tags: unknown[];
|
2387
|
+
};
|
2388
|
+
text: string;
|
2389
|
+
};
|
2390
|
+
};
|
2391
|
+
};
|
2392
|
+
previous_counts?: {
|
2393
|
+
bookmark_count: number;
|
2394
|
+
favorite_count: number;
|
2395
|
+
quote_count: number;
|
2396
|
+
reply_count: number;
|
2397
|
+
retweet_count: number;
|
2398
|
+
};
|
2399
|
+
};
|
2400
|
+
};
|
2401
|
+
rest_id?: string;
|
2402
|
+
source?: string;
|
2403
|
+
unmention_data?: {};
|
2404
|
+
views?: {
|
2405
|
+
count?: string;
|
2406
|
+
state: string;
|
2407
|
+
};
|
2408
|
+
voiceInfo?: {};
|
2409
|
+
card?: {
|
2410
|
+
legacy: {
|
2411
|
+
binding_values: {
|
2412
|
+
key: string;
|
2413
|
+
value: {
|
2414
|
+
scribe_key?: string;
|
2415
|
+
string_value: string;
|
2416
|
+
type: string;
|
2417
|
+
};
|
2418
|
+
}[];
|
2419
|
+
card_platform: {
|
2420
|
+
platform: {
|
2421
|
+
audience: {
|
2422
|
+
name: string;
|
2423
|
+
};
|
2424
|
+
device: {
|
2425
|
+
name: string;
|
2426
|
+
version: string;
|
2427
|
+
};
|
2428
|
+
};
|
2429
|
+
};
|
2430
|
+
name: string;
|
2431
|
+
url: string;
|
2432
|
+
user_refs_results: unknown[];
|
2433
|
+
};
|
2434
|
+
rest_id: string;
|
2435
|
+
};
|
2436
|
+
author_community_relationship?: {
|
2437
|
+
community_results: {
|
2438
|
+
result: {
|
2439
|
+
__typename: string;
|
2440
|
+
actions: {
|
2441
|
+
delete_action_result: {
|
2442
|
+
__typename: string;
|
2443
|
+
reason: string;
|
2444
|
+
};
|
2445
|
+
join_action_result: {
|
2446
|
+
__typename: string;
|
2447
|
+
message: string;
|
2448
|
+
reason: string;
|
2449
|
+
};
|
2450
|
+
leave_action_result: {
|
2451
|
+
__typename: string;
|
2452
|
+
message: string;
|
2453
|
+
reason: string;
|
2454
|
+
};
|
2455
|
+
pin_action_result: {
|
2456
|
+
__typename: string;
|
2457
|
+
};
|
2458
|
+
};
|
2459
|
+
admin_results: {
|
2460
|
+
result: {
|
2461
|
+
__typename: string;
|
2462
|
+
affiliates_highlighted_label: {};
|
2463
|
+
has_graduated_access: boolean;
|
2464
|
+
id: string;
|
2465
|
+
is_blue_verified: boolean;
|
2466
|
+
legacy: {
|
2467
|
+
can_dm: boolean;
|
2468
|
+
can_media_tag: boolean;
|
2469
|
+
created_at: string;
|
2470
|
+
default_profile: boolean;
|
2471
|
+
default_profile_image: boolean;
|
2472
|
+
description: string;
|
2473
|
+
entities: {
|
2474
|
+
description: {
|
2475
|
+
urls: unknown[];
|
2476
|
+
};
|
2477
|
+
url: {
|
2478
|
+
urls: {
|
2479
|
+
display_url: string;
|
2480
|
+
expanded_url: string;
|
2481
|
+
indices: number[];
|
2482
|
+
url: string;
|
2483
|
+
}[];
|
2484
|
+
};
|
2485
|
+
};
|
2486
|
+
fast_followers_count: number;
|
2487
|
+
favourites_count: number;
|
2488
|
+
followers_count: number;
|
2489
|
+
following: boolean;
|
2490
|
+
friends_count: number;
|
2491
|
+
has_custom_timelines: boolean;
|
2492
|
+
is_translator: boolean;
|
2493
|
+
listed_count: number;
|
2494
|
+
location: string;
|
2495
|
+
media_count: number;
|
2496
|
+
name: string;
|
2497
|
+
normal_followers_count: number;
|
2498
|
+
pinned_tweet_ids_str: string[];
|
2499
|
+
possibly_sensitive: boolean;
|
2500
|
+
profile_banner_url: string;
|
2501
|
+
profile_image_url_https: string;
|
2502
|
+
profile_interstitial_type: string;
|
2503
|
+
screen_name: string;
|
2504
|
+
statuses_count: number;
|
2505
|
+
translator_type: string;
|
2506
|
+
url: string;
|
2507
|
+
verified: boolean;
|
2508
|
+
want_retweets: boolean;
|
2509
|
+
withheld_in_countries: unknown[];
|
2510
|
+
};
|
2511
|
+
parody_commentary_fan_label: string;
|
2512
|
+
profile_image_shape: string;
|
2513
|
+
rest_id: string;
|
2514
|
+
tipjar_settings: {};
|
2515
|
+
};
|
2516
|
+
};
|
2517
|
+
created_at: number;
|
2518
|
+
creator_results: {
|
2519
|
+
result: {
|
2520
|
+
__typename: string;
|
2521
|
+
affiliates_highlighted_label: {};
|
2522
|
+
has_graduated_access: boolean;
|
2523
|
+
id: string;
|
2524
|
+
is_blue_verified: boolean;
|
2525
|
+
legacy: {
|
2526
|
+
can_dm: boolean;
|
2527
|
+
can_media_tag: boolean;
|
2528
|
+
created_at: string;
|
2529
|
+
default_profile: boolean;
|
2530
|
+
default_profile_image: boolean;
|
2531
|
+
description: string;
|
2532
|
+
entities: {
|
2533
|
+
description: {
|
2534
|
+
urls: unknown[];
|
2535
|
+
};
|
2536
|
+
url: {
|
2537
|
+
urls: {
|
2538
|
+
display_url: string;
|
2539
|
+
expanded_url: string;
|
2540
|
+
indices: number[];
|
2541
|
+
url: string;
|
2542
|
+
}[];
|
2543
|
+
};
|
2544
|
+
};
|
2545
|
+
fast_followers_count: number;
|
2546
|
+
favourites_count: number;
|
2547
|
+
followers_count: number;
|
2548
|
+
following: boolean;
|
2549
|
+
friends_count: number;
|
2550
|
+
has_custom_timelines: boolean;
|
2551
|
+
is_translator: boolean;
|
2552
|
+
listed_count: number;
|
2553
|
+
location: string;
|
2554
|
+
media_count: number;
|
2555
|
+
name: string;
|
2556
|
+
normal_followers_count: number;
|
2557
|
+
pinned_tweet_ids_str: string[];
|
2558
|
+
possibly_sensitive: boolean;
|
2559
|
+
profile_banner_url: string;
|
2560
|
+
profile_image_url_https: string;
|
2561
|
+
profile_interstitial_type: string;
|
2562
|
+
screen_name: string;
|
2563
|
+
statuses_count: number;
|
2564
|
+
translator_type: string;
|
2565
|
+
url: string;
|
2566
|
+
verified: boolean;
|
2567
|
+
want_retweets: boolean;
|
2568
|
+
withheld_in_countries: unknown[];
|
2569
|
+
};
|
2570
|
+
parody_commentary_fan_label: string;
|
2571
|
+
profile_image_shape: string;
|
2572
|
+
rest_id: string;
|
2573
|
+
tipjar_settings: {};
|
2574
|
+
};
|
2575
|
+
};
|
2576
|
+
custom_banner_media: {
|
2577
|
+
media_info: {
|
2578
|
+
color_info: {
|
2579
|
+
palette: {
|
2580
|
+
percentage: number;
|
2581
|
+
rgb: {
|
2582
|
+
blue: number;
|
2583
|
+
green: number;
|
2584
|
+
red: number;
|
2585
|
+
};
|
2586
|
+
}[];
|
2587
|
+
};
|
2588
|
+
original_img_height: number;
|
2589
|
+
original_img_url: string;
|
2590
|
+
original_img_width: number;
|
2591
|
+
salient_rect: {
|
2592
|
+
height: number;
|
2593
|
+
left: number;
|
2594
|
+
top: number;
|
2595
|
+
width: number;
|
2596
|
+
};
|
2597
|
+
};
|
2598
|
+
};
|
2599
|
+
default_banner_media: {
|
2600
|
+
media_info: {
|
2601
|
+
color_info: {
|
2602
|
+
palette: {
|
2603
|
+
percentage: number;
|
2604
|
+
rgb: {
|
2605
|
+
blue: number;
|
2606
|
+
green: number;
|
2607
|
+
red: number;
|
2608
|
+
};
|
2609
|
+
}[];
|
2610
|
+
};
|
2611
|
+
original_img_height: number;
|
2612
|
+
original_img_url: string;
|
2613
|
+
original_img_width: number;
|
2614
|
+
};
|
2615
|
+
};
|
2616
|
+
description: string;
|
2617
|
+
id_str: string;
|
2618
|
+
invites_policy: string;
|
2619
|
+
invites_result: {
|
2620
|
+
__typename: string;
|
2621
|
+
message: string;
|
2622
|
+
reason: string;
|
2623
|
+
};
|
2624
|
+
is_nsfw: boolean;
|
2625
|
+
is_pinned: boolean;
|
2626
|
+
join_policy: string;
|
2627
|
+
join_requests_result: {
|
2628
|
+
__typename: string;
|
2629
|
+
};
|
2630
|
+
member_count: number;
|
2631
|
+
members_facepile_results: {
|
2632
|
+
result: {
|
2633
|
+
__typename: string;
|
2634
|
+
affiliates_highlighted_label: {};
|
2635
|
+
has_graduated_access: boolean;
|
2636
|
+
id: string;
|
2637
|
+
is_blue_verified: boolean;
|
2638
|
+
legacy: {
|
2639
|
+
blocking?: boolean;
|
2640
|
+
can_dm: boolean;
|
2641
|
+
can_media_tag: boolean;
|
2642
|
+
created_at: string;
|
2643
|
+
default_profile: boolean;
|
2644
|
+
default_profile_image: boolean;
|
2645
|
+
description: string;
|
2646
|
+
entities: {
|
2647
|
+
description: {
|
2648
|
+
urls: unknown[];
|
2649
|
+
};
|
2650
|
+
url?: {
|
2651
|
+
urls: {
|
2652
|
+
display_url: string;
|
2653
|
+
expanded_url: string;
|
2654
|
+
indices: number[];
|
2655
|
+
url: string;
|
2656
|
+
}[];
|
2657
|
+
};
|
2658
|
+
};
|
2659
|
+
fast_followers_count: number;
|
2660
|
+
favourites_count: number;
|
2661
|
+
followers_count: number;
|
2662
|
+
following: boolean;
|
2663
|
+
friends_count: number;
|
2664
|
+
has_custom_timelines: boolean;
|
2665
|
+
is_translator: boolean;
|
2666
|
+
listed_count: number;
|
2667
|
+
location: string;
|
2668
|
+
media_count: number;
|
2669
|
+
name: string;
|
2670
|
+
normal_followers_count: number;
|
2671
|
+
pinned_tweet_ids_str: string[];
|
2672
|
+
possibly_sensitive: boolean;
|
2673
|
+
profile_banner_url: string;
|
2674
|
+
profile_image_url_https: string;
|
2675
|
+
profile_interstitial_type: string;
|
2676
|
+
screen_name: string;
|
2677
|
+
statuses_count: number;
|
2678
|
+
translator_type: string;
|
2679
|
+
url?: string;
|
2680
|
+
verified: boolean;
|
2681
|
+
want_retweets: boolean;
|
2682
|
+
withheld_in_countries: unknown[];
|
2683
|
+
};
|
2684
|
+
parody_commentary_fan_label: string;
|
2685
|
+
professional?: {
|
2686
|
+
category: {
|
2687
|
+
icon_name: string;
|
2688
|
+
id: number;
|
2689
|
+
name: string;
|
2690
|
+
}[];
|
2691
|
+
professional_type: string;
|
2692
|
+
rest_id: string;
|
2693
|
+
};
|
2694
|
+
profile_image_shape: string;
|
2695
|
+
rest_id: string;
|
2696
|
+
tipjar_settings: {
|
2697
|
+
is_enabled?: boolean;
|
2698
|
+
};
|
2699
|
+
};
|
2700
|
+
}[];
|
2701
|
+
moderator_count: number;
|
2702
|
+
name: string;
|
2703
|
+
primary_community_topic: {
|
2704
|
+
topic_id: string;
|
2705
|
+
topic_name: string;
|
2706
|
+
};
|
2707
|
+
role: string;
|
2708
|
+
rules: {
|
2709
|
+
name: string;
|
2710
|
+
rest_id: string;
|
2711
|
+
}[];
|
2712
|
+
search_tags: unknown[];
|
2713
|
+
viewer_relationship: {
|
2714
|
+
moderation_state: {
|
2715
|
+
__typename: string;
|
2716
|
+
};
|
2717
|
+
};
|
2718
|
+
};
|
2719
|
+
};
|
2720
|
+
role: string;
|
2721
|
+
user_results: {
|
2722
|
+
result: {
|
2723
|
+
__typename: string;
|
2724
|
+
affiliates_highlighted_label: {};
|
2725
|
+
has_graduated_access: boolean;
|
2726
|
+
id: string;
|
2727
|
+
is_blue_verified: boolean;
|
2728
|
+
legacy: {
|
2729
|
+
can_dm: boolean;
|
2730
|
+
can_media_tag: boolean;
|
2731
|
+
created_at: string;
|
2732
|
+
default_profile: boolean;
|
2733
|
+
default_profile_image: boolean;
|
2734
|
+
description: string;
|
2735
|
+
entities: {
|
2736
|
+
description: {
|
2737
|
+
urls: unknown[];
|
2738
|
+
};
|
2739
|
+
url: {
|
2740
|
+
urls: {
|
2741
|
+
display_url: string;
|
2742
|
+
expanded_url: string;
|
2743
|
+
indices: number[];
|
2744
|
+
url: string;
|
2745
|
+
}[];
|
2746
|
+
};
|
2747
|
+
};
|
2748
|
+
fast_followers_count: number;
|
2749
|
+
favourites_count: number;
|
2750
|
+
followers_count: number;
|
2751
|
+
following: boolean;
|
2752
|
+
friends_count: number;
|
2753
|
+
has_custom_timelines: boolean;
|
2754
|
+
is_translator: boolean;
|
2755
|
+
listed_count: number;
|
2756
|
+
location: string;
|
2757
|
+
media_count: number;
|
2758
|
+
name: string;
|
2759
|
+
normal_followers_count: number;
|
2760
|
+
pinned_tweet_ids_str: string[];
|
2761
|
+
possibly_sensitive: boolean;
|
2762
|
+
profile_banner_url: string;
|
2763
|
+
profile_image_url_https: string;
|
2764
|
+
profile_interstitial_type: string;
|
2765
|
+
screen_name: string;
|
2766
|
+
statuses_count: number;
|
2767
|
+
translator_type: string;
|
2768
|
+
url: string;
|
2769
|
+
verified: boolean;
|
2770
|
+
want_retweets: boolean;
|
2771
|
+
withheld_in_countries: unknown[];
|
2772
|
+
};
|
2773
|
+
parody_commentary_fan_label: string;
|
2774
|
+
profile_image_shape: string;
|
2775
|
+
rest_id: string;
|
2776
|
+
tipjar_settings: {};
|
2777
|
+
};
|
2778
|
+
};
|
2779
|
+
};
|
2780
|
+
community_results?: {
|
2781
|
+
result: {
|
2782
|
+
__typename: string;
|
2783
|
+
id_str: string;
|
2784
|
+
viewer_relationship: {
|
2785
|
+
moderation_state: {
|
2786
|
+
__typename: string;
|
2787
|
+
};
|
2788
|
+
};
|
2789
|
+
};
|
2790
|
+
};
|
2791
|
+
};
|
2792
|
+
};
|
2793
|
+
};
|
2794
|
+
sharing_id: string;
|
2795
|
+
updated_at_ms: number;
|
2796
|
+
user_results: {
|
2797
|
+
result: {
|
1867
2798
|
__typename: string;
|
1868
2799
|
affiliates_highlighted_label: {
|
1869
2800
|
label?: {
|
@@ -1944,14 +2875,13 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1944
2875
|
translator_type: string;
|
1945
2876
|
url?: string;
|
1946
2877
|
verified: boolean;
|
2878
|
+
verified_type?: string;
|
1947
2879
|
want_retweets: boolean;
|
1948
2880
|
withheld_in_countries: unknown[];
|
1949
|
-
|
2881
|
+
protected?: boolean;
|
2882
|
+
blocking?: boolean;
|
1950
2883
|
};
|
1951
2884
|
parody_commentary_fan_label: string;
|
1952
|
-
profile_image_shape: string;
|
1953
|
-
rest_id: string;
|
1954
|
-
tipjar_settings: {};
|
1955
2885
|
professional?: {
|
1956
2886
|
category: {
|
1957
2887
|
icon_name: string;
|
@@ -1961,6 +2891,11 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
1961
2891
|
professional_type: string;
|
1962
2892
|
rest_id: string;
|
1963
2893
|
};
|
2894
|
+
profile_image_shape: string;
|
2895
|
+
rest_id: string;
|
2896
|
+
tipjar_settings: {
|
2897
|
+
is_enabled?: boolean;
|
2898
|
+
};
|
1964
2899
|
};
|
1965
2900
|
};
|
1966
2901
|
}[];
|