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

x/mtkruto/tl/2_types.ts>InputChatUploadedPhoto_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputChatUploadedPhoto_
import { InputChatUploadedPhoto_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
InputChatUploadedPhoto_(params?: { file?: enums.InputFile; video?: enums.InputFile; video_start_ts?: number; video_emoji_markup?: enums.VideoSize; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
file: enums.InputFile
optional
video: enums.InputFile
optional
video_emoji_markup: enums.VideoSize
optional
video_start_ts: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc