From c0ad260ab63a3b2c8a61f591ed2da3251d98a8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Tue, 21 Nov 2023 10:25:48 +0900 Subject: [PATCH] update reply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/openapi-3.0.yaml | 14 ++++++++++++++ dist/docs/openapi-3.0.yaml | 14 ++++++++++++++ src/config/placeholder.json | 4 ++++ 3 files changed, 32 insertions(+) diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index 5c4c13b..aadda8c 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -3239,6 +3239,20 @@ paths: - media_entities - possibly_sensitive type: object + reply: + properties: + exclude_reply_user_ids: + items: + type: object + type: array + in_reply_to_tweet_id: + default: '1111111111111111111' + example: '1111111111111111111' + type: string + required: + - in_reply_to_tweet_id + - exclude_reply_user_ids + type: object semantic_annotation_ids: items: type: object diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index db97d5b..9557df0 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -3331,6 +3331,20 @@ paths: - media_entities - possibly_sensitive type: object + reply: + properties: + exclude_reply_user_ids: + items: + type: object + type: array + in_reply_to_tweet_id: + default: '1111111111111111111' + example: '1111111111111111111' + type: string + required: + - in_reply_to_tweet_id + - exclude_reply_user_ids + type: object semantic_annotation_ids: items: type: object diff --git a/src/config/placeholder.json b/src/config/placeholder.json index baf28de..bef3c50 100644 --- a/src/config/placeholder.json +++ b/src/config/placeholder.json @@ -625,6 +625,10 @@ "possibly_sensitive": false }, "semantic_annotation_ids": [], + "reply?": { + "in_reply_to_tweet_id": "1111111111111111111", + "exclude_reply_user_ids": [] + }, "dark_request": false }, "features": {