Update README.md

This commit is contained in:
vysheng 2014-11-13 12:58:53 +03:00
parent 8adacac026
commit 253b86377d

View File

@ -151,7 +151,7 @@ If two or more peers have same name, <sharp>number is appended to the name. (for
* **chat_add_user** \<chat\> \<user\> - add user to chat * **chat_add_user** \<chat\> \<user\> - add user to chat
* **chat_del_user** \<chat\> \<user\> - remove user from chat * **chat_del_user** \<chat\> \<user\> - remove user from chat
* **rename_chat** \<chat\> \<new-name\> * **rename_chat** \<chat\> \<new-name\>
* **create_group_chat** \<chat topic\> \<user\> - creates a groupchat with user, use chat_add_user to add more users * **create_group_chat** \<chat topic\> \<user1\> \<user2\> \<user3\> ... - creates a groupchat with users, use chat_add_user to add more users
* **chat_set_photo** \<chat\> \<photo-file-name\> - sets group chat photo. Same limits as for profile photos. * **chat_set_photo** \<chat\> \<photo-file-name\> - sets group chat photo. Same limits as for profile photos.
#### Search #### Search