Skip to main content
Module

x/mtkruto/mod.ts>types.InputMediaUploadedDocument

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

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