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>InputMediaUploadedDocument

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

Constructors

new
InputMediaUploadedDocument(params: { nosoundVideo?: true; forceFile?: true; spoiler?: true; file: TypeInputFile; thumb?: TypeInputFile; mimeType: string; attributes: Array<TypeDocumentAttribute>; stickers?: Array<TypeInputDocument>; ttlSeconds?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
attributes: Array<TypeDocumentAttribute>
optional
forceFile: true
mimeType: string
optional
nosoundVideo: true
optional
spoiler: true
optional
stickers: Array<TypeInputDocument>
optional
thumb: TypeInputFile
optional
ttlSeconds: number

Static Properties

readonly
[paramDesc]: ParamDesc