This commit is contained in:
Michael 2019-07-30 05:38:10 +00:00
parent cf67b8aa37
commit 79bc773d02
1 changed files with 4 additions and 4 deletions

View File

@ -401,10 +401,10 @@ Parameters are sent as JSON object:
```
{
"media_id":"1234",
"alt_text": {
"text":"Here comes the description"
}
"media_id":"1234",
"alt_text": {
"text":"Here comes the description"
}
}
```