UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

6 lines (5 loc) 254 B
export type DeleteAutoReplyResponse = { item: number; version: number; }; export declare const deleteAutoReplyFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (id: number) => Promise<DeleteAutoReplyResponse>;