Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gramiojs/contextsContexts for GramIO framework
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
70%
Published
10 months ago (0.0.23)
@gramio/contexts
Contexts is a great work of the puregram maintainer! Thank you for many code implementation and ideas. Forked since this commit. (Jan 28, 2024)
Currently, support Telegram Bot API 7.8.
This library used under the hood in the GramIO framework (Please see documentation).
TypeScript
import { ContextType } from "@gramio/contexts"; type Message = ContextType<Bot, "message">;
Built and signed on
GitHub Actions
Add Package
deno add jsr:@gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";
Import directly with a jsr specifier
import * as contexts from "jsr:@gramio/contexts";
Add Package
pnpm i jsr:@gramio/contexts
pnpm dlx jsr add @gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";
Add Package
yarn add jsr:@gramio/contexts
yarn dlx jsr add @gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";
Add Package
vlt install jsr:@gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";
Add Package
npx jsr add @gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";
Add Package
bunx jsr add @gramio/contexts
Import symbol
import * as contexts from "@gramio/contexts";