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/dc0a98dc8bca4f84fb5b9f217459c72ec4a6f495/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]