Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface InputMediaPhoto
Re-export
import { type InputMediaPhoto } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";

Properties

type: "photo"
media: string
optional
caption: string
optional
parse_mode: string
optional
caption_entities: MessageEntity[]