Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.1 KB

@gramio/contexts

npm npm downloads JSR JSR Score

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 8.1+.

This library used under the hood in the GramIO framework (Please see documentation).

TypeScript

import { ContextType } from "@gramio/contexts";

type Message = ContextType<Bot, "message">;