Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
return [ API.groups.editManager({/* параметры */}), API.groups.ban({/* параметры */}), API.photos.delete({/* параметры */}) ];
https://api.vk.com/method/execute?access_token={token}&v={version}&code={code}
$code = return [ API.groups.editManager({"group_id":"{$group_id}", "user_id":"{$userId399}", "comment":"{$comment12}", "comment_visible":"1"}), API.groups.ban({"group_id":"{$group_id}", "owner_id":"{$userId399}", "end_date":"{$end_date}"}), API.photos.delete({"owner_id":"{$userId1458}", "photo_id":"{$userId024}"}) ]; file_get_contents ("https://api.vk.com/method/execute?access_token={token}&v={version}&code={$code}")
$code = `return [ API.groups.editManager({"group_id":"{$group_id}", "user_id":"{$userId399}", "comment":"{$comment12}", "comment_visible":"1"}), API.groups.ban({"group_id":"{$group_id}", "owner_id":"{$userId399}", "end_date":"{$end_date}"}), API.photos.delete({"owner_id":"{$userId1458}", "photo_id":"{$userId024}"}) ];`;