mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +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
|
||||
tweetDisplayType:
|
||||
type: string
|
||||
enum: [Tweet, SelfThread, MediaGrid, CondensedTweet]
|
||||
tweet_results:
|
||||
$ref: "#/components/schemas/ItemResult"
|
||||
socialContext:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue