Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/mod.ts>ApiError

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface ApiError
import { type ApiError } from "https://deno.land/x/grammy_types@v3.7.0/mod.ts";

Properties

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