1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

remove required UserLegacy some properties

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-08-07 05:17:07 +09:00
parent fc5f4c5ae7
commit 58cc6a409b
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 5 additions and 15 deletions

View file

@ -165,10 +165,7 @@ components:
- entities
- fast_followers_count
- favourites_count
- follow_request_sent
- followed_by
- followers_count
- following
- friends_count
- has_custom_timelines
- is_translator
@ -178,12 +175,10 @@ components:
- muting
- name
- normal_followers_count
- notifications
- pinned_tweet_ids_str
- possibly_sensitive
- profile_image_url_https
- profile_interstitial_type
- protected
- screen_name
- status
- statuses_count

View file

@ -165,10 +165,7 @@ components:
- entities
- fast_followers_count
- favourites_count
- follow_request_sent
- followed_by
- followers_count
- following
- friends_count
- has_custom_timelines
- is_translator
@ -178,12 +175,10 @@ components:
- muting
- name
- normal_followers_count
- notifications
- pinned_tweet_ids_str
- possibly_sensitive
- profile_image_url_https
- profile_interstitial_type
- protected
- screen_name
- status
- statuses_count

View file

@ -89,10 +89,10 @@ components:
- "entities"
- "fast_followers_count"
- "favourites_count"
- "follow_request_sent"
- "followed_by"
# 31 # - "follow_request_sent"
# 31 # - "followed_by"
- "followers_count"
- "following"
# 31 # - "following"
- "friends_count"
- "has_custom_timelines"
- "is_translator"
@ -102,12 +102,12 @@ components:
- "muting"
- "name"
- "normal_followers_count"
- "notifications"
# 31 # - "notifications"
- "pinned_tweet_ids_str"
- "possibly_sensitive"
- "profile_image_url_https"
- "profile_interstitial_type"
- "protected"
# 31 # - "protected"
- "screen_name"
- "status"
- "statuses_count"