Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountUploadRingtone

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

Constructors

new
AccountUploadRingtone(params: { file: types.TypeInputFile; fileName: string; mimeType: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc