Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class Chat extends Client |
||
13 | { |
||
14 | /** |
||
15 | * Send message from manager to another manager or tourist |
||
16 | * |
||
17 | * @link https://api.u-on.ru/{key}/chat-message/create.{_format} |
||
18 | * |
||
19 | * @param array $parameters List of parameters [] |
||
20 | * |
||
21 | * @return null|object|\Uon\Interfaces\ClientInterface |
||
22 | */ |
||
23 | public function create(array $parameters) |
||
33 |