Skip to main content
Module

x/mtkruto/mod.ts>functions.PhotosUploadContactProfilePhoto

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

Constructors

new
PhotosUploadContactProfilePhoto(params: { suggest?: true; save?: true; userId: types.TypeInputUser; file?: types.TypeInputFile; video?: types.TypeInputFile; videoStartTs?: number; videoEmojiMarkup?: types.TypeVideoSize; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
file: types.TypeInputFile
optional
save: true
optional
suggest: true
optional
video: types.TypeInputFile
optional
videoEmojiMarkup: types.TypeVideoSize
optional
videoStartTs: number

Static Properties

readonly
[paramDesc]: ParamDesc