UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

8 lines (7 loc) 304 B
export type FetchLastOnlineResponse = { settings: { show_online_status: boolean; }; lastOnline: number; }; export declare const getLastOnlineFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (uid: string) => Promise<FetchLastOnlineResponse>;