UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support

13 lines (12 loc) 231 B
export type QuickMessage = { id: number; keyword: string; type: number; createdTime: number; lastModified: number; message: { title: string; params: string | null; }; media: null; };