diff --git a/readme.md b/readme.md
index 045bc68..7886046 100644
--- a/readme.md
+++ b/readme.md
@@ -23,17 +23,19 @@ You can fork or edit this source code !
Current API
-| Feature | Menu | Method | URL | Payload |
-|---------|----------------------|--------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| ✅ | Login | GET | /app/login | |
-| ✅ | Logout | GET | /app/logout | |
-| ✅ | Reconnect | GET | /app/reconnect | |
-| ✅ | User Info | GET | /user/info |
| Param | Type | Type | Example |
| phone_number | string | querystring | 6289685024099 |
|
-| ✅ | User Avatar | GET | /user/avatar | | Param | Type | Type | Example |
| phone_number | string | querystring | 6289685024099 |
|
-| ✅ | Send Message (Text) | POST | /send/message | | Param | Type | Type | Example |
| phone_number | string | form-data | 6289685024099 |
| message | string | form-data | Hello guys this is testing |
|
-| ✅ | Send Message (Image) | POST | /send/image | | Param | Type | Type | Example |
| phone_number | string | form-data | 6289685024099 |
| caption | string | form-data | Hello guys this is caption |
| view_once | bool | form-data | false |
| image | binary | form-data | image/jpg,image/jpeg,image/png |
|
-| ✅ | Send Message (File) | POST | /send/file | | Param | Type | Type | Example |
|---|
| phone_number | string | form-data | 6289685024099 |
| file | binary | form-data | any (max: 10MB) |
|
-| ❌ | Send Message (Video) | POST | /send/video | | Param | Type | Type | Example |
|---|
| phone_number | string | form-data | 6289685024099 |
| video | binary | form-data | mp4/avi/mkv |
|
+| Feature | Menu | Method | URL | Payload |
+|---------|-------------------------|--------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| ✅ | Login | GET | /app/login | |
+| ✅ | Logout | GET | /app/logout | |
+| ✅ | Reconnect | GET | /app/reconnect | |
+| ✅ | User Info | GET | /user/info | | Param | Type | Type | Example |
| phone_number | string | querystring | 6289685024099 |
|
+| ✅ | User Avatar | GET | /user/avatar | | Param | Type | Type | Example |
| phone_number | string | querystring | 6289685024099 |
|
+| ❌ | User My Group List | GET | /user/my/group | |
+| ❌ | User My Privacy Setting | GET | /user/my/privacy | |
+| ✅ | Send Message (Text) | POST | /send/message | | Param | Type | Type | Example |
| phone_number | string | form-data | 6289685024099 |
| message | string | form-data | Hello guys this is testing |
|
+| ✅ | Send Message (Image) | POST | /send/image | | Param | Type | Type | Example |
| phone_number | string | form-data | 6289685024099 |
| caption | string | form-data | Hello guys this is caption |
| view_once | bool | form-data | false |
| image | binary | form-data | image/jpg,image/jpeg,image/png |
|
+| ✅ | Send Message (File) | POST | /send/file | | Param | Type | Type | Example |
|---|
| phone_number | string | form-data | 6289685024099 |
| file | binary | form-data | any (max: 10MB) |
|
+| ❌ | Send Message (Video) | POST | /send/video | | Param | Type | Type | Example |
|---|
| phone_number | string | form-data | 6289685024099 |
| video | binary | form-data | mp4/avi/mkv |
|
```
✅ = Available
@@ -42,5 +44,5 @@ Current API
### Mac OS NOTE
-Please do this if you have an error (invalid flag in pkg-config --cflags:
--Xpreprocessor) `export CGO_CFLAGS_ALLOW="-Xpreprocessor"`
+- Please do this if you have an error (invalid flag in pkg-config --cflags: -Xpreprocessor)
+ `export CGO_CFLAGS_ALLOW="-Xpreprocessor"`