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

21 lines (20 loc) 429 B
export type AutoReplyItem = { id: number; weight: number; enable: boolean; modifiedTime: number; startTime: number; endTime: number; content: string; scope: AutoReplyScope; uids: string[] | null; ownerId: number; recurrence: string[]; createdTime: number; }; export declare enum AutoReplyScope { Everyone = 0, Stranger = 1, SpecificFriends = 2, FriendsExcept = 3 }