Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Bot#handleUpdate

Conversational interfaces for grammY
Go to Latest
method Bot.prototype.handleUpdate
Re-export
import { Bot } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";

This is an internal method that you probably will not ever need to call. It is used whenever a new update arrives from the Telegram servers that your bot will handle.

If you're writing a library on top of grammY, check out the documentation of the runner plugin for an example that uses this method.

Parameters

update: Update

An update from the Telegram Bot API

optional
webhookReplyEnvelope: WebhookReplyEnvelope

An optional webhook reply envelope