Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/1_input_media.ts>InputMediaPhoto

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InputMediaPhoto
implements _InputMediaCommon
import { type InputMediaPhoto } from "https://deno.land/x/mtkruto@0.2.24/types/1_input_media.ts";

Properties

photo: FileSource

The photo.

optional
width: number

The width of the photo in pixels.

optional
height: number

The height of the photo in pixels.

optional
hasSpoiler: boolean

Whether to mark the media as a spoiler.

optional
selfDestruct: SelfDestructOption