UNPKG

askai-img

Version:

AI Art Generation Tool

10 lines (9 loc) 258 B
export declare class TelegraphService { private client; private readonly AUTH_NAME; private readonly PACKAGE_URL; private token; constructor(); private ensureAccount; post(title: string, html: string): Promise<string>; }