mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add tweetDisplayType enum
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
adac21f94d
commit
a1fedde8af
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ components:
|
||||||
$ref: "#/components/schemas/ContentItemType" # TimelineTweet
|
$ref: "#/components/schemas/ContentItemType" # TimelineTweet
|
||||||
tweetDisplayType:
|
tweetDisplayType:
|
||||||
type: string
|
type: string
|
||||||
|
enum: [Tweet, SelfThread, MediaGrid, CondensedTweet]
|
||||||
tweet_results:
|
tweet_results:
|
||||||
$ref: "#/components/schemas/ItemResult"
|
$ref: "#/components/schemas/ItemResult"
|
||||||
socialContext:
|
socialContext:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue