mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
fix typename
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c5a91a20cb
commit
71c70abd5d
2 changed files with 1 additions and 2 deletions
|
|
@ -455,8 +455,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
enum: [ExternalUrl]
|
enum: [ExternalUrl]
|
||||||
|
|
||||||
# {"itemType": "TimelineTrend", "__typename": "TimelineTrend", "social_context": {"type": "TimelineGeneralContext", "contextType": "Facepile", "text": "18 hours ago \\u00b7 Sports \\u00b7 64K posts", "contextImageUrls": ["https://pbs.twimg.com/profile_images/1889603596309639168/KSBuQ9vL_normal.png", "https://pbs.twimg.com/profile_images/1638484441101221890/dp7HU1PB_normal.jpg", "https://pbs.twimg.com/profile_images/1605131756310614017/05qwHae-_normal.jpg"]}, "is_ai_trend": true, "name": "Manchester United Unveils Plans for \\u00a32bn Stadium with 100,000 Capacity", "trend_url": {"url": "twitter://trending/1899449402634424550", "urlType": "DeepLink"}, "trend_metadata": {"url": {"url": "twitter://trending/1899449402634424550", "urlType": "DeepLink"}}, "thumbnail_image": {"original_img_url": "https://pbs.twimg.com/media/Glv52LAXgAAzZcC.jpg", "original_img_width": 3072, "original_img_height": 4096}, "images": [{"url": "https://pbs.twimg.com/media/Glv52LAXgAAzZcC.jpg"}]}
|
|
||||||
|
|
||||||
TimelineTrend:
|
TimelineTrend:
|
||||||
required:
|
required:
|
||||||
- "__typename"
|
- "__typename"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ components:
|
||||||
TimelineMessagePrompt,
|
TimelineMessagePrompt,
|
||||||
TimelineCommunity,
|
TimelineCommunity,
|
||||||
TimelineTombstone,
|
TimelineTombstone,
|
||||||
|
TimelineTrend,
|
||||||
TweetUnavailable,
|
TweetUnavailable,
|
||||||
TweetPreviewDisplay,
|
TweetPreviewDisplay,
|
||||||
Tweet,
|
Tweet,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue