ultra-telegram-framework
    Preparing search index...

    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: string
    error_code: number
    ok: false