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_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 | |
|
+| ✅ | Send Message (File) | POST | /send/file | | Param | Type | Type | Example |
|---|
| phone_number | string | form-data | 6289685024099 |
| file | binary | form-data | |
|
```
✅ = Available