Skip to main content
Module

x/grammy/core/client.ts>WebhookReplyEnvelope

The Telegram Bot Framework.
Go to Latest
interface WebhookReplyEnvelope
import { type WebhookReplyEnvelope } from "https://deno.land/x/grammy@v1.13.0/core/client.ts";

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

Properties

optional
send: (payload: string) => void | Promise<void>