From b2b556f907b2f1aff4b1221a6dc64a66aadf43ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Wed, 20 Sep 2023 10:44:04 +0900 Subject: [PATCH] add media_entities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/config/placeholder.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/placeholder.json b/src/config/placeholder.json index 37c98da..8ec4ac6 100644 --- a/src/config/placeholder.json +++ b/src/config/placeholder.json @@ -587,7 +587,12 @@ "variables": { "tweet_text": "test", "media": { - "media_entities": [], + "media_entities": [ + { + "media_id": "1111111111111111111", + "tagged_users": [] + } + ], "possibly_sensitive": false }, "semantic_annotation_ids": [],