interface MiddlewareObjimport { type MiddlewareObj } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; Middleware in the form of a container for a function. Type ParametersoptionalC extends Context = ContextPropertiesmiddleware: () => MiddlewareFn<C>Returns the contained middleware.