Skip to main content

@smol/gram@2.8.0
Built and signed on GitHub Actions

Tiny (smol) Telegram Bot API client library with TypeScript types

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 days ago (2.8.0)
type alias TgResponseParameters

Describes why a request was unsuccessful.

Properties

Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.

Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated

See

Add Package

deno add jsr:@smol/gram

Import symbol

import { type TgResponseParameters } from "@smol/gram";

---- OR ----

Import directly with a jsr specifier

import { type TgResponseParameters } from "jsr:@smol/gram";

Add Package

npx jsr add @smol/gram

Import symbol

import { type TgResponseParameters } from "@smol/gram";

Add Package

yarn dlx jsr add @smol/gram

Import symbol

import { type TgResponseParameters } from "@smol/gram";

Add Package

pnpm dlx jsr add @smol/gram

Import symbol

import { type TgResponseParameters } from "@smol/gram";

Add Package

bunx jsr add @smol/gram

Import symbol

import { type TgResponseParameters } from "@smol/gram";