Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
InputMediaUploadedDocument_(params: { nosound_video?: true; force_file?: true; spoiler?: true; file: enums.InputFile; thumb?: enums.InputFile; mime_type: string; attributes: Array<enums.DocumentAttribute>; stickers?: Array<enums.InputDocument>; ttl_seconds?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
attributes: Array<enums.DocumentAttribute>
optional
force_file: true
mime_type: string
optional
nosound_video: true
optional
spoiler: true
optional
stickers: Array<enums.InputDocument>
optional
thumb: enums.InputFile
optional
ttl_seconds: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc