Skip to main content
Module

x/grammy_menu/deps.deno.ts>Bot#handleUpdates

Easily create interactive menus with grammY.
Go to Latest
method Bot.prototype.handleUpdates
Re-export
import { Bot } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

Internal. Do not call. Handles an update batch sequentially by supplying it one-by-one to the middleware. Handles middleware errors and stores the last update identifier that was being tried to handle.

Parameters

updates: Update[]

An array of updates to handle