diff --git a/REQUEST_FORMAT.md b/REQUEST_FORMAT.md
index b5f8a0ed1b32b799d68b7d7b7f2c91f18ac1b092..41b3d12417a97e76406012b386beaa0d2c27d17b 100644
--- a/REQUEST_FORMAT.md
+++ b/REQUEST_FORMAT.md
@@ -13,8 +13,16 @@ and type-dependent data. e.g.
 }
 ```
 
+```
+{
+    "type": "text",
+    "text": "This will hopefully be useful information."
+}
+```
+
 ```
 {
     "type": "miss"
 }
 ```
+Currently the three types shown above are supporting along side with the shown type-dependent data.
\ No newline at end of file