Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SendContact
Re-export
import { type SendContact } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { chat_id: number | string; phone_number: string; first_name: string; last_name?: string; vcard?: string; disable_notification?: boolean; reply_to_message_id?: number; allow_sending_without_reply?: boolean; reply_markup?: ; }) => Promise<Message>