@book000/twitterts 0.58.28 → 0.59.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/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +3 -0
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/models/responses/custom/custom-entity-video-info-object.d.ts +1 -1
- package/dist/models/responses/custom/custom-entity-video-info-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +3551 -2634
- 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 +1384 -611
- 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 +8210 -7495
- 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 +2225 -2073
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +8203 -7844
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts +2 -2
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts +1307 -1372
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +10338 -9950
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/endpoints.d.ts +7 -9
- package/dist/models/responses/endpoints.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +533 -488
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +4876 -4159
- 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 +8560 -7939
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/likes-success.d.ts +1306 -1388
- package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-error.d.ts +8 -0
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-error.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-error.js +4 -0
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-error.js.map +1 -0
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts +1195 -1048
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +11 -11
- 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 +2661 -1865
- 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 +4289 -3025
- 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 +97 -84
- package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +19 -17
- 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 +6 -6
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +16644 -15254
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts +1 -1
- 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 +6054 -5327
- 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 +5213 -4407
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
3
3
|
data: {
|
|
4
4
|
audioSpace: {
|
|
5
|
-
metadata
|
|
5
|
+
metadata: {
|
|
6
6
|
rest_id: string;
|
|
7
7
|
state: string;
|
|
8
|
+
title?: string;
|
|
8
9
|
media_key: string;
|
|
9
10
|
created_at: number;
|
|
10
11
|
started_at?: number;
|
|
@@ -50,8 +51,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
50
51
|
};
|
|
51
52
|
url?: {
|
|
52
53
|
urls: {
|
|
53
|
-
display_url
|
|
54
|
-
expanded_url
|
|
54
|
+
display_url?: string;
|
|
55
|
+
expanded_url?: string;
|
|
55
56
|
url: string;
|
|
56
57
|
indices: number[];
|
|
57
58
|
}[];
|
|
@@ -80,9 +81,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
80
81
|
want_retweets: boolean;
|
|
81
82
|
withheld_in_countries: unknown[];
|
|
82
83
|
url?: string;
|
|
83
|
-
verified_type?: string;
|
|
84
84
|
following?: boolean;
|
|
85
|
-
|
|
85
|
+
verified_type?: string;
|
|
86
86
|
};
|
|
87
87
|
professional?: {
|
|
88
88
|
rest_id: string;
|
|
@@ -104,6 +104,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
104
104
|
is_muted: boolean;
|
|
105
105
|
is_space_available_for_clipping: boolean;
|
|
106
106
|
is_space_available_for_replay: boolean;
|
|
107
|
+
mentioned_users?: {
|
|
108
|
+
rest_id: string;
|
|
109
|
+
}[];
|
|
107
110
|
narrow_cast_space_type: number;
|
|
108
111
|
no_incognito?: boolean;
|
|
109
112
|
total_replay_watched: number;
|
|
@@ -153,8 +156,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
153
156
|
};
|
|
154
157
|
url?: {
|
|
155
158
|
urls: {
|
|
156
|
-
display_url
|
|
157
|
-
expanded_url
|
|
159
|
+
display_url?: string;
|
|
160
|
+
expanded_url?: string;
|
|
158
161
|
url: string;
|
|
159
162
|
indices: number[];
|
|
160
163
|
}[];
|
|
@@ -183,9 +186,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
183
186
|
want_retweets: boolean;
|
|
184
187
|
withheld_in_countries: unknown[];
|
|
185
188
|
url?: string;
|
|
186
|
-
verified_type?: string;
|
|
187
189
|
following?: boolean;
|
|
188
|
-
|
|
190
|
+
verified_type?: string;
|
|
189
191
|
};
|
|
190
192
|
professional?: {
|
|
191
193
|
rest_id: string;
|
|
@@ -228,8 +230,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
228
230
|
user_refs_results: unknown[];
|
|
229
231
|
};
|
|
230
232
|
};
|
|
231
|
-
voiceInfo
|
|
232
|
-
unmention_data
|
|
233
|
+
voiceInfo?: {};
|
|
234
|
+
unmention_data: {};
|
|
233
235
|
unified_card: {
|
|
234
236
|
card_fetch_state: string;
|
|
235
237
|
};
|
|
@@ -279,18 +281,14 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
279
281
|
};
|
|
280
282
|
};
|
|
281
283
|
};
|
|
282
|
-
title?: string;
|
|
283
|
-
replay_start_time?: number;
|
|
284
|
-
mentioned_users?: {
|
|
285
|
-
rest_id: string;
|
|
286
|
-
}[];
|
|
287
284
|
scheduled_start?: number;
|
|
285
|
+
replay_start_time?: number;
|
|
288
286
|
pending_admin_twitter_user_ids?: {
|
|
289
287
|
rest_id: string;
|
|
290
288
|
}[];
|
|
291
289
|
};
|
|
292
290
|
is_subscribed: boolean;
|
|
293
|
-
participants
|
|
291
|
+
participants: {
|
|
294
292
|
total: number;
|
|
295
293
|
admins: {
|
|
296
294
|
periscope_user_id: string;
|
|
@@ -364,8 +362,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
364
362
|
}[];
|
|
365
363
|
listeners: {
|
|
366
364
|
periscope_user_id: string;
|
|
365
|
+
start?: number;
|
|
367
366
|
twitter_screen_name: string;
|
|
368
|
-
display_name
|
|
367
|
+
display_name: string;
|
|
369
368
|
avatar_url: string;
|
|
370
369
|
is_verified: boolean;
|
|
371
370
|
is_muted_by_admin?: boolean;
|
|
@@ -415,10 +414,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
415
414
|
};
|
|
416
415
|
};
|
|
417
416
|
};
|
|
418
|
-
start?: number;
|
|
419
417
|
}[];
|
|
420
418
|
};
|
|
421
|
-
sharings
|
|
419
|
+
sharings: {
|
|
422
420
|
items: {
|
|
423
421
|
sharing_id: string;
|
|
424
422
|
created_at_ms: number;
|
|
@@ -490,16 +488,16 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
490
488
|
normal_followers_count: number;
|
|
491
489
|
pinned_tweet_ids_str: string[];
|
|
492
490
|
possibly_sensitive: boolean;
|
|
491
|
+
profile_banner_url?: string;
|
|
493
492
|
profile_image_url_https: string;
|
|
494
493
|
profile_interstitial_type: string;
|
|
495
494
|
screen_name: string;
|
|
496
495
|
statuses_count: number;
|
|
497
496
|
translator_type: string;
|
|
498
|
-
url?: string;
|
|
499
497
|
verified: boolean;
|
|
500
498
|
want_retweets: boolean;
|
|
501
499
|
withheld_in_countries: unknown[];
|
|
502
|
-
|
|
500
|
+
url?: string;
|
|
503
501
|
blocking?: boolean;
|
|
504
502
|
following?: boolean;
|
|
505
503
|
verified_type?: string;
|
|
@@ -513,146 +511,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
513
511
|
icon_name: string;
|
|
514
512
|
}[];
|
|
515
513
|
};
|
|
516
|
-
super_follow_eligible?: boolean;
|
|
517
514
|
has_nft_avatar?: boolean;
|
|
515
|
+
super_follow_eligible?: boolean;
|
|
518
516
|
};
|
|
519
517
|
};
|
|
520
518
|
};
|
|
521
|
-
card?: {
|
|
522
|
-
rest_id: string;
|
|
523
|
-
legacy: {
|
|
524
|
-
binding_values: {
|
|
525
|
-
key: string;
|
|
526
|
-
value: {
|
|
527
|
-
image_value?: {
|
|
528
|
-
alt?: string;
|
|
529
|
-
height: number;
|
|
530
|
-
width: number;
|
|
531
|
-
url: string;
|
|
532
|
-
};
|
|
533
|
-
type: string;
|
|
534
|
-
string_value?: string;
|
|
535
|
-
scribe_key?: string;
|
|
536
|
-
image_color_value?: {
|
|
537
|
-
palette: {
|
|
538
|
-
rgb: {
|
|
539
|
-
blue: number;
|
|
540
|
-
green: number;
|
|
541
|
-
red: number;
|
|
542
|
-
};
|
|
543
|
-
percentage: number;
|
|
544
|
-
}[];
|
|
545
|
-
};
|
|
546
|
-
user_value?: {
|
|
547
|
-
id_str: string;
|
|
548
|
-
path: unknown[];
|
|
549
|
-
};
|
|
550
|
-
boolean_value?: boolean;
|
|
551
|
-
};
|
|
552
|
-
}[];
|
|
553
|
-
card_platform: {
|
|
554
|
-
platform: {
|
|
555
|
-
audience: {
|
|
556
|
-
name: string;
|
|
557
|
-
};
|
|
558
|
-
device: {
|
|
559
|
-
name: string;
|
|
560
|
-
version: string;
|
|
561
|
-
};
|
|
562
|
-
};
|
|
563
|
-
};
|
|
564
|
-
name: string;
|
|
565
|
-
url: string;
|
|
566
|
-
user_refs_results: {
|
|
567
|
-
result: {
|
|
568
|
-
__typename: string;
|
|
569
|
-
id: string;
|
|
570
|
-
rest_id: string;
|
|
571
|
-
affiliates_highlighted_label: {
|
|
572
|
-
label?: {
|
|
573
|
-
url: {
|
|
574
|
-
url: string;
|
|
575
|
-
urlType: string;
|
|
576
|
-
};
|
|
577
|
-
badge: {
|
|
578
|
-
url: string;
|
|
579
|
-
};
|
|
580
|
-
description: string;
|
|
581
|
-
userLabelType: string;
|
|
582
|
-
userLabelDisplayType: string;
|
|
583
|
-
};
|
|
584
|
-
};
|
|
585
|
-
has_graduated_access: boolean;
|
|
586
|
-
is_blue_verified: boolean;
|
|
587
|
-
profile_image_shape: string;
|
|
588
|
-
legacy: {
|
|
589
|
-
blocking?: boolean;
|
|
590
|
-
can_dm: boolean;
|
|
591
|
-
can_media_tag: boolean;
|
|
592
|
-
created_at: string;
|
|
593
|
-
default_profile: boolean;
|
|
594
|
-
default_profile_image: boolean;
|
|
595
|
-
description: string;
|
|
596
|
-
entities: {
|
|
597
|
-
description: {
|
|
598
|
-
urls: {
|
|
599
|
-
display_url: string;
|
|
600
|
-
expanded_url: string;
|
|
601
|
-
url: string;
|
|
602
|
-
indices: number[];
|
|
603
|
-
}[];
|
|
604
|
-
};
|
|
605
|
-
url: {
|
|
606
|
-
urls: {
|
|
607
|
-
display_url: string;
|
|
608
|
-
expanded_url: string;
|
|
609
|
-
url: string;
|
|
610
|
-
indices: number[];
|
|
611
|
-
}[];
|
|
612
|
-
};
|
|
613
|
-
};
|
|
614
|
-
fast_followers_count: number;
|
|
615
|
-
favourites_count: number;
|
|
616
|
-
followers_count: number;
|
|
617
|
-
friends_count: number;
|
|
618
|
-
has_custom_timelines: boolean;
|
|
619
|
-
is_translator: boolean;
|
|
620
|
-
listed_count: number;
|
|
621
|
-
location: string;
|
|
622
|
-
media_count: number;
|
|
623
|
-
name: string;
|
|
624
|
-
normal_followers_count: number;
|
|
625
|
-
pinned_tweet_ids_str: string[];
|
|
626
|
-
possibly_sensitive: boolean;
|
|
627
|
-
profile_banner_url: string;
|
|
628
|
-
profile_image_url_https: string;
|
|
629
|
-
profile_interstitial_type: string;
|
|
630
|
-
screen_name: string;
|
|
631
|
-
statuses_count: number;
|
|
632
|
-
translator_type: string;
|
|
633
|
-
url: string;
|
|
634
|
-
verified: boolean;
|
|
635
|
-
verified_type?: string;
|
|
636
|
-
want_retweets: boolean;
|
|
637
|
-
withheld_in_countries: unknown[];
|
|
638
|
-
};
|
|
639
|
-
professional?: {
|
|
640
|
-
rest_id: string;
|
|
641
|
-
professional_type: string;
|
|
642
|
-
category: {
|
|
643
|
-
id: number;
|
|
644
|
-
name: string;
|
|
645
|
-
icon_name: string;
|
|
646
|
-
}[];
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
}[];
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
519
|
unmention_data?: {};
|
|
653
|
-
unified_card?: {
|
|
654
|
-
card_fetch_state: string;
|
|
655
|
-
};
|
|
656
520
|
edit_control?: {
|
|
657
521
|
edit_tweet_ids?: string[];
|
|
658
522
|
editable_until_msecs?: string;
|
|
@@ -807,10 +671,11 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
807
671
|
favorite_count: number;
|
|
808
672
|
favorited: boolean;
|
|
809
673
|
full_text: string;
|
|
674
|
+
in_reply_to_screen_name?: string;
|
|
675
|
+
in_reply_to_status_id_str?: string;
|
|
676
|
+
in_reply_to_user_id_str?: string;
|
|
810
677
|
is_quote_status: boolean;
|
|
811
678
|
lang: string;
|
|
812
|
-
possibly_sensitive?: boolean;
|
|
813
|
-
possibly_sensitive_editable?: boolean;
|
|
814
679
|
quote_count: number;
|
|
815
680
|
reply_count: number;
|
|
816
681
|
retweet_count: number;
|
|
@@ -922,15 +787,27 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
922
787
|
};
|
|
923
788
|
}[];
|
|
924
789
|
};
|
|
790
|
+
possibly_sensitive?: boolean;
|
|
791
|
+
possibly_sensitive_editable?: boolean;
|
|
925
792
|
quoted_status_id_str?: string;
|
|
926
793
|
quoted_status_permalink?: {
|
|
927
794
|
url: string;
|
|
928
795
|
expanded: string;
|
|
929
796
|
display: string;
|
|
930
797
|
};
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
798
|
+
place?: {
|
|
799
|
+
bounding_box: {
|
|
800
|
+
coordinates: number[][][];
|
|
801
|
+
type: string;
|
|
802
|
+
};
|
|
803
|
+
country: string;
|
|
804
|
+
country_code: string;
|
|
805
|
+
full_name: string;
|
|
806
|
+
name: string;
|
|
807
|
+
id: string;
|
|
808
|
+
place_type: string;
|
|
809
|
+
url: string;
|
|
810
|
+
};
|
|
934
811
|
conversation_control?: {
|
|
935
812
|
policy: string;
|
|
936
813
|
conversation_owner_results: {
|
|
@@ -944,87 +821,389 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
944
821
|
};
|
|
945
822
|
limited_actions?: string;
|
|
946
823
|
};
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
824
|
+
previous_counts?: {
|
|
825
|
+
bookmark_count: number;
|
|
826
|
+
favorite_count: number;
|
|
827
|
+
quote_count: number;
|
|
828
|
+
reply_count: number;
|
|
829
|
+
retweet_count: number;
|
|
830
|
+
};
|
|
831
|
+
note_tweet?: {
|
|
832
|
+
is_expandable: boolean;
|
|
833
|
+
note_tweet_results: {
|
|
834
|
+
result: {
|
|
835
|
+
id: string;
|
|
836
|
+
text: string;
|
|
837
|
+
entity_set: {
|
|
838
|
+
hashtags: {
|
|
839
|
+
indices: number[];
|
|
840
|
+
text: string;
|
|
841
|
+
}[];
|
|
842
|
+
symbols: {
|
|
843
|
+
indices: number[];
|
|
844
|
+
text: string;
|
|
845
|
+
}[];
|
|
846
|
+
urls: {
|
|
847
|
+
display_url: string;
|
|
848
|
+
expanded_url: string;
|
|
849
|
+
url: string;
|
|
850
|
+
indices: number[];
|
|
851
|
+
}[];
|
|
852
|
+
user_mentions: {
|
|
853
|
+
id_str: string;
|
|
854
|
+
name: string;
|
|
855
|
+
screen_name: string;
|
|
856
|
+
indices: number[];
|
|
857
|
+
}[];
|
|
858
|
+
timestamps?: unknown[];
|
|
859
|
+
};
|
|
860
|
+
richtext?: {
|
|
861
|
+
richtext_tags: {
|
|
862
|
+
from_index: number;
|
|
863
|
+
to_index: number;
|
|
864
|
+
richtext_types: string[];
|
|
865
|
+
}[];
|
|
866
|
+
};
|
|
867
|
+
media?: {
|
|
868
|
+
inline_media: {
|
|
869
|
+
media_id: string;
|
|
870
|
+
index: number;
|
|
871
|
+
}[];
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
};
|
|
875
|
+
};
|
|
876
|
+
card?: {
|
|
877
|
+
rest_id: string;
|
|
878
|
+
legacy: {
|
|
879
|
+
binding_values: {
|
|
880
|
+
key: string;
|
|
881
|
+
value: {
|
|
882
|
+
string_value?: string;
|
|
883
|
+
type: string;
|
|
884
|
+
scribe_key?: string;
|
|
885
|
+
image_value?: {
|
|
886
|
+
height: number;
|
|
887
|
+
width: number;
|
|
888
|
+
url: string;
|
|
889
|
+
alt?: string;
|
|
890
|
+
};
|
|
891
|
+
user_value?: {
|
|
892
|
+
id_str: string;
|
|
893
|
+
path: unknown[];
|
|
894
|
+
};
|
|
895
|
+
image_color_value?: {
|
|
896
|
+
palette: {
|
|
897
|
+
rgb: {
|
|
898
|
+
blue: number;
|
|
899
|
+
green: number;
|
|
900
|
+
red: number;
|
|
901
|
+
};
|
|
902
|
+
percentage: number;
|
|
903
|
+
}[];
|
|
904
|
+
};
|
|
905
|
+
boolean_value?: boolean;
|
|
906
|
+
};
|
|
907
|
+
}[];
|
|
908
|
+
card_platform: {
|
|
909
|
+
platform: {
|
|
910
|
+
audience: {
|
|
911
|
+
name: string;
|
|
912
|
+
};
|
|
913
|
+
device: {
|
|
914
|
+
name: string;
|
|
915
|
+
version: string;
|
|
916
|
+
};
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
name: string;
|
|
920
|
+
url: string;
|
|
921
|
+
user_refs_results: {
|
|
922
|
+
result: {
|
|
923
|
+
__typename: string;
|
|
924
|
+
id: string;
|
|
925
|
+
rest_id: string;
|
|
926
|
+
affiliates_highlighted_label: {
|
|
927
|
+
label?: {
|
|
928
|
+
url: {
|
|
929
|
+
url: string;
|
|
930
|
+
urlType: string;
|
|
931
|
+
};
|
|
932
|
+
badge: {
|
|
933
|
+
url: string;
|
|
934
|
+
};
|
|
935
|
+
description: string;
|
|
936
|
+
userLabelType: string;
|
|
937
|
+
userLabelDisplayType: string;
|
|
938
|
+
};
|
|
939
|
+
};
|
|
940
|
+
has_graduated_access: boolean;
|
|
941
|
+
is_blue_verified: boolean;
|
|
942
|
+
profile_image_shape: string;
|
|
943
|
+
legacy: {
|
|
944
|
+
can_dm: boolean;
|
|
945
|
+
can_media_tag: boolean;
|
|
946
|
+
created_at: string;
|
|
947
|
+
default_profile: boolean;
|
|
948
|
+
default_profile_image: boolean;
|
|
949
|
+
description: string;
|
|
950
|
+
entities: {
|
|
951
|
+
description: {
|
|
952
|
+
urls: {
|
|
953
|
+
display_url: string;
|
|
954
|
+
expanded_url: string;
|
|
955
|
+
url: string;
|
|
956
|
+
indices: number[];
|
|
957
|
+
}[];
|
|
958
|
+
};
|
|
959
|
+
url: {
|
|
960
|
+
urls: {
|
|
961
|
+
display_url: string;
|
|
962
|
+
expanded_url: string;
|
|
963
|
+
url: string;
|
|
964
|
+
indices: number[];
|
|
965
|
+
}[];
|
|
966
|
+
};
|
|
967
|
+
};
|
|
968
|
+
fast_followers_count: number;
|
|
969
|
+
favourites_count: number;
|
|
970
|
+
followers_count: number;
|
|
971
|
+
friends_count: number;
|
|
972
|
+
has_custom_timelines: boolean;
|
|
973
|
+
is_translator: boolean;
|
|
974
|
+
listed_count: number;
|
|
975
|
+
location: string;
|
|
976
|
+
media_count: number;
|
|
977
|
+
name: string;
|
|
978
|
+
normal_followers_count: number;
|
|
979
|
+
pinned_tweet_ids_str: string[];
|
|
980
|
+
possibly_sensitive: boolean;
|
|
981
|
+
profile_banner_url: string;
|
|
982
|
+
profile_image_url_https: string;
|
|
983
|
+
profile_interstitial_type: string;
|
|
984
|
+
screen_name: string;
|
|
985
|
+
statuses_count: number;
|
|
986
|
+
translator_type: string;
|
|
987
|
+
url: string;
|
|
988
|
+
verified: boolean;
|
|
989
|
+
verified_type?: string;
|
|
990
|
+
want_retweets: boolean;
|
|
991
|
+
withheld_in_countries: unknown[];
|
|
992
|
+
blocking?: boolean;
|
|
993
|
+
following?: boolean;
|
|
994
|
+
};
|
|
995
|
+
professional?: {
|
|
996
|
+
rest_id: string;
|
|
997
|
+
professional_type: string;
|
|
998
|
+
category: {
|
|
999
|
+
id: number;
|
|
1000
|
+
name: string;
|
|
1001
|
+
icon_name: string;
|
|
1002
|
+
}[];
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
}[];
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
voiceInfo?: {};
|
|
1009
|
+
unified_card?: {
|
|
1010
|
+
card_fetch_state: string;
|
|
1011
|
+
};
|
|
1012
|
+
quoted_status_result?: {
|
|
1013
|
+
result?: {
|
|
1014
|
+
__typename: string;
|
|
1015
|
+
rest_id: string;
|
|
1016
|
+
core: {
|
|
1017
|
+
user_results: {
|
|
1018
|
+
result: {
|
|
1019
|
+
__typename: string;
|
|
1020
|
+
id: string;
|
|
1021
|
+
rest_id: string;
|
|
1022
|
+
affiliates_highlighted_label: {};
|
|
1023
|
+
has_graduated_access: boolean;
|
|
1024
|
+
is_blue_verified: boolean;
|
|
1025
|
+
profile_image_shape: string;
|
|
1026
|
+
legacy: {
|
|
1027
|
+
can_dm: boolean;
|
|
1028
|
+
can_media_tag: boolean;
|
|
1029
|
+
created_at: string;
|
|
1030
|
+
default_profile: boolean;
|
|
1031
|
+
default_profile_image: boolean;
|
|
1032
|
+
description: string;
|
|
1033
|
+
entities: {
|
|
1034
|
+
description: {
|
|
1035
|
+
urls: {
|
|
1036
|
+
display_url: string;
|
|
1037
|
+
expanded_url: string;
|
|
1038
|
+
url: string;
|
|
1039
|
+
indices: number[];
|
|
1040
|
+
}[];
|
|
1041
|
+
};
|
|
1042
|
+
url?: {
|
|
1043
|
+
urls: {
|
|
1044
|
+
display_url: string;
|
|
1045
|
+
expanded_url: string;
|
|
1046
|
+
url: string;
|
|
1047
|
+
indices: number[];
|
|
1048
|
+
}[];
|
|
1049
|
+
};
|
|
1050
|
+
};
|
|
1051
|
+
fast_followers_count: number;
|
|
1052
|
+
favourites_count: number;
|
|
1053
|
+
followers_count: number;
|
|
1054
|
+
friends_count: number;
|
|
1055
|
+
has_custom_timelines: boolean;
|
|
1056
|
+
is_translator: boolean;
|
|
1057
|
+
listed_count: number;
|
|
1058
|
+
location: string;
|
|
1059
|
+
media_count: number;
|
|
1060
|
+
name: string;
|
|
1061
|
+
normal_followers_count: number;
|
|
1062
|
+
pinned_tweet_ids_str: string[];
|
|
1063
|
+
possibly_sensitive: boolean;
|
|
1064
|
+
profile_banner_url?: string;
|
|
1065
|
+
profile_image_url_https: string;
|
|
1066
|
+
profile_interstitial_type: string;
|
|
1067
|
+
screen_name: string;
|
|
1068
|
+
statuses_count: number;
|
|
1069
|
+
translator_type: string;
|
|
1070
|
+
url?: string;
|
|
1071
|
+
verified: boolean;
|
|
1072
|
+
want_retweets: boolean;
|
|
1073
|
+
withheld_in_countries: unknown[];
|
|
1074
|
+
verified_type?: string;
|
|
1075
|
+
};
|
|
1076
|
+
professional?: {
|
|
1077
|
+
rest_id: string;
|
|
1078
|
+
professional_type: string;
|
|
1079
|
+
category: {
|
|
1080
|
+
id: number;
|
|
1081
|
+
name: string;
|
|
1082
|
+
icon_name: string;
|
|
1083
|
+
}[];
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
card?: {
|
|
1089
|
+
rest_id: string;
|
|
1090
|
+
legacy: {
|
|
1091
|
+
binding_values: {
|
|
1092
|
+
key: string;
|
|
1093
|
+
value: {
|
|
1094
|
+
string_value?: string;
|
|
1095
|
+
type: string;
|
|
1096
|
+
scribe_key?: string;
|
|
1097
|
+
image_value?: {
|
|
1098
|
+
height: number;
|
|
1099
|
+
width: number;
|
|
1100
|
+
url: string;
|
|
1101
|
+
};
|
|
1102
|
+
user_value?: {
|
|
1103
|
+
id_str: string;
|
|
1104
|
+
path: unknown[];
|
|
1105
|
+
};
|
|
1106
|
+
image_color_value?: {
|
|
1107
|
+
palette: {
|
|
1108
|
+
rgb: {
|
|
1109
|
+
blue: number;
|
|
1110
|
+
green: number;
|
|
1111
|
+
red: number;
|
|
1112
|
+
};
|
|
1113
|
+
percentage: number;
|
|
1114
|
+
}[];
|
|
1115
|
+
};
|
|
1116
|
+
};
|
|
1117
|
+
}[];
|
|
1118
|
+
card_platform: {
|
|
1119
|
+
platform: {
|
|
1120
|
+
audience: {
|
|
1121
|
+
name: string;
|
|
1122
|
+
};
|
|
1123
|
+
device: {
|
|
1124
|
+
name: string;
|
|
1125
|
+
version: string;
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
};
|
|
1129
|
+
name: string;
|
|
1130
|
+
url: string;
|
|
1131
|
+
user_refs_results: {
|
|
1132
|
+
result: {
|
|
1133
|
+
__typename: string;
|
|
1134
|
+
id: string;
|
|
1135
|
+
rest_id: string;
|
|
1136
|
+
affiliates_highlighted_label: {};
|
|
1137
|
+
has_graduated_access: boolean;
|
|
1138
|
+
is_blue_verified: boolean;
|
|
1139
|
+
profile_image_shape: string;
|
|
1140
|
+
legacy: {
|
|
1141
|
+
blocking: boolean;
|
|
1142
|
+
can_dm: boolean;
|
|
1143
|
+
can_media_tag: boolean;
|
|
1144
|
+
created_at: string;
|
|
1145
|
+
default_profile: boolean;
|
|
1146
|
+
default_profile_image: boolean;
|
|
1147
|
+
description: string;
|
|
1148
|
+
entities: {
|
|
1149
|
+
description: {
|
|
1150
|
+
urls: unknown[];
|
|
1151
|
+
};
|
|
1152
|
+
url: {
|
|
1153
|
+
urls: {
|
|
1154
|
+
display_url: string;
|
|
1155
|
+
expanded_url: string;
|
|
1156
|
+
url: string;
|
|
1157
|
+
indices: number[];
|
|
1158
|
+
}[];
|
|
1159
|
+
};
|
|
1160
|
+
};
|
|
1161
|
+
fast_followers_count: number;
|
|
1162
|
+
favourites_count: number;
|
|
1163
|
+
followers_count: number;
|
|
1164
|
+
friends_count: number;
|
|
1165
|
+
has_custom_timelines: boolean;
|
|
1166
|
+
is_translator: boolean;
|
|
1167
|
+
listed_count: number;
|
|
1168
|
+
location: string;
|
|
1169
|
+
media_count: number;
|
|
1170
|
+
name: string;
|
|
1171
|
+
normal_followers_count: number;
|
|
1172
|
+
pinned_tweet_ids_str: string[];
|
|
1173
|
+
possibly_sensitive: boolean;
|
|
1174
|
+
profile_banner_url: string;
|
|
1175
|
+
profile_image_url_https: string;
|
|
1176
|
+
profile_interstitial_type: string;
|
|
1177
|
+
screen_name: string;
|
|
1178
|
+
statuses_count: number;
|
|
1179
|
+
translator_type: string;
|
|
1180
|
+
url: string;
|
|
1181
|
+
verified: boolean;
|
|
1182
|
+
verified_type: string;
|
|
1183
|
+
want_retweets: boolean;
|
|
1184
|
+
withheld_in_countries: unknown[];
|
|
1185
|
+
};
|
|
1186
|
+
professional: {
|
|
1187
|
+
rest_id: string;
|
|
1188
|
+
professional_type: string;
|
|
1189
|
+
category: {
|
|
1190
|
+
id: number;
|
|
1191
|
+
name: string;
|
|
1192
|
+
icon_name: string;
|
|
1193
|
+
}[];
|
|
1194
|
+
};
|
|
1195
|
+
};
|
|
1196
|
+
}[];
|
|
1197
|
+
};
|
|
1198
|
+
};
|
|
1199
|
+
unmention_data: {};
|
|
1200
|
+
unified_card?: {
|
|
1201
|
+
card_fetch_state: string;
|
|
1202
|
+
};
|
|
1203
|
+
edit_control: {
|
|
1204
|
+
edit_tweet_ids?: string[];
|
|
1205
|
+
editable_until_msecs?: string;
|
|
1206
|
+
is_edit_eligible?: boolean;
|
|
1028
1207
|
edits_remaining?: string;
|
|
1029
1208
|
initial_tweet_id?: string;
|
|
1030
1209
|
edit_control_initial?: {
|
|
@@ -1077,54 +1256,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1077
1256
|
media_url_https: string;
|
|
1078
1257
|
type: string;
|
|
1079
1258
|
url: string;
|
|
1080
|
-
additional_media_info?: {
|
|
1081
|
-
monetizable: boolean;
|
|
1082
|
-
};
|
|
1083
1259
|
ext_media_availability: {
|
|
1084
1260
|
status: string;
|
|
1085
1261
|
};
|
|
1086
|
-
sizes: {
|
|
1087
|
-
large: {
|
|
1088
|
-
h: number;
|
|
1089
|
-
w: number;
|
|
1090
|
-
resize: string;
|
|
1091
|
-
};
|
|
1092
|
-
medium: {
|
|
1093
|
-
h: number;
|
|
1094
|
-
w: number;
|
|
1095
|
-
resize: string;
|
|
1096
|
-
};
|
|
1097
|
-
small: {
|
|
1098
|
-
h: number;
|
|
1099
|
-
w: number;
|
|
1100
|
-
resize: string;
|
|
1101
|
-
};
|
|
1102
|
-
thumb: {
|
|
1103
|
-
h: number;
|
|
1104
|
-
w: number;
|
|
1105
|
-
resize: string;
|
|
1106
|
-
};
|
|
1107
|
-
};
|
|
1108
|
-
original_info: {
|
|
1109
|
-
height: number;
|
|
1110
|
-
width: number;
|
|
1111
|
-
focus_rects: {
|
|
1112
|
-
x: number;
|
|
1113
|
-
y: number;
|
|
1114
|
-
w: number;
|
|
1115
|
-
h: number;
|
|
1116
|
-
}[];
|
|
1117
|
-
};
|
|
1118
|
-
video_info?: {
|
|
1119
|
-
aspect_ratio: number[];
|
|
1120
|
-
duration_millis?: number;
|
|
1121
|
-
variants: {
|
|
1122
|
-
bitrate?: number;
|
|
1123
|
-
content_type: string;
|
|
1124
|
-
url: string;
|
|
1125
|
-
}[];
|
|
1126
|
-
};
|
|
1127
|
-
ext_alt_text?: string;
|
|
1128
1262
|
features?: {
|
|
1129
1263
|
large: {
|
|
1130
1264
|
faces: {
|
|
@@ -1157,38 +1291,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1157
1291
|
h: number;
|
|
1158
1292
|
w: number;
|
|
1159
1293
|
}[];
|
|
1160
|
-
};
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
quote_count: number;
|
|
1170
|
-
reply_count: number;
|
|
1171
|
-
retweet_count: number;
|
|
1172
|
-
retweeted: boolean;
|
|
1173
|
-
user_id_str: string;
|
|
1174
|
-
id_str: string;
|
|
1175
|
-
possibly_sensitive?: boolean;
|
|
1176
|
-
possibly_sensitive_editable?: boolean;
|
|
1177
|
-
extended_entities?: {
|
|
1178
|
-
media: {
|
|
1179
|
-
display_url: string;
|
|
1180
|
-
expanded_url: string;
|
|
1181
|
-
id_str: string;
|
|
1182
|
-
indices: number[];
|
|
1183
|
-
media_key: string;
|
|
1184
|
-
media_url_https: string;
|
|
1185
|
-
type: string;
|
|
1186
|
-
url: string;
|
|
1187
|
-
additional_media_info?: {
|
|
1188
|
-
monetizable: boolean;
|
|
1189
|
-
};
|
|
1190
|
-
ext_media_availability: {
|
|
1191
|
-
status: string;
|
|
1294
|
+
};
|
|
1295
|
+
all?: {
|
|
1296
|
+
tags: {
|
|
1297
|
+
user_id: string;
|
|
1298
|
+
name: string;
|
|
1299
|
+
screen_name: string;
|
|
1300
|
+
type: string;
|
|
1301
|
+
}[];
|
|
1302
|
+
};
|
|
1192
1303
|
};
|
|
1193
1304
|
sizes: {
|
|
1194
1305
|
large: {
|
|
@@ -1222,6 +1333,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1222
1333
|
h: number;
|
|
1223
1334
|
}[];
|
|
1224
1335
|
};
|
|
1336
|
+
additional_media_info?: {
|
|
1337
|
+
monetizable: boolean;
|
|
1338
|
+
};
|
|
1225
1339
|
video_info?: {
|
|
1226
1340
|
aspect_ratio: number[];
|
|
1227
1341
|
duration_millis?: number;
|
|
@@ -1232,6 +1346,34 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1232
1346
|
}[];
|
|
1233
1347
|
};
|
|
1234
1348
|
ext_alt_text?: string;
|
|
1349
|
+
}[];
|
|
1350
|
+
};
|
|
1351
|
+
favorite_count: number;
|
|
1352
|
+
favorited: boolean;
|
|
1353
|
+
full_text: string;
|
|
1354
|
+
is_quote_status: boolean;
|
|
1355
|
+
lang: string;
|
|
1356
|
+
possibly_sensitive?: boolean;
|
|
1357
|
+
possibly_sensitive_editable?: boolean;
|
|
1358
|
+
quote_count: number;
|
|
1359
|
+
reply_count: number;
|
|
1360
|
+
retweet_count: number;
|
|
1361
|
+
retweeted: boolean;
|
|
1362
|
+
user_id_str: string;
|
|
1363
|
+
id_str: string;
|
|
1364
|
+
extended_entities?: {
|
|
1365
|
+
media: {
|
|
1366
|
+
display_url: string;
|
|
1367
|
+
expanded_url: string;
|
|
1368
|
+
id_str: string;
|
|
1369
|
+
indices: number[];
|
|
1370
|
+
media_key: string;
|
|
1371
|
+
media_url_https: string;
|
|
1372
|
+
type: string;
|
|
1373
|
+
url: string;
|
|
1374
|
+
ext_media_availability: {
|
|
1375
|
+
status: string;
|
|
1376
|
+
};
|
|
1235
1377
|
features?: {
|
|
1236
1378
|
large: {
|
|
1237
1379
|
faces: {
|
|
@@ -1265,12 +1407,78 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1265
1407
|
w: number;
|
|
1266
1408
|
}[];
|
|
1267
1409
|
};
|
|
1410
|
+
all?: {
|
|
1411
|
+
tags: {
|
|
1412
|
+
user_id: string;
|
|
1413
|
+
name: string;
|
|
1414
|
+
screen_name: string;
|
|
1415
|
+
type: string;
|
|
1416
|
+
}[];
|
|
1417
|
+
};
|
|
1418
|
+
};
|
|
1419
|
+
sizes: {
|
|
1420
|
+
large: {
|
|
1421
|
+
h: number;
|
|
1422
|
+
w: number;
|
|
1423
|
+
resize: string;
|
|
1424
|
+
};
|
|
1425
|
+
medium: {
|
|
1426
|
+
h: number;
|
|
1427
|
+
w: number;
|
|
1428
|
+
resize: string;
|
|
1429
|
+
};
|
|
1430
|
+
small: {
|
|
1431
|
+
h: number;
|
|
1432
|
+
w: number;
|
|
1433
|
+
resize: string;
|
|
1434
|
+
};
|
|
1435
|
+
thumb: {
|
|
1436
|
+
h: number;
|
|
1437
|
+
w: number;
|
|
1438
|
+
resize: string;
|
|
1439
|
+
};
|
|
1440
|
+
};
|
|
1441
|
+
original_info: {
|
|
1442
|
+
height: number;
|
|
1443
|
+
width: number;
|
|
1444
|
+
focus_rects: {
|
|
1445
|
+
x: number;
|
|
1446
|
+
y: number;
|
|
1447
|
+
w: number;
|
|
1448
|
+
h: number;
|
|
1449
|
+
}[];
|
|
1450
|
+
};
|
|
1451
|
+
additional_media_info?: {
|
|
1452
|
+
monetizable: boolean;
|
|
1453
|
+
};
|
|
1454
|
+
video_info?: {
|
|
1455
|
+
aspect_ratio: number[];
|
|
1456
|
+
duration_millis?: number;
|
|
1457
|
+
variants: {
|
|
1458
|
+
bitrate?: number;
|
|
1459
|
+
content_type: string;
|
|
1460
|
+
url: string;
|
|
1461
|
+
}[];
|
|
1268
1462
|
};
|
|
1463
|
+
ext_alt_text?: string;
|
|
1269
1464
|
}[];
|
|
1270
1465
|
};
|
|
1271
1466
|
in_reply_to_screen_name?: string;
|
|
1272
1467
|
in_reply_to_status_id_str?: string;
|
|
1273
1468
|
in_reply_to_user_id_str?: string;
|
|
1469
|
+
place?: {
|
|
1470
|
+
bounding_box: {
|
|
1471
|
+
coordinates: number[][][];
|
|
1472
|
+
type: string;
|
|
1473
|
+
};
|
|
1474
|
+
country: string;
|
|
1475
|
+
country_code: string;
|
|
1476
|
+
full_name: string;
|
|
1477
|
+
name: string;
|
|
1478
|
+
id: string;
|
|
1479
|
+
place_type: string;
|
|
1480
|
+
url: string;
|
|
1481
|
+
};
|
|
1274
1482
|
quoted_status_id_str?: string;
|
|
1275
1483
|
quoted_status_permalink?: {
|
|
1276
1484
|
url: string;
|
|
@@ -1278,120 +1486,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1278
1486
|
display: string;
|
|
1279
1487
|
};
|
|
1280
1488
|
};
|
|
1281
|
-
card?: {
|
|
1282
|
-
rest_id: string;
|
|
1283
|
-
legacy: {
|
|
1284
|
-
binding_values: {
|
|
1285
|
-
key: string;
|
|
1286
|
-
value: {
|
|
1287
|
-
string_value?: string;
|
|
1288
|
-
type: string;
|
|
1289
|
-
image_value?: {
|
|
1290
|
-
height: number;
|
|
1291
|
-
width: number;
|
|
1292
|
-
url: string;
|
|
1293
|
-
};
|
|
1294
|
-
scribe_key?: string;
|
|
1295
|
-
user_value?: {
|
|
1296
|
-
id_str: string;
|
|
1297
|
-
path: unknown[];
|
|
1298
|
-
};
|
|
1299
|
-
image_color_value?: {
|
|
1300
|
-
palette: {
|
|
1301
|
-
rgb: {
|
|
1302
|
-
blue: number;
|
|
1303
|
-
green: number;
|
|
1304
|
-
red: number;
|
|
1305
|
-
};
|
|
1306
|
-
percentage: number;
|
|
1307
|
-
}[];
|
|
1308
|
-
};
|
|
1309
|
-
};
|
|
1310
|
-
}[];
|
|
1311
|
-
card_platform: {
|
|
1312
|
-
platform: {
|
|
1313
|
-
audience: {
|
|
1314
|
-
name: string;
|
|
1315
|
-
};
|
|
1316
|
-
device: {
|
|
1317
|
-
name: string;
|
|
1318
|
-
version: string;
|
|
1319
|
-
};
|
|
1320
|
-
};
|
|
1321
|
-
};
|
|
1322
|
-
name: string;
|
|
1323
|
-
url: string;
|
|
1324
|
-
user_refs_results: {
|
|
1325
|
-
result: {
|
|
1326
|
-
__typename: string;
|
|
1327
|
-
id: string;
|
|
1328
|
-
rest_id: string;
|
|
1329
|
-
affiliates_highlighted_label: {};
|
|
1330
|
-
has_graduated_access: boolean;
|
|
1331
|
-
is_blue_verified: boolean;
|
|
1332
|
-
profile_image_shape: string;
|
|
1333
|
-
legacy: {
|
|
1334
|
-
blocking: boolean;
|
|
1335
|
-
can_dm: boolean;
|
|
1336
|
-
can_media_tag: boolean;
|
|
1337
|
-
created_at: string;
|
|
1338
|
-
default_profile: boolean;
|
|
1339
|
-
default_profile_image: boolean;
|
|
1340
|
-
description: string;
|
|
1341
|
-
entities: {
|
|
1342
|
-
description: {
|
|
1343
|
-
urls: unknown[];
|
|
1344
|
-
};
|
|
1345
|
-
url: {
|
|
1346
|
-
urls: {
|
|
1347
|
-
display_url: string;
|
|
1348
|
-
expanded_url: string;
|
|
1349
|
-
url: string;
|
|
1350
|
-
indices: number[];
|
|
1351
|
-
}[];
|
|
1352
|
-
};
|
|
1353
|
-
};
|
|
1354
|
-
fast_followers_count: number;
|
|
1355
|
-
favourites_count: number;
|
|
1356
|
-
followers_count: number;
|
|
1357
|
-
friends_count: number;
|
|
1358
|
-
has_custom_timelines: boolean;
|
|
1359
|
-
is_translator: boolean;
|
|
1360
|
-
listed_count: number;
|
|
1361
|
-
location: string;
|
|
1362
|
-
media_count: number;
|
|
1363
|
-
name: string;
|
|
1364
|
-
normal_followers_count: number;
|
|
1365
|
-
pinned_tweet_ids_str: string[];
|
|
1366
|
-
possibly_sensitive: boolean;
|
|
1367
|
-
profile_banner_url: string;
|
|
1368
|
-
profile_image_url_https: string;
|
|
1369
|
-
profile_interstitial_type: string;
|
|
1370
|
-
screen_name: string;
|
|
1371
|
-
statuses_count: number;
|
|
1372
|
-
translator_type: string;
|
|
1373
|
-
url: string;
|
|
1374
|
-
verified: boolean;
|
|
1375
|
-
verified_type: string;
|
|
1376
|
-
want_retweets: boolean;
|
|
1377
|
-
withheld_in_countries: unknown[];
|
|
1378
|
-
};
|
|
1379
|
-
professional: {
|
|
1380
|
-
rest_id: string;
|
|
1381
|
-
professional_type: string;
|
|
1382
|
-
category: {
|
|
1383
|
-
id: number;
|
|
1384
|
-
name: string;
|
|
1385
|
-
icon_name: string;
|
|
1386
|
-
}[];
|
|
1387
|
-
};
|
|
1388
|
-
};
|
|
1389
|
-
}[];
|
|
1390
|
-
};
|
|
1391
|
-
};
|
|
1392
|
-
unified_card?: {
|
|
1393
|
-
card_fetch_state: string;
|
|
1394
|
-
};
|
|
1395
1489
|
previous_counts?: {
|
|
1396
1490
|
bookmark_count: number;
|
|
1397
1491
|
favorite_count: number;
|
|
@@ -1425,14 +1519,14 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1425
1519
|
indices: number[];
|
|
1426
1520
|
}[];
|
|
1427
1521
|
};
|
|
1428
|
-
richtext
|
|
1522
|
+
richtext: {
|
|
1429
1523
|
richtext_tags: {
|
|
1430
1524
|
from_index: number;
|
|
1431
1525
|
to_index: number;
|
|
1432
1526
|
richtext_types: string[];
|
|
1433
1527
|
}[];
|
|
1434
1528
|
};
|
|
1435
|
-
media
|
|
1529
|
+
media: {
|
|
1436
1530
|
inline_media: unknown[];
|
|
1437
1531
|
};
|
|
1438
1532
|
};
|
|
@@ -1446,56 +1540,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1446
1540
|
};
|
|
1447
1541
|
};
|
|
1448
1542
|
};
|
|
1449
|
-
voiceInfo?: {};
|
|
1450
|
-
note_tweet?: {
|
|
1451
|
-
is_expandable: boolean;
|
|
1452
|
-
note_tweet_results: {
|
|
1453
|
-
result: {
|
|
1454
|
-
id: string;
|
|
1455
|
-
text: string;
|
|
1456
|
-
entity_set: {
|
|
1457
|
-
hashtags: {
|
|
1458
|
-
indices: number[];
|
|
1459
|
-
text: string;
|
|
1460
|
-
}[];
|
|
1461
|
-
symbols: unknown[];
|
|
1462
|
-
timestamps?: unknown[];
|
|
1463
|
-
urls: {
|
|
1464
|
-
display_url: string;
|
|
1465
|
-
expanded_url: string;
|
|
1466
|
-
url: string;
|
|
1467
|
-
indices: number[];
|
|
1468
|
-
}[];
|
|
1469
|
-
user_mentions: {
|
|
1470
|
-
id_str: string;
|
|
1471
|
-
name: string;
|
|
1472
|
-
screen_name: string;
|
|
1473
|
-
indices: number[];
|
|
1474
|
-
}[];
|
|
1475
|
-
};
|
|
1476
|
-
richtext?: {
|
|
1477
|
-
richtext_tags: {
|
|
1478
|
-
from_index: number;
|
|
1479
|
-
to_index: number;
|
|
1480
|
-
richtext_types: string[];
|
|
1481
|
-
}[];
|
|
1482
|
-
};
|
|
1483
|
-
media?: {
|
|
1484
|
-
inline_media: {
|
|
1485
|
-
media_id: string;
|
|
1486
|
-
index: number;
|
|
1487
|
-
}[];
|
|
1488
|
-
};
|
|
1489
|
-
};
|
|
1490
|
-
};
|
|
1491
|
-
};
|
|
1492
|
-
previous_counts?: {
|
|
1493
|
-
bookmark_count: number;
|
|
1494
|
-
favorite_count: number;
|
|
1495
|
-
quote_count: number;
|
|
1496
|
-
reply_count: number;
|
|
1497
|
-
retweet_count: number;
|
|
1498
|
-
};
|
|
1499
1543
|
};
|
|
1500
1544
|
};
|
|
1501
1545
|
};
|
|
@@ -1569,9 +1613,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1569
1613
|
verified: boolean;
|
|
1570
1614
|
want_retweets: boolean;
|
|
1571
1615
|
withheld_in_countries: unknown[];
|
|
1572
|
-
verified_type?: string;
|
|
1573
|
-
following?: boolean;
|
|
1574
1616
|
blocking?: boolean;
|
|
1617
|
+
following?: boolean;
|
|
1618
|
+
protected?: boolean;
|
|
1619
|
+
verified_type?: string;
|
|
1575
1620
|
};
|
|
1576
1621
|
professional?: {
|
|
1577
1622
|
rest_id: string;
|