UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

4 lines (3 loc) 266 B
import { ThreadType } from "../models/Enum.js"; export type ForwardMessageResponse = {}; export declare const forwardMessageFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (type?: ThreadType) => Promise<ForwardMessageResponse>;