Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias UpdatesCallback
import { type UpdatesCallback } from "https://deno.land/x/telegram_bot_api@0.4.0/src/updates-strategy/updates-strategy.ts";
definition: (updates?: Update[], error?: Error) => void