interface WebhookReplyEnvelopeimport { type WebhookReplyEnvelope } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; Small utility interface that abstracts from webhook reply calls of different web frameworks. Propertiesoptionalsend: (payload: string) => void | Promise<void>import WebhookReplyEnvelopeimport { WebhookReplyEnvelope } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts";