Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Jul 3, 2023
1 parent e72f50f commit ce3f320
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,20 @@ _Outgoing Message_ can be of 4 types:
```

- **Image message**
```
{
"type": "attachment",
"attachment": {
"mimeType" : "image/jpeg",
"height" : 320,
"width" : 160,
"size" : 2048,
"meta" : {
}
}
}
```

```
{
Expand Down

0 comments on commit ce3f320

Please sign in to comment.