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

x/grammy/mod.ts>API_CONSTANTS

The Telegram Bot Framework.
Very Popular
Go to Latest
variable API_CONSTANTS
import { API_CONSTANTS } from "https://deno.land/x/grammy@v1.18.2/mod.ts";

A container for constants used in the Telegram Bot API. Currently holds all available update types as well as all chat permissions.

type

ValuesFor<ApiConstants>