Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesUploadMedia

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

Constructors

new
MessagesUploadMedia(params: { peer: types.TypeInputPeer; media: types.TypeInputMedia; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
media: types.TypeInputMedia
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc