Update README.md
This commit is contained in:
parent
e552df5f04
commit
8001ab64e2
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ require 'path/to/vendor/autoload.php';
|
|||
|
||||
### Assign dialog
|
||||
```php
|
||||
use \RetailCrm\Mg\Bot\Client;
|
||||
use \RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest;
|
||||
use RetailCrm\Mg\Bot\Client;
|
||||
use RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest;
|
||||
|
||||
$client = new Client('https://mg.url.demo', 'T9DMPvuNt7FQJMszHUd', true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue