UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

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