UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

26 lines (25 loc) 558 B
export type QuickMessage = { id: number; keyword: string; type: number; createdTime: number; lastModified: number; message: { title: string; params: string | null; }; media: { items: { type: number; photoId: number; title: string; width: number; height: number; previewThumb: string; rawUrl: string; thumbUrl: string; normalUrl: string; hdUrl: string; }[]; } | null; };