Nâng cấp lên v2
Hướng dẫn nâng cấp lên v2
Đăng Nhập
1.x.x
import { Zalo } from "zca-js";
const zalo = new Zalo(
{
cookie: JSON.parse(fs.readFileSync("./cookies.json", "utf-8")),
imei: "your_imei_here",
userAgent: "your_user_agent_here",
},
{
selfListen: false,
checkUpdate: true,
},
);
const api = await zalo.login();2.x.x
ImageMetadataGetter
Ví dụ với Sharp
Last updated