UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

4 lines (3 loc) 309 B
import { ThreadType } from "../models/index.js"; export type SetHiddenConversationsResponse = ""; export declare const setHiddenConversationsFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (hidden: boolean, threadId: string | string[], type?: ThreadType) => Promise<"">;