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

x/mtkruto/tl/2_types.ts>messages_SentEncryptedFile_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_SentEncryptedFile_
import { messages_SentEncryptedFile_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Message with a file enclosure sent to a protected chat

Constructors

new
messages_SentEncryptedFile_(params: { date: number; file: enums.EncryptedFile; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

Sending date

file: enums.EncryptedFile

Attached file

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc