1
Fork 0
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:
ふぁ 2024-03-28 17:39:50 +09:00
parent adac21f94d
commit a1fedde8af
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -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: