{"channel_leave",{ca_channel,ca_none},do_leave_channel,"channel_leave <channel>\tLeaves from channel",NULL},
{"channel_list",{ca_number|ca_optional,ca_number|ca_optional,ca_none},do_channel_list,"channel_list [limit=100] [offset=0]\tList of last channels",NULL},
{"channel_set_about",{ca_channel,ca_string,ca_none},do_channel_set_about,"channel_set_about <channel> <about>\tSets channel about info.",NULL},
{"channel_set_photo",{ca_channel,ca_file_name_end,ca_none},do_channel_set_photo,"channel_set_photo <channel> <filename>\tSets channel photo. Photo will be cropped to square",NULL},
{"chat_add_user",{ca_chat,ca_user,ca_number|ca_optional,ca_none},do_chat_add_user,"chat_add_user <chat> <user> [msgs-to-forward]\tAdds user to chat. Sends him last msgs-to-forward message from this chat. Default 100",NULL},