Fixed params types in create_group_chat
This commit is contained in:
parent
1814b2f581
commit
0e13277938
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ struct command commands[] = {
|
|||
{"chat_with_peer", {ca_peer, ca_none}},
|
||||
{"delete_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}},
|
||||
{"set_profile_photo", {ca_file_name_end}},
|
||||
{"accept_secret_chat", {ca_secret_chat, ca_none}},
|
||||
|
|
Loading…
Add table
Reference in a new issue