@book000/twitterts 0.40.0 → 0.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generate-types/custom-types-generator.d.ts +8 -1
- package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +31 -18
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +5164 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.js +4 -0
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.js.map +1 -0
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +157 -157
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +1077 -809
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +33 -33
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +271 -10
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +154 -154
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +373 -14
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts +48 -8
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +157 -157
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +2 -2
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +1215 -1215
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +428 -14
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts +236 -236
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.d.ts +2 -2
- package/dist/parser/home-timeline-parser.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/twitter.d.ts.map +1 -1
- package/dist/twitter.js +4 -1
- package/dist/twitter.js.map +1 -1
- package/package.json +1 -1
|
@@ -1433,7 +1433,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1433
1433
|
want_retweets: boolean;
|
|
1434
1434
|
withheld_in_countries: unknown[];
|
|
1435
1435
|
};
|
|
1436
|
-
professional
|
|
1436
|
+
professional?: {
|
|
1437
1437
|
rest_id: string;
|
|
1438
1438
|
professional_type: string;
|
|
1439
1439
|
category: unknown[];
|
|
@@ -1447,7 +1447,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1447
1447
|
is_edit_eligible: boolean;
|
|
1448
1448
|
edits_remaining: string;
|
|
1449
1449
|
};
|
|
1450
|
-
edit_perspective
|
|
1450
|
+
edit_perspective?: {
|
|
1451
1451
|
favorited: boolean;
|
|
1452
1452
|
retweeted: boolean;
|
|
1453
1453
|
};
|
|
@@ -1475,7 +1475,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1475
1475
|
conversation_id_str: string;
|
|
1476
1476
|
display_text_range: number[];
|
|
1477
1477
|
entities: {
|
|
1478
|
-
media
|
|
1478
|
+
media?: {
|
|
1479
1479
|
display_url: string;
|
|
1480
1480
|
expanded_url: string;
|
|
1481
1481
|
id_str: string;
|
|
@@ -1563,7 +1563,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1563
1563
|
}[];
|
|
1564
1564
|
symbols: unknown[];
|
|
1565
1565
|
};
|
|
1566
|
-
extended_entities
|
|
1566
|
+
extended_entities?: {
|
|
1567
1567
|
media: {
|
|
1568
1568
|
display_url: string;
|
|
1569
1569
|
expanded_url: string;
|
|
@@ -1650,14 +1650,26 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1650
1650
|
is_quote_status: boolean;
|
|
1651
1651
|
lang: string;
|
|
1652
1652
|
limited_actions: string;
|
|
1653
|
-
possibly_sensitive
|
|
1654
|
-
possibly_sensitive_editable
|
|
1653
|
+
possibly_sensitive?: boolean;
|
|
1654
|
+
possibly_sensitive_editable?: boolean;
|
|
1655
1655
|
quote_count: number;
|
|
1656
1656
|
reply_count: number;
|
|
1657
1657
|
retweet_count: number;
|
|
1658
1658
|
retweeted: boolean;
|
|
1659
1659
|
user_id_str: string;
|
|
1660
1660
|
id_str: string;
|
|
1661
|
+
quoted_status_id_str?: string;
|
|
1662
|
+
quoted_status_permalink?: {
|
|
1663
|
+
url: string;
|
|
1664
|
+
expanded: string;
|
|
1665
|
+
display: string;
|
|
1666
|
+
};
|
|
1667
|
+
};
|
|
1668
|
+
quotedRefResult?: {
|
|
1669
|
+
result: {
|
|
1670
|
+
__typename: string;
|
|
1671
|
+
rest_id: string;
|
|
1672
|
+
};
|
|
1661
1673
|
};
|
|
1662
1674
|
};
|
|
1663
1675
|
limitedActionResults?: {
|
|
@@ -1801,7 +1813,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1801
1813
|
media_count: number;
|
|
1802
1814
|
name: string;
|
|
1803
1815
|
normal_followers_count: number;
|
|
1804
|
-
pinned_tweet_ids_str:
|
|
1816
|
+
pinned_tweet_ids_str: string[];
|
|
1805
1817
|
possibly_sensitive: boolean;
|
|
1806
1818
|
profile_banner_url: string;
|
|
1807
1819
|
profile_image_url_https: string;
|
|
@@ -1815,6 +1827,15 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
1815
1827
|
want_retweets: boolean;
|
|
1816
1828
|
withheld_in_countries: unknown[];
|
|
1817
1829
|
};
|
|
1830
|
+
professional?: {
|
|
1831
|
+
rest_id: string;
|
|
1832
|
+
professional_type: string;
|
|
1833
|
+
category: {
|
|
1834
|
+
id: number;
|
|
1835
|
+
name: string;
|
|
1836
|
+
icon_name: string;
|
|
1837
|
+
}[];
|
|
1838
|
+
};
|
|
1818
1839
|
};
|
|
1819
1840
|
}[];
|
|
1820
1841
|
};
|
|
@@ -2321,9 +2342,28 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2321
2342
|
binding_values: {
|
|
2322
2343
|
key: string;
|
|
2323
2344
|
value: {
|
|
2324
|
-
string_value
|
|
2345
|
+
string_value?: string;
|
|
2325
2346
|
type: string;
|
|
2326
2347
|
scribe_key?: string;
|
|
2348
|
+
image_value?: {
|
|
2349
|
+
height: number;
|
|
2350
|
+
width: number;
|
|
2351
|
+
url: string;
|
|
2352
|
+
};
|
|
2353
|
+
user_value?: {
|
|
2354
|
+
id_str: string;
|
|
2355
|
+
path: unknown[];
|
|
2356
|
+
};
|
|
2357
|
+
image_color_value?: {
|
|
2358
|
+
palette: {
|
|
2359
|
+
rgb: {
|
|
2360
|
+
blue: number;
|
|
2361
|
+
green: number;
|
|
2362
|
+
red: number;
|
|
2363
|
+
};
|
|
2364
|
+
percentage: number;
|
|
2365
|
+
}[];
|
|
2366
|
+
};
|
|
2327
2367
|
};
|
|
2328
2368
|
}[];
|
|
2329
2369
|
card_platform: {
|
|
@@ -2339,12 +2379,94 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2339
2379
|
};
|
|
2340
2380
|
name: string;
|
|
2341
2381
|
url: string;
|
|
2342
|
-
user_refs_results:
|
|
2382
|
+
user_refs_results: {
|
|
2383
|
+
result: {
|
|
2384
|
+
__typename: string;
|
|
2385
|
+
id: string;
|
|
2386
|
+
rest_id: string;
|
|
2387
|
+
affiliates_highlighted_label: {};
|
|
2388
|
+
has_graduated_access: boolean;
|
|
2389
|
+
is_blue_verified: boolean;
|
|
2390
|
+
profile_image_shape: string;
|
|
2391
|
+
legacy: {
|
|
2392
|
+
can_dm: boolean;
|
|
2393
|
+
can_media_tag: boolean;
|
|
2394
|
+
created_at: string;
|
|
2395
|
+
default_profile: boolean;
|
|
2396
|
+
default_profile_image: boolean;
|
|
2397
|
+
description: string;
|
|
2398
|
+
entities: {
|
|
2399
|
+
description: {
|
|
2400
|
+
urls: {
|
|
2401
|
+
display_url: string;
|
|
2402
|
+
expanded_url: string;
|
|
2403
|
+
url: string;
|
|
2404
|
+
indices: number[];
|
|
2405
|
+
}[];
|
|
2406
|
+
};
|
|
2407
|
+
url: {
|
|
2408
|
+
urls: {
|
|
2409
|
+
display_url: string;
|
|
2410
|
+
expanded_url: string;
|
|
2411
|
+
url: string;
|
|
2412
|
+
indices: number[];
|
|
2413
|
+
}[];
|
|
2414
|
+
};
|
|
2415
|
+
};
|
|
2416
|
+
fast_followers_count: number;
|
|
2417
|
+
favourites_count: number;
|
|
2418
|
+
followers_count: number;
|
|
2419
|
+
friends_count: number;
|
|
2420
|
+
has_custom_timelines: boolean;
|
|
2421
|
+
is_translator: boolean;
|
|
2422
|
+
listed_count: number;
|
|
2423
|
+
location: string;
|
|
2424
|
+
media_count: number;
|
|
2425
|
+
name: string;
|
|
2426
|
+
normal_followers_count: number;
|
|
2427
|
+
pinned_tweet_ids_str: string[];
|
|
2428
|
+
possibly_sensitive: boolean;
|
|
2429
|
+
profile_banner_url: string;
|
|
2430
|
+
profile_image_url_https: string;
|
|
2431
|
+
profile_interstitial_type: string;
|
|
2432
|
+
screen_name: string;
|
|
2433
|
+
statuses_count: number;
|
|
2434
|
+
translator_type: string;
|
|
2435
|
+
url: string;
|
|
2436
|
+
verified: boolean;
|
|
2437
|
+
want_retweets: boolean;
|
|
2438
|
+
withheld_in_countries: unknown[];
|
|
2439
|
+
};
|
|
2440
|
+
};
|
|
2441
|
+
}[];
|
|
2343
2442
|
};
|
|
2344
2443
|
};
|
|
2345
2444
|
unified_card?: {
|
|
2346
2445
|
card_fetch_state: string;
|
|
2347
2446
|
};
|
|
2447
|
+
note_tweet?: {
|
|
2448
|
+
is_expandable: boolean;
|
|
2449
|
+
note_tweet_results: {
|
|
2450
|
+
result: {
|
|
2451
|
+
id: string;
|
|
2452
|
+
text: string;
|
|
2453
|
+
entity_set: {
|
|
2454
|
+
user_mentions: {
|
|
2455
|
+
id_str: string;
|
|
2456
|
+
name: string;
|
|
2457
|
+
screen_name: string;
|
|
2458
|
+
indices: number[];
|
|
2459
|
+
}[];
|
|
2460
|
+
urls: unknown[];
|
|
2461
|
+
hashtags: {
|
|
2462
|
+
indices: number[];
|
|
2463
|
+
text: string;
|
|
2464
|
+
}[];
|
|
2465
|
+
symbols: unknown[];
|
|
2466
|
+
};
|
|
2467
|
+
};
|
|
2468
|
+
};
|
|
2469
|
+
};
|
|
2348
2470
|
};
|
|
2349
2471
|
};
|
|
2350
2472
|
tweet?: {
|
|
@@ -2642,7 +2764,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2642
2764
|
is_edit_eligible: boolean;
|
|
2643
2765
|
edits_remaining: string;
|
|
2644
2766
|
};
|
|
2645
|
-
edit_perspective
|
|
2767
|
+
edit_perspective?: {
|
|
2646
2768
|
favorited: boolean;
|
|
2647
2769
|
retweeted: boolean;
|
|
2648
2770
|
};
|
|
@@ -2670,7 +2792,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2670
2792
|
conversation_id_str: string;
|
|
2671
2793
|
display_text_range: number[];
|
|
2672
2794
|
entities: {
|
|
2673
|
-
media
|
|
2795
|
+
media?: {
|
|
2674
2796
|
display_url: string;
|
|
2675
2797
|
expanded_url: string;
|
|
2676
2798
|
id_str: string;
|
|
@@ -2763,7 +2885,7 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2763
2885
|
}[];
|
|
2764
2886
|
symbols: unknown[];
|
|
2765
2887
|
};
|
|
2766
|
-
extended_entities
|
|
2888
|
+
extended_entities?: {
|
|
2767
2889
|
media: {
|
|
2768
2890
|
display_url: string;
|
|
2769
2891
|
expanded_url: string;
|
|
@@ -2865,14 +2987,245 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2865
2987
|
is_quote_status: boolean;
|
|
2866
2988
|
lang: string;
|
|
2867
2989
|
limited_actions: string;
|
|
2868
|
-
possibly_sensitive
|
|
2869
|
-
possibly_sensitive_editable
|
|
2990
|
+
possibly_sensitive?: boolean;
|
|
2991
|
+
possibly_sensitive_editable?: boolean;
|
|
2870
2992
|
quote_count: number;
|
|
2871
2993
|
reply_count: number;
|
|
2872
2994
|
retweet_count: number;
|
|
2873
2995
|
retweeted: boolean;
|
|
2874
2996
|
user_id_str: string;
|
|
2875
2997
|
id_str: string;
|
|
2998
|
+
quoted_status_id_str?: string;
|
|
2999
|
+
quoted_status_permalink?: {
|
|
3000
|
+
url: string;
|
|
3001
|
+
expanded: string;
|
|
3002
|
+
display: string;
|
|
3003
|
+
};
|
|
3004
|
+
};
|
|
3005
|
+
quoted_status_result?: {
|
|
3006
|
+
result: {
|
|
3007
|
+
__typename: string;
|
|
3008
|
+
rest_id: string;
|
|
3009
|
+
core: {
|
|
3010
|
+
user_results: {
|
|
3011
|
+
result: {
|
|
3012
|
+
__typename: string;
|
|
3013
|
+
id: string;
|
|
3014
|
+
rest_id: string;
|
|
3015
|
+
affiliates_highlighted_label: {};
|
|
3016
|
+
has_graduated_access: boolean;
|
|
3017
|
+
is_blue_verified: boolean;
|
|
3018
|
+
profile_image_shape: string;
|
|
3019
|
+
legacy: {
|
|
3020
|
+
can_dm: boolean;
|
|
3021
|
+
can_media_tag: boolean;
|
|
3022
|
+
created_at: string;
|
|
3023
|
+
default_profile: boolean;
|
|
3024
|
+
default_profile_image: boolean;
|
|
3025
|
+
description: string;
|
|
3026
|
+
entities: {
|
|
3027
|
+
description: {
|
|
3028
|
+
urls: unknown[];
|
|
3029
|
+
};
|
|
3030
|
+
url: {
|
|
3031
|
+
urls: {
|
|
3032
|
+
display_url: string;
|
|
3033
|
+
expanded_url: string;
|
|
3034
|
+
url: string;
|
|
3035
|
+
indices: number[];
|
|
3036
|
+
}[];
|
|
3037
|
+
};
|
|
3038
|
+
};
|
|
3039
|
+
fast_followers_count: number;
|
|
3040
|
+
favourites_count: number;
|
|
3041
|
+
followers_count: number;
|
|
3042
|
+
friends_count: number;
|
|
3043
|
+
has_custom_timelines: boolean;
|
|
3044
|
+
is_translator: boolean;
|
|
3045
|
+
listed_count: number;
|
|
3046
|
+
location: string;
|
|
3047
|
+
media_count: number;
|
|
3048
|
+
name: string;
|
|
3049
|
+
normal_followers_count: number;
|
|
3050
|
+
pinned_tweet_ids_str: string[];
|
|
3051
|
+
possibly_sensitive: boolean;
|
|
3052
|
+
profile_banner_url: string;
|
|
3053
|
+
profile_image_url_https: string;
|
|
3054
|
+
profile_interstitial_type: string;
|
|
3055
|
+
screen_name: string;
|
|
3056
|
+
statuses_count: number;
|
|
3057
|
+
translator_type: string;
|
|
3058
|
+
url: string;
|
|
3059
|
+
verified: boolean;
|
|
3060
|
+
want_retweets: boolean;
|
|
3061
|
+
withheld_in_countries: unknown[];
|
|
3062
|
+
};
|
|
3063
|
+
};
|
|
3064
|
+
};
|
|
3065
|
+
};
|
|
3066
|
+
edit_control: {
|
|
3067
|
+
edit_tweet_ids: string[];
|
|
3068
|
+
editable_until_msecs: string;
|
|
3069
|
+
is_edit_eligible: boolean;
|
|
3070
|
+
edits_remaining: string;
|
|
3071
|
+
};
|
|
3072
|
+
is_translatable: boolean;
|
|
3073
|
+
views: {
|
|
3074
|
+
count: string;
|
|
3075
|
+
state: string;
|
|
3076
|
+
};
|
|
3077
|
+
source: string;
|
|
3078
|
+
legacy: {
|
|
3079
|
+
bookmark_count: number;
|
|
3080
|
+
bookmarked: boolean;
|
|
3081
|
+
created_at: string;
|
|
3082
|
+
conversation_id_str: string;
|
|
3083
|
+
display_text_range: number[];
|
|
3084
|
+
entities: {
|
|
3085
|
+
media: {
|
|
3086
|
+
display_url: string;
|
|
3087
|
+
expanded_url: string;
|
|
3088
|
+
id_str: string;
|
|
3089
|
+
indices: number[];
|
|
3090
|
+
media_url_https: string;
|
|
3091
|
+
type: string;
|
|
3092
|
+
url: string;
|
|
3093
|
+
features: {
|
|
3094
|
+
large: {
|
|
3095
|
+
faces: unknown[];
|
|
3096
|
+
};
|
|
3097
|
+
medium: {
|
|
3098
|
+
faces: unknown[];
|
|
3099
|
+
};
|
|
3100
|
+
small: {
|
|
3101
|
+
faces: unknown[];
|
|
3102
|
+
};
|
|
3103
|
+
orig: {
|
|
3104
|
+
faces: unknown[];
|
|
3105
|
+
};
|
|
3106
|
+
};
|
|
3107
|
+
sizes: {
|
|
3108
|
+
large: {
|
|
3109
|
+
h: number;
|
|
3110
|
+
w: number;
|
|
3111
|
+
resize: string;
|
|
3112
|
+
};
|
|
3113
|
+
medium: {
|
|
3114
|
+
h: number;
|
|
3115
|
+
w: number;
|
|
3116
|
+
resize: string;
|
|
3117
|
+
};
|
|
3118
|
+
small: {
|
|
3119
|
+
h: number;
|
|
3120
|
+
w: number;
|
|
3121
|
+
resize: string;
|
|
3122
|
+
};
|
|
3123
|
+
thumb: {
|
|
3124
|
+
h: number;
|
|
3125
|
+
w: number;
|
|
3126
|
+
resize: string;
|
|
3127
|
+
};
|
|
3128
|
+
};
|
|
3129
|
+
original_info: {
|
|
3130
|
+
height: number;
|
|
3131
|
+
width: number;
|
|
3132
|
+
focus_rects: {
|
|
3133
|
+
x: number;
|
|
3134
|
+
y: number;
|
|
3135
|
+
w: number;
|
|
3136
|
+
h: number;
|
|
3137
|
+
}[];
|
|
3138
|
+
};
|
|
3139
|
+
}[];
|
|
3140
|
+
user_mentions: {
|
|
3141
|
+
id_str: string;
|
|
3142
|
+
name: string;
|
|
3143
|
+
screen_name: string;
|
|
3144
|
+
indices: number[];
|
|
3145
|
+
}[];
|
|
3146
|
+
urls: unknown[];
|
|
3147
|
+
hashtags: {
|
|
3148
|
+
indices: number[];
|
|
3149
|
+
text: string;
|
|
3150
|
+
}[];
|
|
3151
|
+
symbols: unknown[];
|
|
3152
|
+
};
|
|
3153
|
+
extended_entities: {
|
|
3154
|
+
media: {
|
|
3155
|
+
display_url: string;
|
|
3156
|
+
expanded_url: string;
|
|
3157
|
+
id_str: string;
|
|
3158
|
+
indices: number[];
|
|
3159
|
+
media_key: string;
|
|
3160
|
+
media_url_https: string;
|
|
3161
|
+
type: string;
|
|
3162
|
+
url: string;
|
|
3163
|
+
ext_media_availability: {
|
|
3164
|
+
status: string;
|
|
3165
|
+
};
|
|
3166
|
+
features: {
|
|
3167
|
+
large: {
|
|
3168
|
+
faces: unknown[];
|
|
3169
|
+
};
|
|
3170
|
+
medium: {
|
|
3171
|
+
faces: unknown[];
|
|
3172
|
+
};
|
|
3173
|
+
small: {
|
|
3174
|
+
faces: unknown[];
|
|
3175
|
+
};
|
|
3176
|
+
orig: {
|
|
3177
|
+
faces: unknown[];
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
sizes: {
|
|
3181
|
+
large: {
|
|
3182
|
+
h: number;
|
|
3183
|
+
w: number;
|
|
3184
|
+
resize: string;
|
|
3185
|
+
};
|
|
3186
|
+
medium: {
|
|
3187
|
+
h: number;
|
|
3188
|
+
w: number;
|
|
3189
|
+
resize: string;
|
|
3190
|
+
};
|
|
3191
|
+
small: {
|
|
3192
|
+
h: number;
|
|
3193
|
+
w: number;
|
|
3194
|
+
resize: string;
|
|
3195
|
+
};
|
|
3196
|
+
thumb: {
|
|
3197
|
+
h: number;
|
|
3198
|
+
w: number;
|
|
3199
|
+
resize: string;
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3202
|
+
original_info: {
|
|
3203
|
+
height: number;
|
|
3204
|
+
width: number;
|
|
3205
|
+
focus_rects: {
|
|
3206
|
+
x: number;
|
|
3207
|
+
y: number;
|
|
3208
|
+
w: number;
|
|
3209
|
+
h: number;
|
|
3210
|
+
}[];
|
|
3211
|
+
};
|
|
3212
|
+
}[];
|
|
3213
|
+
};
|
|
3214
|
+
favorite_count: number;
|
|
3215
|
+
favorited: boolean;
|
|
3216
|
+
full_text: string;
|
|
3217
|
+
is_quote_status: boolean;
|
|
3218
|
+
lang: string;
|
|
3219
|
+
possibly_sensitive: boolean;
|
|
3220
|
+
possibly_sensitive_editable: boolean;
|
|
3221
|
+
quote_count: number;
|
|
3222
|
+
reply_count: number;
|
|
3223
|
+
retweet_count: number;
|
|
3224
|
+
retweeted: boolean;
|
|
3225
|
+
user_id_str: string;
|
|
3226
|
+
id_str: string;
|
|
3227
|
+
};
|
|
3228
|
+
};
|
|
2876
3229
|
};
|
|
2877
3230
|
};
|
|
2878
3231
|
limitedActionResults: {
|
|
@@ -2993,6 +3346,12 @@ export interface GraphQLGetHomeLatestTimelineSuccessResponse {
|
|
|
2993
3346
|
};
|
|
2994
3347
|
}[];
|
|
2995
3348
|
};
|
|
3349
|
+
quoted_status_id_str?: string;
|
|
3350
|
+
quoted_status_permalink?: {
|
|
3351
|
+
url: string;
|
|
3352
|
+
expanded: string;
|
|
3353
|
+
display: string;
|
|
3354
|
+
};
|
|
2996
3355
|
};
|
|
2997
3356
|
card?: {
|
|
2998
3357
|
rest_id: string;
|