Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_types/api.ts>ApiError

Types for the Telegram Bot API
Go to Latest
interface ApiError
import { type ApiError } from "https://deno.land/x/grammy_types@v3.1.1/api.ts";

Properties

ok: false
error_code: number
description: string
optional
parameters: ResponseParameters