Skip to main content
Module

x/mtkruto/mod.ts>types.InputWebFileAudioAlbumThumbLocation

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

Constructors

new
InputWebFileAudioAlbumThumbLocation(params?: { small?: true; document?: TypeInputDocument; title?: string; performer?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
document: TypeInputDocument
optional
performer: string
optional
small: true
optional
title: string

Static Properties

readonly
[paramDesc]: ParamDesc