UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features

28 lines (27 loc) 555 B
export type StickerDetail = { id: number; cateId: number; type: number; text: string; uri: string; fkey: number; status: number; stickerUrl: string; stickerSpriteUrl: string; stickerWebpUrl: string | null; totalFrames: number; duration: number; effectId: number; checksum: string; ext: number; source: number; fss: unknown; fssInfo: unknown; version: number; extInfo: unknown; }; export type StickerBasic = { type: number; cate_id: number; sticker_id: number; };