ultra-telegram-framework
Preparing search index...
core/base-api
TelegramErrorResponse
Interface TelegramErrorResponse
Shape of a Telegram API error response (non-2xx HTTP status).
interface
TelegramErrorResponse
{
description
:
string
;
error_code
:
number
;
ok
:
false
;
}
Index
Properties
description
error_
code
ok
Properties
description
description
:
string
error_
code
error_code
:
number
ok
ok
:
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
error_
code
ok
ultra-telegram-framework
Loading...
Shape of a Telegram API error response (non-2xx HTTP status).