File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,28 @@ In [example folder](./example) there is simple workflow how to:
2828
2929How it looks like you can see here
3030
31- ![ default] ( doc/img.png ) ![ messages] ( doc/messages.png )
32- ![ error 1] ( doc/error_1.png ) ![ error 2] ( doc/error_2.png )
31+ <table align =" Center " >
32+ <tr >
33+ <td>Not init session</td>
34+ <td>Requested messages</td>
35+ </tr >
36+ <tr >
37+ <td><img src="doc/img.png" width=400 height=760></td>
38+ <td><img src="doc/messages.png" width=400 height=760></td>
39+ </tr >
40+ </table >
41+
42+
43+ <table align =" Center " >
44+ <tr >
45+ <td>Error getMessages (as session is null)</td>
46+ <td>Error sendMessage (as session is null)</td>
47+ </tr >
48+ <tr >
49+ <td><img src="doc/error_1.png" width=400 height=760></td>
50+ <td><img src="doc/error_2.png" width=400 height=760></td>
51+ </tr >
52+ </table >
3353
3454![ ] ( doc/chat.png )
3555## Usage
You can’t perform that action at this time.
0 commit comments