From 3ccf356f5415fb1452f377c4a2f2efdbb887bcfb Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Fri, 11 Feb 2022 10:46:41 +0700 Subject: [PATCH] chore: update readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 33e5990..b327d9e 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,7 @@ Current API | ✅ | User Avatar | GET | /user/avatar |
Param Type Type Example
phone_numberstringquerystring6289685024099
| | ✅ | Send Message (Text) | POST | /send/message |
Param Type Type Example
phone_numberstringform-data6289685024099
messagestringform-dataHello guys this is testing
| | ✅ | Send Message (Image) | POST | /send/image |
Param Type Type Example
phone_numberstringform-data6289685024099
captionstringform-dataHello guys this is caption
view_onceboolform-datafalse
imagebinaryform-data
| +| ✅ | Send Message (File) | POST | /send/file |
ParamTypeTypeExample
phone_numberstringform-data6289685024099
filebinaryform-data
| ``` ✅ = Available