The response data received from the Telegram API.
Optional
request: ResponseThe original HTTP response object.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackThe headers of the HTTP response.
The response headers, or null if not available.
The HTTP status code of the response.
The HTTP status code, or null if not available.
The status text of the HTTP response.
The status text, or null if not available.
The URL of the request that caused the error.
The URL of the request, or null if not available.
Represents an HTTP response error received from Telegram API. Extends the base
TelegramError
class to include specific details about the error response.