Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>MessagesUploadImportedMedia

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesUploadImportedMedia
extends Function<types.TypeMessageMedia>
import { MessagesUploadImportedMedia } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

Constructors

new
MessagesUploadImportedMedia(params: { peer: types.TypeInputPeer; importId: bigint; fileName: string; media: types.TypeInputMedia; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fileName: string
importId: bigint
media: types.TypeInputMedia
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc