Skip to content

Commit

Permalink
[docs] Fix send file example
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Apr 5, 2024
1 parent c7a3ef3 commit befe206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/site/content/en/docs/how-to/send-messages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ You can send files in two ways:
#### URL
```json
{
"session": "default",
"caption": "Check this out!",
"chatId": "[email protected]",
"file": {
"mimetype": "image/jpeg",
"filename": "filename.jpeg",
"url": "https://github.com/devlikeapro/whatsapp-http-api/raw/main/docs/dev.likeapro.jpg"
},
"caption": "Check this out!",
"session": "default"
"url": "https://raw.githubusercontent.com/devlikeapro/whatsapp-http-api/core/examples/video.mp4"
}
}
```

Expand Down

0 comments on commit befe206

Please sign in to comment.