mirror of
https://github.com/valentineus/iii-client.git
synced 2025-07-01 10:30:27 +03:00
Correction of documentation
This commit is contained in:
@ -75,13 +75,13 @@ Connection to the service and retrieves the session identifier.
|
|||||||
|
|
||||||
<a name="send"></a>
|
<a name="send"></a>
|
||||||
|
|
||||||
## send(cuid, text, callback)
|
## send(uuid, text, callback)
|
||||||
Sends a message to bot and returns a response.
|
Sends a message to bot and returns a response.
|
||||||
|
|
||||||
| Param | Type | Description |
|
| Param | Type | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| cuid | <code>String</code> | Session ID |
|
| uuid | <code>String</code> | Session ID |
|
||||||
| text | <code>String</code> | Send messages |
|
| text | <code>String</code> | The message you are sending |
|
||||||
| callback | <code>function</code> | Function handler |
|
| callback | <code>function</code> | Function handler |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Reference in New Issue
Block a user