Skip to main content
Module

x/mtkruto/mod.ts>types.MessageMediaPhoto

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageMediaPhoto
import { types } from "https://deno.land/x/mtkruto@0.0.985/mod.ts";
const { MessageMediaPhoto } = types;

Constructors

new
MessageMediaPhoto(params?: { spoiler?: true; photo?: TypePhoto; ttlSeconds?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
photo: TypePhoto
optional
spoiler: true
optional
ttlSeconds: number

Static Properties

readonly
[paramDesc]: ParamDesc