mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add media_entities
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
7566179798
commit
b2b556f907
1 changed files with 6 additions and 1 deletions
|
|
@ -587,7 +587,12 @@
|
||||||
"variables": {
|
"variables": {
|
||||||
"tweet_text": "test",
|
"tweet_text": "test",
|
||||||
"media": {
|
"media": {
|
||||||
"media_entities": [],
|
"media_entities": [
|
||||||
|
{
|
||||||
|
"media_id": "1111111111111111111",
|
||||||
|
"tagged_users": []
|
||||||
|
}
|
||||||
|
],
|
||||||
"possibly_sensitive": false
|
"possibly_sensitive": false
|
||||||
},
|
},
|
||||||
"semantic_annotation_ids": [],
|
"semantic_annotation_ids": [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue