@gramio/contexts
v0.0.23
Published
Contexts for GramIO framework
Downloads
1,792
Maintainers
Readme
@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">;