Skip to main content
Module

x/grammy_hydrate/plugin.ts>HydrateFlavor

Hydration plugin for API calls and context objects.
Latest
type alias HydrateFlavor
import { type HydrateFlavor } from "https://deno.land/x/grammy_hydrate@v1.4.1/plugin.ts";

Transformative API Flavor that adds file handling utilities to the supplied context object. Check out the documentation about this kind of context flavor.

definition: ObjectAssign<C, ContextX<C>>