UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

10 lines (9 loc) 455 B
export type FetchListReminderResponse = string; export declare const getListReminder2Factory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => ({ isGroup, uid, groupId, page, count, board_type, }: { isGroup?: boolean | undefined; uid?: string | undefined; groupId?: string | undefined; page?: number | undefined; count?: number | undefined; board_type?: number | undefined; }) => Promise<string>;