ultra-telegram-framework
Preparing search index...
core/base-api
TelegramApiResponse
Interface TelegramApiResponse<T>
Shape of a successful Telegram API response envelope.
interface
TelegramApiResponse
<
T
=
unknown
>
{
description
?:
string
;
ok
:
boolean
;
result
:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
description?
ok
result
Properties
Optional
description
description
?:
string
ok
ok
:
boolean
result
result
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
ok
result
ultra-telegram-framework
Loading...
Shape of a successful Telegram API response envelope.