Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias AbstractIncomingMessage
import { type AbstractIncomingMessage } from "https://deno.land/x/abstract_bot_api@85.0.0/src/api.ts";
definition: { text?: string; contact?: { phone: string; name: string; }; image?: string; caption?: string; ownPhone?: string; }