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