UNPKG
askai-img
Version:
latest (1.0.1)
1.0.1
1.0.0
AI Art Generation Tool
askai-img
/
dist
/
services
/
telegraph.d.ts
10 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
>; }