Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApiConstants

import type { ApiConstants } from "https://raw.githubusercontent.com/grammyjs/grammY/b4a7d41f39fa4611726aad1f8a2fc229431428e5/src/convenience/constants.ts";

Contains utility types for the available update types and chat permissions

interface ApiConstants {
AllChatPermissions: keyof ALL_CHAT_PERMISSIONS;
AllUpdateTypes: ALL_UPDATE_TYPES[number];
DefaultUpdateTypes: DEFAULT_UPDATE_TYPES[number];
}

§Properties

§
AllChatPermissions: keyof ALL_CHAT_PERMISSIONS
[src]
§
AllUpdateTypes: ALL_UPDATE_TYPES[number]
[src]
§
DefaultUpdateTypes: DEFAULT_UPDATE_TYPES[number]
[src]