type alias AbstractIncomingMessageRe-exportimport { type AbstractIncomingMessage } from "https://deno.land/x/abstract_bot_api@85.0.0/src/index.ts"; definition: { text?: string; contact?: { phone: string; name: string; }; image?: string; caption?: string; ownPhone?: string; }