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

View file

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

View file

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