method Bot.prototype.handleUpdatesimport { Bot } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; handleUpdates(updates: Update[])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. Parametersupdates: Update[]An array of updates to handle