Commit ae6b0d2e authored by Vysheng's avatar Vysheng

Fixed params types in create_group_chat

parent 30ad2913
...@@ -371,7 +371,7 @@ struct command commands[] = { ...@@ -371,7 +371,7 @@ struct command commands[] = {
{"chat_with_peer", {ca_peer, ca_none}}, {"chat_with_peer", {ca_peer, ca_none}},
{"delete_msg", {ca_number, ca_none}}, {"delete_msg", {ca_number, ca_none}},
{"restore_msg", {ca_number, ca_none}}, {"restore_msg", {ca_number, ca_none}},
{"create_group_chat", {ca_string_end}}, {"create_group_chat", {ca_user, ca_string_end}},
{"chat_set_photo", {ca_chat, ca_file_name_end}}, {"chat_set_photo", {ca_chat, ca_file_name_end}},
{"set_profile_photo", {ca_file_name_end}}, {"set_profile_photo", {ca_file_name_end}},
{"accept_secret_chat", {ca_secret_chat, ca_none}}, {"accept_secret_chat", {ca_secret_chat, ca_none}},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment