Skip to content
Snippets Groups Projects
Commit b18fa8b7 authored by Welter, Felix's avatar Welter, Felix
Browse files

Add text type to type examples

parent 0ae75085
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,16 @@ and type-dependent data. e.g. ...@@ -13,8 +13,16 @@ and type-dependent data. e.g.
} }
``` ```
```
{
"type": "text",
"text": "This will hopefully be useful information."
}
```
``` ```
{ {
"type": "miss" "type": "miss"
} }
``` ```
Currently the three types shown above are supporting along side with the shown type-dependent data.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment