import { type ReqResHandler } from "https://dotland.deno.dev/x/grammy@v1.15.0/convenience/frameworks.ts";
Abstraction over a request-response cycle, providing access to the update, as well as a mechanism for responding to the request and to end it.
Properties
update: Promise<Update>
The update object sent from Telegram, usually resolves the request's JSON body
Ends the request immediately without body, called after every request unless a webhook reply was performed