Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountUploadTheme

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

Constructors

new
AccountUploadTheme(params: { file: types.TypeInputFile; thumb?: types.TypeInputFile; fileName: string; mimeType: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fileName: string
mimeType: string
optional
thumb: types.TypeInputFile

Static Properties

readonly
[paramDesc]: ParamDesc