api->call('groups.getById', [ 'group_id' => $groupId, ]); return $result['response'] ?? []; } }