UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

5 lines (4 loc) 248 B
export type SearchByUsernameResponse = { uid: string; }; export declare const searchByUsernameFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (user_name: string) => Promise<SearchByUsernameResponse>;