From eaf7efe849bf3ff95cf95ad8cc7d4c70e4509924 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Fri, 11 Feb 2022 22:45:18 +0700 Subject: [PATCH] chore: update docs --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f595862..9c320a6 100644 --- a/readme.md +++ b/readme.md @@ -30,8 +30,8 @@ Current API | ✅ | Reconnect | GET | /app/reconnect | | | ✅ | User Info | GET | /user/info |
Param Type Type Example
phone_numberstringquerystring6289685024099
| | ✅ | User Avatar | GET | /user/avatar |
Param Type Type Example
phone_numberstringquerystring6289685024099
| -| ❌ | User My Group List | GET | /user/my/group | | -| ❌ | User My Privacy Setting | GET | /user/my/privacy | | +| ✅ | User My Group List | GET | /user/my/groups | | +| ✅ | User My Privacy Setting | GET | /user/my/privacy | | | ✅ | 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-dataimage/jpg,image/jpeg,image/png
| | ✅ | Send Message (File) | POST | /send/file |
ParamTypeTypeExample
phone_numberstringform-data6289685024099
filebinaryform-dataany (max: 10MB)
|