Skip to content

Commit

Permalink
docs: Fixed sendMentioned docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Oct 29, 2024
1 parent 7dde87e commit c16237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/messageController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,10 @@ export async function sendMentioned(req: Request, res: Response) {
examples: {
"Default": {
value: {
"phone": "5521999999999",
"phone": "groupId@g.us",
"isGroup": true,
"message": "Your text message",
"mentioned": ["@556593077171@c.us"]
"mentioned": ["556593077171@c.us"]
}
}
}
Expand Down

0 comments on commit c16237a

Please sign in to comment.