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

11 lines (10 loc) 195 B
export type LabelData = { id: number; text: string; textKey: string; conversations: string[]; color: string; offset: number; emoji: string; createTime: number; };