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