import { run } from "https://deno.land/x/grammy@v1.31.0/composer.ts";
Runs some given middleware function with a given context object.
Type Parameters
C extends Context
Parameters
middleware: MiddlewareFn<C>
The middleware to run
ctx: C
The context to use