Module

x/grammy/mod.ts>WebhookReplyEnvelope

The Telegram Bot Framework.
Very Popular
Go to Latest
interface WebhookReplyEnvelope
import { type WebhookReplyEnvelope } from "https://dotland.deno.dev/x/grammy@v1.21.2/mod.ts";

Small utility interface that abstracts from webhook reply calls of different web frameworks.

Properties

optional
send: (payload: string) => void | Promise<void>
import WebhookReplyEnvelope
import { WebhookReplyEnvelope } from "https://dotland.deno.dev/x/grammy@v1.21.2/mod.ts";