Raw.DecryptedMessageMediaExternalDocument23
Non-e2e documented forwarded from non-secret chat
decryptedMessageMediaExternalDocument#fa95b0dd id:long access_hash:long date:int mime_type:string size:int thumb:PhotoSize dc_id:int attributes:Vector<DocumentAttribute> = DecryptedMessageMedia;
export namespace Raw {
export class DecryptedMessageMediaExternalDocument23 {
constructor(params: {
id: bigint;
accessHash: bigint;
date: number;
mimeType: string;
size: number;
thumb: Raw.TypePhotoSize;
dcId: number;
attributes: Array<Raw.TypeDocumentAttribute>;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xfa95b0dd
Property
id
: bigintDocument id
accessHash
: bigintAccess hash
date
: numberDate
mimeType
: stringMime type
size
: numberSize
thumb
: Raw.TypePhotoSizeThumbnail
dcId
: numberDc id
attributes
: Array of Raw.TypeDocumentAttributeAttributes for media types