UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

3 lines (2 loc) 199 B
export type UpdateProfileBioResponse = ""; export declare const updateProfileBioFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (status: string) => Promise<"">;