Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias SendLocation
import { type SendLocation } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/common/methods.ts";
definition: (params: { chat_id: number | string; latitude: number; longitude: number; horizontal_accuracy?: number; live_period?: number; heading?: number; proximity_alert_radius?: number; disable_notification?: boolean; reply_to_message_id?: number; allow_sending_without_reply?: boolean; reply_markup?: ; }) => Promise<Message>