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