diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-10 21:49:16 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-10 21:49:16 +0300 |
commit | a7c2ed3c53f80773dfcc6586b93dde489246ee54 (patch) | |
tree | 993bfe8935a22708e1bc320c1564bced7cc956a0 /README.md | |
parent | 0e38621d260fe89e7364575b3d70a5984841c60b (diff) | |
download | iii-client-a7c2ed3c53f80773dfcc6586b93dde489246ee54.tar.xz iii-client-a7c2ed3c53f80773dfcc6586b93dde489246ee54.zip |
Correction of documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |