Skip to main content
Module

x/grammy/core/api.ts

The Telegram Bot Framework.
Extremely Popular
Go to Latest
import * as grammy from "https://deno.land/x/grammy@v1.14.0/core/api.ts";

Classes

This class provides access to the full Telegram Bot API. All methods of the API have an equivalent on this class, with the most important parameters pulled up into the function signature, and the other parameters captured by an object.

Type Aliases

Helper type to derive remaining properties of a given API method call M, given that some properties X have already been specified.