import * as mod from "https://dotland.deno.dev/x/grammy@v1.12.4/context.ts";
Classes
When your bot receives a message, Telegram sends an update object to your bot. The update contains information about the chat, the user, and of course the message itself. There are numerous other updates, too: https://core.telegram.org/bots/api#update |
Type Aliases
Type of the context object that is available inside the handlers for
| |
Type of the context object that is available inside the handlers for
| |
Type of the context object that is available inside the handlers for
| |
Type of the context object that is available inside the handlers for
| |
Type of the context object that is available inside the handlers for
| |
Type of the context object that is available inside the handlers for
| |