mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update tools
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
29a38318e8
commit
4ffbb5e063
9 changed files with 158 additions and 22 deletions
|
|
@ -7,9 +7,7 @@
|
|||
"latestControlAvailable": true,
|
||||
"requestContext": "launch",
|
||||
"withCommunity": true,
|
||||
"seenTweetIds": [
|
||||
"1349129669258448897"
|
||||
]
|
||||
"seenTweetIds": ["1349129669258448897"]
|
||||
},
|
||||
"features": {
|
||||
"rweb_tipjar_consumption_enabled": true,
|
||||
|
|
@ -46,9 +44,7 @@
|
|||
"includePromotedContent": true,
|
||||
"latestControlAvailable": true,
|
||||
"requestContext": "launch",
|
||||
"seenTweetIds": [
|
||||
"1349129669258448897"
|
||||
]
|
||||
"seenTweetIds": ["1349129669258448897"]
|
||||
},
|
||||
"features": {
|
||||
"rweb_tipjar_consumption_enabled": true,
|
||||
|
|
@ -156,9 +152,7 @@
|
|||
"UsersByRestIds": {
|
||||
"queryId": "itEhGywpgX9b3GJCzOtSrA",
|
||||
"variables": {
|
||||
"userIds": [
|
||||
"44196397"
|
||||
]
|
||||
"userIds": ["44196397"]
|
||||
},
|
||||
"features": {
|
||||
"responsive_web_graphql_exclude_directive_enabled": true,
|
||||
|
|
@ -872,4 +866,4 @@
|
|||
"include_ext_edit_control": true,
|
||||
"ext": "mediaStats,highlightedLabel,hasNftAvatar,voiceInfo,birdwatchPivot,enrichments,superFollowMetadata,unmentionInfo,editControl,vibe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -277,7 +277,21 @@ components:
|
|||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [TimelineCoverBehaviorDismiss]
|
||||
enum: [TimelineCoverBehaviorDismiss, TimelineCoverBehaviorNavigate]
|
||||
url:
|
||||
type: TimelineCoverBehaviorUrl
|
||||
|
||||
TimelineCoverBehaviorUrl:
|
||||
required:
|
||||
- "url"
|
||||
- "url_type"
|
||||
properties:
|
||||
url:
|
||||
type: string
|
||||
format: uri
|
||||
url_type:
|
||||
type: string
|
||||
enum: ["ExternalUrl"]
|
||||
|
||||
Callback:
|
||||
required:
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ paths: {}
|
|||
components:
|
||||
schemas:
|
||||
TimelineV2:
|
||||
required:
|
||||
- "timeline"
|
||||
properties:
|
||||
timeline:
|
||||
$ref: "#/components/schemas/Timeline"
|
||||
|
|
|
|||
|
|
@ -1464,8 +1464,6 @@ components:
|
|||
type: integer
|
||||
|
||||
AllowDownloadStatus:
|
||||
required:
|
||||
- "allow_download"
|
||||
properties:
|
||||
allow_download:
|
||||
type: boolean
|
||||
|
|
|
|||
|
|
@ -96,6 +96,8 @@ components:
|
|||
$ref: "#/components/schemas/UserTipJarSettings"
|
||||
legacy_extended_profile:
|
||||
$ref: "#/components/schemas/UserLegacyExtendedProfile"
|
||||
has_hidden_likes_on_profile:
|
||||
type: boolean
|
||||
|
||||
UserProfessional:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue