Raw.EncryptedFile
Encrypted file.
encryptedFile#a8008cd8 id:long access_hash:long size:long dc_id:int key_fingerprint:int = EncryptedFile;
export namespace Raw {
export class EncryptedFile {
constructor(params: {
id: bigint;
accessHash: bigint;
size: bigint;
dcId: number;
keyFingerprint: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa8008cd8